Skip to content

Releases: eandersson/amqpstorm

Version 1.4.0 RC1

06 Jul 21:03

Choose a tag to compare

Version 1.4.0 RC1 Pre-release
Pre-release
  • All classes are now slotted.
  • New improved Heartbeat Monitor.
    • If no data has been sent within the Heartbeat interval, the client will now send a Heartbeat to the server. - Thanks David Schneider.

Version 1.3.4

12 Jun 10:52

Choose a tag to compare

  • Dropped Python 3.2 Support.
  • Fixed incorrect SSL warning when adding heartbeat or timeout to uri string (#18) - Thanks Adam Mills.

Version 1.3.3

08 Jun 21:54

Choose a tag to compare

  • Fixed bug causing messages without a body to not be consumed properly (#16) - Thanks Adam Mills.

Version 1.3.2

08 May 16:59

Choose a tag to compare

Releasing 1.3.2

Version 1.3.1

03 May 23:15

Choose a tag to compare

Releasing 1.3.1

Version 1.3.0

06 Apr 22:53

Choose a tag to compare

Adding tests to packaging

Version 1.2.7

08 Mar 19:54

Choose a tag to compare

  • Fixed incompatibility with eventlet.
  • Fixed potential race-condition in the Heartbeat code that could prolong the termination process of the Heartbeat Timer indefinitely.

Version 1.2.6

22 Nov 00:07

Choose a tag to compare

  • TLSv1 or higher is now required for SSL connections.
  • Heartbeat Checker is no longer started before the Connection has been established.

Version 1.2.5

19 Sep 13:30

Choose a tag to compare

  • Fixed Connection.Open bug triggered by the RabbitMQ Server not listening to the IPv6 local address.
  • Fixed Minor Connection.Open bug caused by Python not being compiled with SSL support.

Version 1.2.4

05 Sep 17:35

Choose a tag to compare

Compatibility fix for Python 2.6 and UriConnection