Skip to content

0.27.0

Compare
Choose a tag to compare
@gmr gmr released this 11 May 20:13
· 54 commits to main since this release
  • 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