Releases: eandersson/amqpstorm
Releases · eandersson/amqpstorm
Version 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.
Version 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.
Version 2.8.5
- Fixed a potential deadlock when opening a channel with a broken connection [#97] - Thanks mehdigmira.
Version 2.8.4
- Fixed a bug in Message.create where it would mutate the properties dict [#92] - Thanks Killerama.
Version 2.8.3
Version 2.8.2
Version 2.8.1
- Cleaned up documentation.
Version 2.8.0
- Introduced a new channel function called check_for_exceptions.
- Fixed issue where publish was successful but raises an error because connection was closed [#80] - Thanks Pavol Plaskoň.
- Updated SSL handling to use the non-deprecated way of creating a SSL Connection [#79] - Thanks Carl Hörberg from CloudAMQP.
- Enabled SNI for SSL connections by default [#79] - Thanks Carl Hörberg from CloudAMQP.
Version 2.7.2
- Added ability to override client_properties [#77] - Thanks tkram01.
Version 2.7.1
- Fixed Connection close taking longer than intended when using SSL [#75]- Thanks troglas.
- Fixed an issue with closing Channels taking too long after the server initiated it.