Skip to content

Commit 7c36156

Browse files
committed
update changelog
1 parent ddeb2d1 commit 7c36156

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
### Breaking changes
2-
- `BackendCommands` and `AsyncBackendCommands` are no longer decorated with `omit_exception`
3-
- added `DecoratedBackendCommands` and `DecoratedAsyncBackendCommands` as commands decorated with `omit_exception`
4-
- `AsyncValkeyCache` and `ValkeyCache` no longer inherit from `BackendCommands` and `AsyncBackendCommands`, they inherit from `DecoratedBackendCommands` and `DecoratedAsyncBackendCommands` instead
2+
- `BackendCommands` and `AsyncBackendCommands` are no longer decorated with `omit_exception`.
3+
- added `omit_exception_async` to decorate async operations, instead of using `omit_exception` for both sync and async.
4+
- `omit_exception` no longer supports async functions and generators.
5+
- added `DecoratedBackendCommands` and `DecoratedAsyncBackendCommands` as commands decorated with `omit_exception` and `omit_exception_async`.
6+
- `AsyncValkeyCache` and `ValkeyCache` no longer inherit from `BackendCommands` and `AsyncBackendCommands`, they inherit from `DecoratedBackendCommands` and `DecoratedAsyncBackendCommands` instead.
57

68
### improvement
79
- removed the undecorator loop from cluster client

0 commit comments

Comments
 (0)