- Fixed a problem with `GenericActor` on Python 3.12.
- Fixed a syntax warning on newer Python versions.
1.0
-----------
- Removed the `RabbitmqBroker.publish_message()` method.
- Documented the use of `missing` configuration values.
0.3.9
-------------
- 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.
0.3.8
-------------
- Better support for `dramatiq.results.Results`
0.3.7
-------------
- Removed support for `Pika` < 1.0. - Fixd a connection timeout problem when using `RabbitmqBroker.publish_message()`
0.3.6
-------------
- Allow `add_middleware` to be called on brokers before `init_app`.