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/_index.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,9 @@ For more detailed release notes, select a build version from the following table
41
41
42
42
Redis Enterprise Software version 7.8.0 introduces the following breaking changes:
43
43
44
-
- The default value of `latest_with_modules` has changed to `true`.
44
+
- When you upgrade a database, the upgrade process also attempts to upgrade database modules by default.
45
+
46
+
- The default value of `latest_with_modules` has changed to `true`.
45
47
46
48
-[`rladmin upgrade db`]({{<relref "/operate/rs/references/cli-utilities/rladmin/upgrade#upgrade-db">}}) will always upgrade the database's modules.
47
49
@@ -95,27 +97,21 @@ If your database currently uses triggers and functions, you need to:
95
97
96
98
- 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.
97
99
98
-
- Deprecated module fields:
99
-
100
-
-`latest_with_modules`:
101
-
102
-
- The default value of `latest_with_modules` has changed to `true`.
103
-
104
-
- [`rladmin upgrade db`]({{<relref "/operate/rs/references/cli-utilities/rladmin/upgrade#upgrade-db">}}) will always upgrade the database's modules.
105
-
106
-
- 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.
100
+
- Deprecated the following fields for [upgrade database]({{<relref "/operate/rs/references/rest-api/requests/bdbs/upgrade">}}) REST API requests:
107
101
108
102
-`keep_redis_version`; use `redis_version` instead
109
103
110
104
-`current_module`; use `new_module_args` instead
111
105
112
106
-`new_module`; use `new_module_args` instead
113
107
108
+
- Deprecated the following `module_list` fields for [create database]({{<relref "/operate/rs/references/rest-api/requests/bdbs#post-bdbs-v1">}}) REST API requests:
109
+
114
110
-`module_id`; use `module_name` instead
115
111
116
112
-`semantic_version`; use module_args instead
117
113
118
-
-`min_redis_version` is only relevant to Redis database versions earlier than 7.4; replaced with `compatible_redis_version`
114
+
-`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.
119
115
120
116
- 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