Releases: gmr/rabbitpy
Releases · gmr/rabbitpy
1.0.0
- Reworked Heartbeat logic to send a heartbeat every
interval / 2
seconds when data has not been written to the socket (#70, #74, #98, #99) - Improved performance when consuming large mesages (#104) - Jelle Aalbers
- Allow for username and password to be default again (#96, #97) - Grzegorz Śliwiński
- Cleanup of Connection and Channel teardown (#103)
0.27.1
0.27.0
- Added new
rabbitpy.SimpleChannel
class - Exception formatting changes
- Thread locking optimizations
- Connection shutdown cleanup
rabbitpy.Message
now assigns a UTC timestamp instead of local timestamp to the AMQP message property if requested (#94)- Unquote username and password in URI (#93) - sunbit
- Connections now allow for a configurable timeout (#84, #85) - vmarkovtsev
- Bugfix for
rabbitpy.AMQP.basic_publish
(#92) - canardleteer - Added
args
property torabbitpy.Connection
(#88) - vmarkovtsev - Fix locale in connection setup from causing hanging (#87) - vmarkovtsev
- Fix heartbeat behavior (#69, #70, #74)
- Cancel consuming in case of exceptions (#68) - kmelnikov
- Documentation correction (#79) - jonahbull