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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ The following table shows which Redis modules are compatible with each Redis dat
255
255
256
256
- RS162524: Fixed an issue where the DNS backend could fail with "too many open files" errors due to socket leaks.
257
257
258
-
- RS161547: Fixed an issue where nodes could fail to send messages related to state-machines due to a timing issue between notification threads and management threads.
258
+
- RS161547: Fixed an issue where nodes could fail to send messages related to statemachines due to a timing issue between notification threads and management threads.
259
259
260
260
- RS155990: Fixed an issue where the `forwarding_state` field was missing from the endpoint schema.
261
261
@@ -287,6 +287,20 @@ The following table shows which Redis modules are compatible with each Redis dat
287
287
288
288
- RS120420: Fixed an issue where `rladmin cluster config` incorrectly included quotes as part of the cipher suite value when updating `control_cipher_suites` configuration.
289
289
290
+
- RS170611: Fixed an issue where the `generate_self_signed_certs.sh` script incorrectly formatted wildcard certificate entries.
291
+
292
+
- RS167849: Fixed an issue where `rlutil check` incorrectly reported that existing databases did not exist.
293
+
294
+
- RS167199: Fixed an issue where the remove node action could become stuck during node decommissioning.
295
+
296
+
- RS166990: Fixed an issue where install logs were not included in support packages when installation or upgrade operations failed.
297
+
298
+
- RS166528: Improved error handling when verifying that a data file has been loaded.
299
+
300
+
- RS162973: Fixed an issue with shard failover where the shard failed to restart because its port was not released quickly enough after it crashed.
301
+
302
+
- RS166122: Fixed an issue where the actions API could incorrectly report state machine operations as running after they completed.
303
+
290
304
## Version changes
291
305
292
306
- [`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