v2.0.0
Added
- Test for Python 3.12 (@JonathanPlasse in #256)
- Add migration guide (@empicano in #262)
Changed
- Switch to client-wide queue (@empicano in #262)
- Switch from black to Ruff and update dev dependencies (@JonathanPlasse in #255)
- Rename
Client.id
attribute toidentifier
(@empicano in #262)
Fixed
- Release reusability correctly to allow consecutive calls to
__aexit__
(@spacemanspiff2007 in #263)
Removed
- Remove deprecated
connect
/disconnect
methods (@empicano in #262) - Remove deprecated
filtered_messages
andunfiltered_messages
methods (@empicano in #262) - Remove deprecated
message_retry_set
client argument (@empicano in #262)
This release introduces breaking changes. You can find a migration guide in the documentation.