Skip to content

Releases: eandersson/amqpstorm

Version 2.8.4

16 Mar 02:47
587bb66
Compare
Choose a tag to compare
  • Fixed a bug in Message.create where it would mutate the properties dict [#92] - Thanks Killerama.

Version 2.8.3

16 Mar 02:46
Compare
Choose a tag to compare
  • Fixed pip sdist circular dependency [#88] - Thanks Jay Hogg.
  • Fixed basic.consume argument type in documentation [#86] - Thanks TechmarkDavid.

Version 2.8.2

08 Oct 01:49
Compare
Choose a tag to compare
  • Retry on SSLWantReadErrors [#82] - Thanks Bernhard Thiel.
  • Added getter/setter methods for Message properties expiration, message_type and user_id [#86] - Thanks Jay Hogg.

Version 2.8.1

27 Jun 03:56
Compare
Choose a tag to compare
  • Cleaned up documentation.

Version 2.8.0

09 Jun 03:32
Compare
Choose a tag to compare
  • 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

02 Dec 00:08
Compare
Choose a tag to compare
  • Added ability to override client_properties [#77] - Thanks tkram01.

Version 2.7.1

16 Jun 22:56
Compare
Choose a tag to compare
  • 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.

Version 2.7.0

13 Apr 23:39
Compare
Choose a tag to compare
  • Added support for passing your own ssl context [#71] - Thanks troglas.
  • Improved logging verbosity on connection failures [#72] - Thanks troglas.
  • Fixed occasional error message when closing a SSL connection [#68] - Thanks troglas.

Version 2.6.2

02 Feb 23:20
Compare
Choose a tag to compare
  • Set default TCP Timeout to 10s on UriConnection to match Connection [#67] - Thanks josemonteiro.
  • Internal RPC Timeout for Opening and Closing Connections are now set to a fixed 30s [#67] - Thanks josemonteiro.

Version 2.6.1

28 Dec 23:14
Compare
Choose a tag to compare
  • Fixed minor issue with the last channel id not being available.