Skip to content

Commit 30d085a

Browse files
committed
update changelog
1 parent 9bf72ed commit 30d085a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 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
5+
6+
### improvement
7+
- removed the undecorator loop from cluster client
8+
19
Version 0.3.2
210
-------------
311

0 commit comments

Comments
 (0)