Skip to content

Commit 7d736fc

Browse files
committed
DOC-4053 Add module API and rladmin deprecations to 7.6 release notes index too
1 parent aa18988 commit 7d736fc

File tree

1 file changed

+40
-0
lines changed
  • content/operate/rs/release-notes/rs-7-6-releases

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ For more detailed release notes, select a build version from the following table
3333

3434
## Version changes
3535

36+
### Breaking changes
37+
38+
Redis Enterprise Software version 7.6.0 introduces the following breaking changes:
39+
40+
- The default value of `latest_with_modules` has changed to `true`.
41+
42+
- [`rladmin upgrade db`]({{<relref "/operate/rs/references/cli-utilities/rladmin/upgrade#upgrade-db">}}) will always upgrade the database's modules.
43+
44+
- When you [upgrade a database]({{<relref "/operate/rs/references/rest-api/requests/bdbs/upgrade#post-bdbs-upgrade">}}) using the REST API, you can set `"latest_with_modules": false` in the request body to prevent module upgrades.
45+
3646
### Product lifecycle updates
3747

3848
#### End-of-life policy extension
@@ -53,6 +63,36 @@ See the [Redis Enterprise Software product lifecycle]({{<relref "/operate/rs/ins
5363

5464
- Deprecated `background_op` field from BDB REST API object. Use [`GET /v1/actions/bdb/<bdb_uid>`]({{<relref "/operate/rs/references/rest-api/requests/actions/bdb">}}) instead.
5565

66+
- Deprecated module fields:
67+
68+
- `latest_with_modules`:
69+
70+
- The default value of `latest_with_modules` has changed to `true`.
71+
72+
- [`rladmin upgrade db`]({{<relref "/operate/rs/references/cli-utilities/rladmin/upgrade#upgrade-db">}}) will always upgrade the database's modules.
73+
74+
- When you [upgrade a database]({{<relref "/operate/rs/references/rest-api/requests/bdbs/upgrade#post-bdbs-upgrade">}}) using the REST API, you can set `"latest_with_modules": false` in the request body to prevent module upgrades.
75+
76+
- `keep_redis_version`; use `redis_version` instead
77+
78+
- `current_module`; use `new_module_args` instead
79+
80+
- `new_module`; use `new_module_args` instead
81+
82+
- `module_id`; use `module_name` instead
83+
84+
- `semantic_version`; use module_args instead
85+
86+
- `min_redis_version` is only relevant to Redis database versions earlier than 7.4; replaced with `compatible_redis_version`
87+
88+
- Deprecated the [`rladmin upgrade modules`]({{<relref "/operate/rs/references/cli-utilities/rladmin/upgrade#upgrade-module">}}) command. Use [`rladmin upgrade db`]({{<relref "/operate/rs/references/cli-utilities/rladmin/upgrade#upgrade-db">}}) instead.
89+
90+
- Deprecated [`POST /v1/modules/upgrade/bdb/<uid>`]({{<relref "/operate/rs/references/rest-api/requests/modules/upgrade#post-modules-upgrade-bdb">}}) REST API request. Use [`POST /v1/bdbs/<uid>/upgrade`]({{<relref "/operate/rs/references/rest-api/requests/bdbs/upgrade#post-bdbs-upgrade">}}) to upgrade modules instead.
91+
92+
#### Download center modules deprecation
93+
94+
New Redis modules will not be available for download from the Redis download center.
95+
5696
#### Legacy UI deprecation
5797

5898
The legacy UI is deprecated in favor of the new Cluster Manager UI and will be removed in a future release.

0 commit comments

Comments
 (0)