Skip to content

Releases: eandersson/amqpstorm

Version 1.5.0

17 Jul 21:10

Choose a tag to compare

  • Added support for Channel.Tx (Server local transactions). [#27]
  • Added support for Heartbeat interval 0 (disabled). [#26]
  • Added Python implementation to platform string, e.g. Python 2.7.0 (Jython).
  • Fixed Jython bug. [#25]
  • Fixed incorrect log line for the Connection and Channel Context Manager.
  • Removed TCP Keepalive.

Version 1.4.1

11 Jul 16:48

Choose a tag to compare

  • Heartbeats are now only sent when there is no outgoing traffic - Thanks Tom.

Version 1.4.0

10 Jul 10:22

Choose a tag to compare

  • 100% Unit-test Coverage!
  • 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.
  • Reduced default RPC timeout from 120s to 60s.

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.