Skip to content

Commit 7fe873d

Browse files
committed
DOC-4705 Added 7.12.0 new features/enhancements to RS April release notes draft
1 parent c9c6210 commit 7fe873d

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-x-tba.md

Lines changed: 15 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: New pricing and packaging. TBA
9+
description: New pricing and packaging. Revamp database API.
1010
linkTitle: 7.22.x-tba (April 2025)
1111
weight: 90
1212
---
@@ -19,22 +19,34 @@ This version offers:
1919

2020
- New pricing and packaging
2121

22-
- TBA
22+
- Revamp database API
2323

2424
## New in this release
2525

2626
### New features
2727

2828
- New pricing and packaging
2929

30-
- TBA
30+
- Revamp database REST API request:
31+
32+
- Updates topology-related configurations of an active database and optimises the shards placement for the new configuration. Example configuration parameters include `memory_size`, `shards_count`, `avoid_nodes`, `shards_placement`, `bigstore_ram_size`, and `replication`.
33+
34+
- Replaces the deprecated request to [optimize shards placement]({{<relref "/operate/rs/references/rest-api/requests/bdbs/actions/optimize_shards_placement">}}).
3135

3236
### Enhancements
3337

3438
- New Cluster Manager UI enhancements:
3539

3640
- TBA
3741

42+
- REST API enhancements:
43+
44+
- Adjusted the API to [get the database recovery plan]({{<relref "/operate/rs/references/rest-api/requests/bdbs/actions/recover#get-bdbs-actions-recover">}}) to only return the best persistence file per slot range for databases with `master_persistence` enabled.
45+
46+
- A database's `maxclients` can now be configured with an [update database configuration]({{<relref "/operate/rs/references/rest-api/requests/bdbs#put-bdbs">}}) request.
47+
48+
- Added `bigstore_version` to database configuration and `default_bigstore_version` to cluster settings.
49+
3850
- Added module information to database creation log messages.
3951

4052
- Reserved the following ports:

0 commit comments

Comments
 (0)