Releases: eandersson/amqpstorm
Releases · eandersson/amqpstorm
Version 1.5.0
- 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
- Heartbeats are now only sent when there is no outgoing traffic - Thanks Tom.
Version 1.4.0
- 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
- 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
- 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
- Fixed bug causing messages without a body to not be consumed properly (#16) - Thanks Adam Mills.
Version 1.3.2
Releasing 1.3.2
Version 1.3.1
Releasing 1.3.1
Version 1.3.0
Adding tests to packaging
Version 1.2.7
- Fixed incompatibility with eventlet.
- Fixed potential race-condition in the Heartbeat code that could prolong the termination process of the Heartbeat Timer indefinitely.