-------------- - Added Python 3.13 support. - Replaced select.select with select.poll on Linux by default. - Replaced list with collections.deque - Thanks Bernhard Thiel. - Removed unnecessary lock when building messages. - Fixed various Python 2.7 tests.
2.10.8
-------------- - Fixed bug with multi-threaded basic.consume not always being threadsafe [132] - Thanks mic1on.
2.10.7
-------------- - Fixed bug with heartbeat interval on the client not sent frequently enough [127] - Thanks Ivan Héda. - Added support for Python 3.12.
2.10.6
-------------- - Fixed deprecated warning when using Python 3.11.
2.10.5
-------------- - Added support for bulk removing users with the Management Api. - Added support to get the Cluster Name using the Management Api. - Fixed ConnectionUri to default to port 5761 when using ssl [119] - Thanks s-at-ik.
2.10.4
-------------- - Fixed issue with a forcefully closed channel not sending the appropriate response [114] - Thanks Bernd Höhl.