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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,10 @@ The following table shows which Redis modules are compatible with each Redis dat
222
222
223
223
- RS132087: Fixed inconsistent node status reports between `rladmin` and the REST API.
224
224
225
+
- RS166878: Fixed legacy `module_args` mapping to handle boolean fields as `TRUE/FALSE` values instead of flags.
226
+
227
+
- RS166825: Fixed an issue where the Sentinel service could become unresponsive while processing certain commands due to a timing issue.
228
+
225
229
## Version changes
226
230
227
231
- [`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