Releases: epandurski/flask_melodramatiq
Releases · epandurski/flask_melodramatiq
Flask-Melodramatiq 1.0.1
-
Fixed tests failing on Dramatiq 1.15
-
Fixed a problem with
GenericActor
on Python 3.12. -
Fixed a syntax warning on newer Python versions.
Flask-Melodramatiq 1.0
-
Removed the
RabbitmqBroker.publish_message()
method. -
Documented the use of
missing
configuration values.
Flask-Melodramatiq 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.
Flask-Melodramatiq 0.3.8
- Better support for
dramatiq.results.Results
Flask-Melodramatiq 0.3.7
- Removed support for
Pika
< 1.0. - Fixd a connection timeout problem when using
RabbitmqBroker.publish_message()
Flask-Melodramatiq 0.3.6
- Allow
add_middleware
to be called on brokers beforeinit_app
.
Flask-Melodramatiq 0.3.5
- Added
routing_key
argument to theRabbitmqBroker.publish_message()
method. - Fixed minor documentation issue
Flask-Melodramatiq 0.3.4
- Added
RabbitmqBroker.publish_message()
method. - Added
.circleci
directory
Flask-Melodramatiq 0.3.3
- Fixed minor setuptools packaging issues.
Flask-Melodramatiq 0.3.2
- Fixed minor setuptools packaging issues.