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-tba.md
+7-3Lines changed: 7 additions & 3 deletions
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: Configurable hashing algorithm for user passwords. Dry run option to validate REST API requests for users and roles.
9
+
description: Configurable hashing algorithm for user passwords. Metrics stream engine GA. Dry run option to validate REST API requests for users and roles.
10
10
linkTitle: 7.8.6-tba (March 2025)
11
11
weight: 85
12
12
---
@@ -19,13 +19,15 @@ This version offers:
19
19
20
20
- Configurable hashing algorithm for user passwords
21
21
22
+
- Metrics stream engine GA
23
+
22
24
- Dry run option to validate REST API requests for users and roles
23
25
24
26
## New in this release
25
27
26
28
### New features
27
29
28
-
- The hashing algorithm for user passwords is now configurable using [`rladmin`]({{<relref "/operate/rs/references/cli-utilities/rladmin">}}) or the [REST API]({{<relref "/operate/rs/references/rest-api">}}). When you change the hashing algorithm, it rehashes the administrator password and passwords for all users, including default users.
30
+
- The hashing algorithm for user passwords is now configurable using [`rladmin`]({{<relref "/operate/rs/references/cli-utilities/rladmin">}}) or the [REST API]({{<relref "/operate/rs/references/rest-api">}}). When you [change the hashing algorithm]({{<relref "/operate/rs/security/access-control/manage-passwords/password-hashing-algorithm">}}), it rehashes the administrator password and passwords for all users, including default users.
29
31
30
32
The hashing algorithm options are `SHA-256` or `PBKDF2`. The default hashing algorithm is `SHA-256`.
31
33
@@ -44,9 +46,11 @@ This version offers:
44
46
{ "algorithm": "PBKDF2" }
45
47
```
46
48
49
+
- The metrics stream engine is now generally available.
50
+
47
51
### Enhancements
48
52
49
-
- If you create or update users or roles using the REST API, you can use the `dry_run` query parameter to validate the request without actually applying the update.
53
+
- If you create or update users or roles using the [REST API]({{<relref "/operate/rs/references/rest-api">}}), you can use the `dry_run` query parameter to validate the request without actually applying the update.
50
54
51
55
- [Create role]({{<relref "/operate/rs/references/rest-api/requests/roles#post-role">}}) example request:
0 commit comments