Skip to content

Commit ff2dc52

Browse files
committed
DOC-4904 Added metrics stream engine GA placeholder to 7.8.6 release notes
1 parent e0bff6b commit ff2dc52

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-tba.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- operate
77
- rs
88
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.
1010
linkTitle: 7.8.6-tba (March 2025)
1111
weight: 85
1212
---
@@ -19,13 +19,15 @@ This version offers:
1919

2020
- Configurable hashing algorithm for user passwords
2121

22+
- Metrics stream engine GA
23+
2224
- Dry run option to validate REST API requests for users and roles
2325

2426
## New in this release
2527

2628
### New features
2729

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.
2931

3032
The hashing algorithm options are `SHA-256` or `PBKDF2`. The default hashing algorithm is `SHA-256`.
3133

@@ -44,9 +46,11 @@ This version offers:
4446
{ "algorithm": "PBKDF2" }
4547
```
4648
49+
- The metrics stream engine is now generally available.
50+
4751
### Enhancements
4852
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.
5054
5155
- [Create role]({{<relref "/operate/rs/references/rest-api/requests/roles#post-role">}}) example request:
5256

0 commit comments

Comments
 (0)