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: CHANGES.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
### Breaking changes
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.
7
+
8
+
### improvement
9
+
- removed the undecorator loop from cluster client
0 commit comments