Skip to content

Commit 0e046cb

Browse files
committed
Added breaking changes for /users/password and /users/authorize APIs to 7.8 release notes
1 parent 5923b05 commit 0e046cb

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,24 @@ Redis Software version 7.8.2 introduces the following breaking changes:
6565

6666
- 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.
6767

68+
- Authentication method changes for [`/v1/users/password`]({{<relref "/operate/rs/references/rest-api/requests/users/password">}}) REST API requests.
69+
70+
- `PUT`, `POST`, and `DELETE` methods require users to include their usernames and a current password in the authentication header to change their password lists. If the authentication header is not provided, the response status will be `401 Unauthorized`.
71+
72+
- `/v1/users/password` requests change the password list of the user who provides their credentials in the authorization header when sending the requests.
73+
74+
- `PUT` and `POST` requests will ignore `username` and `old_password` parameters provided in the request body.
75+
76+
- `DELETE` requests will ignore the `username` parameter provided in the request body.
77+
78+
- Authentication method changes for [`POST /v1/users/authorize`]({{<relref "/operate/rs/references/rest-api/requests/users/authorize">}}) REST API requests.
79+
80+
- The `POST` method requires users to include their usernames and a current password in the authentication header to generate a JSON Web Token.
81+
82+
- `/v1/users/password` requests change the password list of the user who provides their credentials in the authorization header when sending the requests.
83+
84+
- `POST` requests will ignore `username` and `password` parameters provided in the request body.
85+
6886
#### Redis database version 7.4 breaking changes {#redis-74-breaking-changes}
6987

7088
When new major versions of Redis Community Edition change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, read the provided list of breaking changes that affect Redis Software and update any applications that connect to your database to handle these changes.

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,24 @@ Redis Software version 7.8.2 introduces the following breaking changes:
246246

247247
- 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.
248248

249+
- Authentication method changes for [`/v1/users/password`]({{<relref "/operate/rs/references/rest-api/requests/users/password">}}) REST API requests.
250+
251+
- `PUT`, `POST`, and `DELETE` methods require users to include their usernames and a current password in the authentication header to change their password lists. If the authentication header is not provided, the response status will be `401 Unauthorized`.
252+
253+
- `/v1/users/password` requests change the password list of the user who provides their credentials in the authorization header when sending the requests.
254+
255+
- `PUT` and `POST` requests will ignore `username` and `old_password` parameters provided in the request body.
256+
257+
- `DELETE` requests will ignore the `username` parameter provided in the request body.
258+
259+
- Authentication method changes for [`POST /v1/users/authorize`]({{<relref "/operate/rs/references/rest-api/requests/users/authorize">}}) REST API requests.
260+
261+
- The `POST` method requires users to include their usernames and a current password in the authentication header to generate a JSON Web Token.
262+
263+
- `/v1/users/password` requests change the password list of the user who provides their credentials in the authorization header when sending the requests.
264+
265+
- `POST` requests will ignore `username` and `password` parameters provided in the request body.
266+
249267
### Redis database version 7.4 breaking changes {#redis-74-breaking-changes}
250268

251269
When new major versions of Redis Community Edition change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, read the provided list of breaking changes that affect Redis Software and update any applications that connect to your database to handle these changes.

0 commit comments

Comments
 (0)