You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-8-0-releases/_index.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ categories:
6
6
- operate
7
7
- rs
8
8
compatibleOSSVersion: Redis 8.0
9
-
description: Redis Open Source 8.0 and 8.2 features. Lag-aware availability API. Metrics stream engine GA.
9
+
description: Redis Open Source 8.0 and 8.2 features. Lag-aware availability API. Redis Flex GA. Metrics stream engine GA. Module management enhancements. New REST API fields for database and cluster configuration.
10
10
hideListLinks: true
11
11
linkTitle: 8.0.x releases
12
12
toc: 'true'
@@ -23,8 +23,14 @@ This version offers:
23
23
24
24
- Lag-aware availability API
25
25
26
+
- Redis Flex GA
27
+
26
28
- Metrics stream engine GA
27
29
30
+
- Module management enhancements
31
+
32
+
- New REST API fields for database and cluster configuration
33
+
28
34
## Detailed release notes
29
35
30
36
For more detailed release notes, select a build version from the following table:
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-tba.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ categories:
6
6
- operate
7
7
- rs
8
8
compatibleOSSVersion: Redis 7.4.0
9
-
description: Redis Open Source 8.0 and 8.2 features. Lag-aware availability API. Metrics stream engine GA.
9
+
description: Redis Open Source 8.0 and 8.2 features. Lag-aware availability API. Redis Flex GA. Metrics stream engine GA. Module management enhancements. New REST API fields for database and cluster configuration.
10
10
linkTitle: 8.0.2-tba (October 2025)
11
11
weight: 90
12
12
---
@@ -21,8 +21,14 @@ This version offers:
21
21
22
22
- Lag-aware availability API
23
23
24
+
- Redis Flex GA
25
+
24
26
- Metrics stream engine GA
25
27
28
+
- Module management enhancements
29
+
30
+
- New REST API fields for database and cluster configuration
31
+
26
32
## New in this release
27
33
28
34
### New features
@@ -316,6 +322,8 @@ The following table shows which Redis modules are compatible with each Redis dat
316
322
317
323
- RS166122: Fixed an issue where the actions API could incorrectly report state machine operations as running after they completed.
318
324
325
+
- RS171579: Fixed an issue where the new UI incorrectly added `default_user: False` when the default_user field was absent, causing connection issues.
326
+
319
327
## Version changes
320
328
321
329
- [`POST /v1/cluster/actions/change_master`]({{<relref "/operate/rs/references/rest-api/requests/cluster/actions#post-cluster-action">}}) REST API requests will no longer allow a node that exists but is not finished bootstrapping to become the primary node. Such requests will now return the status code `406 Not Acceptable`.
0 commit comments