Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 608 Bytes

changelog.rst

File metadata and controls

21 lines (14 loc) · 608 Bytes

Changelog

0.0.2 (2021-11-19)

Added

Changed

  • Pass a state object with a connection attribute to the consumer callback, instead of a connection object. Mixins can set a __safe__ class attribute to list attributes that can be used safely in the consumer callback. These attributes are added to the state object.
  • Log debug messages when publishing, consuming and acknowledging messages.

0.0.1 (2021-11-19)

First release.