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-7-8-releases/rs-7-8-6-60.md
+4-2Lines changed: 4 additions & 2 deletions
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: Bug fix for an LDAP connection issue caused by setting LDAP bind credentials that include `<` in the Cluster Manager UI. Deprecated required_version in the bootstrap cluster API.
9
+
description: Bug fixes for an LDAP connection issue caused by setting LDAP bind credentials that include `<` in the Cluster Manager UI and an issue where migrated shards can appear stuck on multiple nodes. Deprecated required_version in the bootstrap cluster API.
10
10
linkTitle: 7.8.6-60 (April 2025)
11
11
weight: 83
12
12
---
@@ -17,7 +17,7 @@ This is a maintenance release for [Redis Enterprise Software version 7.8.6
17
17
18
18
This version offers:
19
19
20
-
-A bug fix for an LDAP connection issue caused by setting LDAP bind credentials that include `<` in the Cluster Manager UI.
20
+
-Bug fixes for an LDAP connection issue caused by setting LDAP bind credentials that include `<` in the Cluster Manager UI and an issue where migrated shards can appear stuck on multiple nodes.
21
21
22
22
## New in this release
23
23
@@ -45,6 +45,8 @@ The following table shows which Redis modules are compatible with each Redis dat
45
45
46
46
- RS155783: Fixed an issue where using the special character `<` when setting LDAP bind credentials in the Cluster Manager UI caused LDAP connection failures.
47
47
48
+
- RS144215: Fixed an issue where a shard's status might not update correctly after migration, causing it to appear stuck on multiple nodes even if the migration completed successfully.
0 commit comments