Skip to content

Releases: gmr/rabbitpy

1.0.0

28 Oct 01:19
@gmr gmr
Compare
Choose a tag to compare
  • 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

13 May 00:54
@gmr gmr
Compare
Choose a tag to compare
  • Fix the cleanup of socketpair when closing down a connection

0.27.0

11 May 20:13
@gmr gmr
Compare
Choose a tag to compare
  • 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 to rabbitpy.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