Skip to content

Commit 31f7aac

Browse files
committed
DOC-4706 Added 7.14.0 new features/enhancements to RS April release notes draft
1 parent f67a790 commit 31f7aac

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
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. Revamp database API.
9+
description: New pricing and packaging. Revamp database API. Migration status API. Usage report API.
1010
linkTitle: 7.22.x-tba (April 2025)
1111
weight: 90
1212
---
@@ -21,6 +21,10 @@ This version offers:
2121

2222
- Revamp database API
2323

24+
- Migration status API
25+
26+
- Usage report API
27+
2428
## New in this release
2529

2630
### New features
@@ -33,6 +37,10 @@ This version offers:
3337

3438
- Replaces the deprecated request to [optimize shards placement]({{<relref "/operate/rs/references/rest-api/requests/bdbs/actions/optimize_shards_placement">}}).
3539

40+
- Migration status REST API request, which reports the migration status of a database in the cluster.
41+
42+
- Usage report API request
43+
3644
### Enhancements
3745

3846
- New Cluster Manager UI enhancements:
@@ -47,6 +55,12 @@ This version offers:
4755

4856
- Added `bigstore_version` to database configuration and `default_bigstore_version` to cluster settings.
4957

58+
- Added `default_oss_cluster` to cluster settings.
59+
60+
- Added `sentinel_service` as an optional service that can be enabled or turned off with an [update cluster services configuration]({{<relref "/operate/rs/references/rest-api/requests/cluster/services_configuration#put-cluster-services_config">}}) request.
61+
62+
- Added `replica_read_only` to database configuration. If set to `true`, it enables an Active-Passive setup where Replica Of databases only allow read operations. `replica_read_only` is only configurable during [database creation]({{<relref "/operate/rs/references/rest-api/requests/bdbs#post-bdbs-v1">}}) and cannot be changed later.
63+
5064
- Added module information to database creation log messages.
5165

5266
- Reserved the following ports:

0 commit comments

Comments
 (0)