Skip to content

Releases: eandersson/amqpstorm

Version 2.6.0

28 Dec 23:07
Compare
Choose a tag to compare
  • Re-use closed channel ids [#55] - Thanks mikemrm.
  • Changed Poller Timeout to be a constant.
  • Improved Connection Close performance.
  • Channels is now a publicly available variable in Connections.

Version 2.5.0

25 Nov 00:44
Compare
Choose a tag to compare
  • Upgraded pamqp to v2.0.0.
  • Properly wait until the inbound queue is empty when break_on_empty is set [#63] - Thanks TomGudman.
  • Fixed issue with Management queue/exchange declare when the passive flag was set to True.

Version 2.4.2

01 Sep 19:49
Compare
Choose a tag to compare
  • Added support for External Authentication - Thanks Bernd Höhl.
  • Fixed typo in setup.py extra requirements - Thanks Bernd Höhl.
  • LICENSE file now included in package - Thanks Tomáš Chvátal.

Version 2.4.1

29 Aug 17:21
2b9f99a
Compare
Choose a tag to compare
  • Added client/server negotiation to better determine the maximum supported channels and maximum allowed frame size [#52] - Thanks gastlich.
  • We now raise an exception if the maximum allowed channel count is reached.

Version 2.4.0

17 Jan 02:51
Compare
Choose a tag to compare
  • basic.consume now allows for multiple callbacks [#48].

Version 2.3.0

08 Nov 08:10
Compare
Choose a tag to compare
  • Added delivery_tag property to message.
  • Added redelivered property to message [#41] - Thanks tkram01.
  • Added support for Management Api Healthchecks [#39] - Thanks Julien Carpentier.
  • Fixed incompatibility with Sun Solaris 10 [#46] - Thanks Giuliox.
  • Fixed delivery_tag being set to None by default [#47] - tkram01.
  • Exposed requests verify and certs flags to Management Api [#40] - Thanks Julien Carpentier.

Version 2.2.2

23 Apr 23:15
Compare
Choose a tag to compare
  • Fixed potential Heartbeat deadlock when forcefully killing process - Thanks Charles Pierre.

Version 2.2.1

22 Feb 07:57
Compare
Choose a tag to compare
  • Fixed potential Channel leak [#36] - Thanks Adam Mills.
  • Fixed threading losing select module during python shutdown [#37] - Thanks Adam Mills.

Version 2.2.0

18 Nov 10:33
Compare
Choose a tag to compare
  • Connection.close should now be more responsive.
  • Channels are now reset when re-opening an existing connection.
  • Re-wrote large portions of the Test suit.

Version 2.1.4

03 Nov 07:10
Compare
Choose a tag to compare
  • Added parameter to override auto-decode on incoming Messages - Thanks Travis Griggs.
  • Fixed a rare bug that could cause the consumer to get stuck if the connection unexpectedly dies - Thanks Connor Wolf.