- Make it work with newer versions of attrs.
- Fixed tests failing on Dramatiq 1.15
- Fixed a problem with GenericActor on Python 3.12.
- Fixed a syntax warning on newer Python versions.
- Removed the RabbitmqBroker.publish_message() method.
- Documented the use of missing configuration values.
- Fixed a bug. The bug resulted in raising "tried to reconfigure an already configured broker" error in case at least one configuration option has been passed to the borker constructor, and the broker's type is changed in the flask's configuration.
- Better support for dramatiq.results.Results
- Removed support for Pika < 1.0.
- Fixd a connection timeout problem when using RabbitmqBroker.publish_message()
- Allow add_middleware to be called on brokers before init_app.
- Added routing_key argument to the RabbitmqBroker.publish_message() method.
- Fixed minor documentation issue
- Added RabbitmqBroker.publish_message() method.
- Added .circleci directory
- Fixed minor setuptools packaging issues.
- Fixed minor setuptools packaging issues.
- Added public create_broker_class function.
- Improved documentation
- Initial public release