Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/develop/whats-new/8-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ These improvements benefit both single-node and clustered deployments. More deta

### Breaking changes
#### ACL behavior
Commands from included modules are now covered under standard categories (e.g., `+@read`, `+@write`). A user with `+@all` `-@write` will no longer be able to execute `FT.SEARCH` as they could before.
Commands from included modules are now covered under standard categories (e.g., `+@read`, `+@write`). For example, a user with `+@all` `-@write` will no longer be able to execute `JSON.SET` as they could before.
Explicit inclusion of new command categories is required to maintain access.

#### Redis Query Engine
Expand Down