diff --git a/content/develop/whats-new/index.md b/content/develop/whats-new/_index.md
similarity index 99%
rename from content/develop/whats-new/index.md
rename to content/develop/whats-new/_index.md
index 0fa14c15d..dea4bbccb 100644
--- a/content/develop/whats-new/index.md
+++ b/content/develop/whats-new/_index.md
@@ -8,6 +8,7 @@ categories:
- rc
description: High-level description of important updates to the Develop section
linkTitle: What's new?
+hideListLinks: true
weight: 10
---
## Q4 2024 (October - December) Updates
diff --git a/content/develop/whats-new/redis-feature-sets.md b/content/develop/whats-new/redis-feature-sets.md
new file mode 100644
index 000000000..3b0cc540e
--- /dev/null
+++ b/content/develop/whats-new/redis-feature-sets.md
@@ -0,0 +1,23 @@
+---
+title: Redis feature sets
+alwaysopen: false
+categories:
+- docs
+- operate
+- rs
+- rc
+description: Highlights of what's new for Redis feature sets
+linkTitle: Redis feature sets
+weight: 10
+---
+
+A Redis feature set includes a specific Redis database version along with the advanced capabilities and data structures provided by compatible module versions.
+
+To use a new feature introduced in a later feature set, you must upgrade the corresponding components according to the following table.
+
+| Redis feature set | What's new |
+|-------------------|------------|
+| **Feature set version:** 7.4
**Component versions:**
[Redis 7.4]({{}})
[Search 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
[JSON 2.8]({{}})
[Time series 1.12]({{}})
[Bloom 2.8]({{}}) | **Hash**:
- [Expiration of individual hash fields]({{}}).
**Streams**:
- To start reading from the last stream message, use [`XREAD`]({{}}) with the new ID value `+`.
**Time series**:
Insertion-filter for close samples.
**JSON**:
- A fix to not duplicate `AOF` commands multiple times in [`JSON.MSET`]({{< baseurl >}}/commands/json.mset/).
**Probabilistic**:
- Returns an error if [`CMS.MERGE`]({{< baseurl >}}/commands/cms.merge/) results in an overflow or underflow.
**Redis Query Engine**:
- New `BFLOAT16` and `FLOAT16` vector data types, reducing memory consumed by vectors while preserving accuracy.
- Support for indexing empty and missing values and enhanced developer experience for queries with exact matching capabilities.
- You can match `TAG` fields without needing to escape special characters.
- Expanded geospatial search with new `INTERSECT` and `DISJOINT` operators, improved reporting of the memory consumed by the index, and exposed full-text scoring in aggregation pipelines. |
+| **Feature set version:** 7.2
**Component versions:**
[Redis 7.2](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES)
[Search 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
[JSON 2.6]({{}})
[Time series 1.10]({{}})
[Bloom 2.6]({{}})
[Gears 2.0](https://github.com/RedisGears/RedisGears/releases) | - Performance and resource utilization improvements, including significant memory and speed optimizations for lists, sets, and sorted sets.
**JSON**:
- New JSON commands: [`JSON.MERGE`]({{}}/commands/json.merge/) and [`JSON.MSET`]({{}}/commands/json.mset/).
**Redis Query Engine:**
- [Geo polygon search]({{}}/commands/ft.search/#examples).
**Compatibility changes**:
- Redis 7.2 uses a new format (version 11) for RDB files, which is incompatible with older versions.
- Redis feature set 7.2 does not include [graph capabilities](https://redis.io/blog/redisgraph-eol/). |
+| **Feature set version:** 6.2
**Component versions:**
[Redis 6.2](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES)
[Search 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
[JSON 2.4]({{}})
[Time series 1.8]({{}})
[Bloom 2.4]({{}})
[Graph 2.10]({{}}) | **Time series**:
- Time series gap filling.
**JSON**:
- Improved JSON path parser.
**Probabilistic:**
- New probabilistic data structure t-digest.
**Redis Query Engine:**
- Wildcard queries for `TEXT` and `TAG`.
- Suffix search.
- Multi-value indexing and queries.
**Graph**:
- New pathfinding algorithms for graphs. |
+
diff --git a/content/operate/oss_and_stack/stack-with-enterprise/_index.md b/content/operate/oss_and_stack/stack-with-enterprise/_index.md
index c85cbce5d..aa582a5ac 100644
--- a/content/operate/oss_and_stack/stack-with-enterprise/_index.md
+++ b/content/operate/oss_and_stack/stack-with-enterprise/_index.md
@@ -13,4 +13,4 @@ aliases:
- /operate/modules
---
-[Redis Enterprise Software]({{< relref "/operate/rs" >}}) and [Redis Cloud]({{< relref "/operate/rc" >}}) support all [Redis Stack]({{< relref "/operate/oss_and_stack/stack-with-enterprise/enterprise-capabilities" >}}) features, which extend the core Redis feature set. Some of the capabilities Redis Stack provides include querying, indexing, and full-text search and support for JSON, time series, and probabilistic data structures.
+[Redis Enterprise Software]({{< relref "/operate/rs" >}}) and [Redis Cloud]({{< relref "/operate/rc" >}}) support all [Redis Stack]({{< relref "/operate/oss_and_stack/stack-with-enterprise/enterprise-capabilities" >}}) features, which extend the core Redis feature set. Some of the capabilities Redis Stack provides include querying, indexing, and full-text search and support for JSON, time series, and probabilistic data structures.
\ No newline at end of file
diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/_index.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/_index.md
index 178861c93..951c59380 100644
--- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/_index.md
+++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/_index.md
@@ -5,7 +5,7 @@ categories:
- docs
- operate
- stack
-description: Redis Stack and modules release notes
+description: Release notes for Redis Community Edition, Redis Stack, and modules
hideListLinks: true
linkTitle: Release notes
weight: 99