All Versions
41
Latest Version
Avg Release Cycle
77 days
Latest Release
927 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.8.3 Changes
November 18, 2020 -
v2.10.5 Changes
- β 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.
-
v2.10.4 Changes
- π Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd HΓΆhl.
-
v2.10.3 Changes
- π Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.
-
v2.10.2 Changes
- π Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.
-
v2.10.1 Changes
- π Fixed bug with UriConnection not handling amqps:// properly.
- π Improved documentation.
-
v2.10.0 Changes
- β Added Pagination support to Management list calls (e.g. queues list).
- β Added Filtering support to Management list calls.
- Re-use the requests sessions for Management calls.
- β‘οΈ Updated to use pytest framework instead of nose for testing.
-
v2.9.0 Changes
- β Added support for custom Message implementations - Thanks Jay Hogg.
- π Fixed a bug with confirm_delivery not working after closing and re-opening an existing channel.
- Re-worked the channel re-use code.
-
v2.8.5 Changes
- π Fixed a potential deadlock when opening a channel with a broken connection [#97] - Thanks mehdigmira.
-
v2.8.4 Changes
- π Fixed a bug in Message.create where it would mutate the properties dict [#92] - Thanks Killerama.