fedora-messaging v1.7.0
v1.7.0 (2019-05-21)
Features
- "fedora-messaging consume" now accepts a "--callback-file" argument
which will load a callback function from an arbitrary Python file.
Previously, it was required that the callback be in the Python path
(#159).
Bug Fixes
- Fix a bug where publishes that failed due to certain connection
errors were not retried
(#175). - Fix a bug where AMQP protocol errors did not reset the connection
used for publishing messages. This would result in publishes always
failing with a ConnectionError
(#178).
Documentation Improvements
- Document the
body
attribute on theMessage
class
(#164). - Clearly document what properties message schema classes should
override
(#166). - Re-organize the consumer documentation to make the consuming API
clearer
(#168).
Contributors
Many thanks to the contributors of bug reports, pull requests, and pull
request reviews for this release:
- Randy Barlow
- Aurélien Bompard
- Jeremy Cline
- Dusty Mabe