Fixes
- Fix race condition for concurrent requests using the
protected
decorator.
Additions
- The
Client
can now be used as an async context manager which starts
and closes the client automatically.
Changes
- The
InvalidKeyHandlerT
andExcHandlerT
types no longer includeOptional
,
and instead are wrapped inOptional
in the function signature.
Diff: v0.7.1...v0.7.2
Changelog: v0.7.2