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-8-releases/rs-7-8-0-tba.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,12 @@ This version offers:
53
53
54
54
-**High availability** and **Durability** have separate sections.
55
55
56
+
- When you upgrade a database, the upgrade process also attempts to upgrade database modules by default.
57
+
58
+
-[`rladmin upgrade db`]({{<relref "/operate/rs/references/cli-utilities/rladmin/upgrade#upgrade-db">}}) will always upgrade the database's modules.
59
+
60
+
- If 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.
61
+
56
62
- Added support for [log rotation]({{<relref "/operate/rs/clusters/logging/log-security#log-rotation">}}) based on both size and time.
57
63
58
64
#### Redis module feature sets
@@ -113,7 +119,9 @@ The following table shows which Redis modules are compatible with each Redis dat
113
119
114
120
Redis Enterprise Software version 7.8.0 introduces the following breaking changes:
115
121
116
-
- The default value of `latest_with_modules` has changed to `true`.
122
+
- When you upgrade a database, the upgrade process also attempts to upgrade database modules by default.
123
+
124
+
- The default value of `latest_with_modules` has changed to `true`.
117
125
118
126
-[`rladmin upgrade db`]({{<relref "/operate/rs/references/cli-utilities/rladmin/upgrade#upgrade-db">}}) will always upgrade the database's modules.
119
127
@@ -167,27 +175,21 @@ If your database currently uses triggers and functions, you need to:
167
175
168
176
- 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.
169
177
170
-
- Deprecated module fields:
171
-
172
-
-`latest_with_modules`:
173
-
174
-
- The default value of `latest_with_modules` has changed to `true`.
175
-
176
-
- [`rladmin upgrade db`]({{<relref "/operate/rs/references/cli-utilities/rladmin/upgrade#upgrade-db">}}) will always upgrade the database's modules.
177
-
178
-
- 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.
178
+
- Deprecated the following fields for [upgrade database]({{<relref "/operate/rs/references/rest-api/requests/bdbs/upgrade">}}) REST API requests:
179
179
180
180
-`keep_redis_version`; use `redis_version` instead
181
181
182
182
-`current_module`; use `new_module_args` instead
183
183
184
184
-`new_module`; use `new_module_args` instead
185
185
186
+
- Deprecated the following `module_list` fields for [create database]({{<relref "/operate/rs/references/rest-api/requests/bdbs#post-bdbs-v1">}}) REST API requests:
187
+
186
188
-`module_id`; use `module_name` instead
187
189
188
190
-`semantic_version`; use module_args instead
189
191
190
-
-`min_redis_version` is only relevant to Redis database versions earlier than 7.4; replaced with `compatible_redis_version`
192
+
-`min_redis_version` is only relevant to Redis database versions earlier than 7.4 and is replaced with `compatible_redis_version` in [module REST API]({{<relref "/operate/rs/references/rest-api/requests/modules">}}) responses.
191
193
192
194
- 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.
0 commit comments