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-6-releases/_index.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,16 @@ For more detailed release notes, select a build version from the following table
33
33
34
34
## Version changes
35
35
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
+
36
46
### Product lifecycle updates
37
47
38
48
#### End-of-life policy extension
@@ -53,6 +63,36 @@ See the [Redis Enterprise Software product lifecycle]({{<relref "/operate/rs/ins
53
63
54
64
- 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.
55
65
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
+
56
96
#### Legacy UI deprecation
57
97
58
98
The legacy UI is deprecated in favor of the new Cluster Manager UI and will be removed in a future release.
0 commit comments