All Versions
41
Latest Version
Avg Release Cycle
77 days
Latest Release
1667 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.1.1 Changes
- โฌ๏ธ Reduced default TCP Timeout from 30s to 10s.
- โฑ Connection Open/Close timeout is now three times the value of TCP Timeout.
- Connection will now wait for a response from the remote server before closing.
-
v2.1.0 Changes
๐ [Experimental] Added support for the RabbitMQ Management Api.
Connection/Channel function check_for_errors now behave more consistently.
-
v2.0.0 Changes
0๏ธโฃ Messages are now delivered as Message objects by default.
to_tuple and to_dict are now set to False by default.
This is a breaking change that affects the following function:
- channel.process_data_events - channel.start_consuming - channel.basic.get
-
v1.5.0 Changes
- โ 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.
-
v1.4.1 Changes
- Heartbeats are now only sent when there is no outgoing traffic - Thanks Tom.
-
v1.4.0 Changes
- โ 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.
-
v1.3.4 Changes
- โฌ๏ธ Dropped Python 3.2 Support.
- ๐ Fixed incorrect SSL warning when adding heartbeat or timeout to uri string [#18] - Thanks Adam Mills.
-
v1.3.3 Changes
- ๐ Fixed bug causing messages without a body to not be consumed properly [#16] - Thanks Adam Mills.
-
v1.3.2 Changes
- ๐ Fixed minor bug in the Poller error handling.
- ๐ Fixed issue where network corruption could caused a connection error to throw the wrong exception.
-
v1.3.1 Changes
- ๐ Fixed SSL bug that could trigger an exception when running multiple threads [#14] - Thanks Adam Mills.
- ๐ Fixed bug when using channel.basic.get to retrieve large payloads.
- โฌ๏ธ Reduced default RPC timeout from 360s to 120s.