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/rs-8-0-tba.md
+12
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,18 @@ The following table shows which Redis modules are compatible with each Redis dat
57
57
58
58
- RS125543: Changed slow log duration to milliseconds in the new Cluster Manager UI.
59
59
60
+
- RS142296: Fixed a REST API issue where updating an existing database with an empty module list removed modules from the database. Such requests now return an error instead.
61
+
62
+
- RS94080: Fixed `PUT /v1/bdbs/<id>/<action>` requests to allow `flush` and `reset_admin_pass` actions without requiring a request body.
63
+
64
+
- RS140649: Fixed an issue where database backups were not deleted at the expected time based on the configured retention period.
65
+
66
+
- RS136409: Improved checks to determine if the cluster is in an unstable state.
67
+
68
+
- RS122370: Changed Envoy concurrency to 4 by default to prevent an issue where Envoy on the primary node in a cluster with many nodes sometimes failed to receive API requests.
69
+
70
+
- RS107325: Fixed an issue where database recovery could get stuck due to shard UID conflicts.
0 commit comments