-------------- - Fixed install bug with cp1250 encoding on Windows [112] - Thanks ZygusPatryk.
2.10.2
-------------- - Fixed bad socket fd causing high cpu usage [110] - Thanks aiden0z.
2.10.1
-------------- - Fixed bug with UriConnection not handling amqps:// properly. - Improved documentation.
2.10.0
-------------- - 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.
2.9.0
------------- - 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.
2.8.5
------------- - Fixed a potential deadlock when opening a channel with a broken connection [97] - Thanks mehdigmira.