Skip to content

Releases: epandurski/flask_melodramatiq

Flask-Melodramatiq 1.0.1

25 Oct 12:36
426f61e
Compare
Choose a tag to compare
  • 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

03 Aug 12:09
Compare
Choose a tag to compare
  • Removed the RabbitmqBroker.publish_message() method.

  • Documented the use of missing configuration values.

Flask-Melodramatiq 0.3.9

31 Jan 16:57
Compare
Choose a tag to compare
  • 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

07 Feb 15:52
Compare
Choose a tag to compare
  • Better support for dramatiq.results.Results

Flask-Melodramatiq 0.3.7

06 Sep 22:13
Compare
Choose a tag to compare
  • Removed support for Pika < 1.0.
  • Fixd a connection timeout problem when using
    RabbitmqBroker.publish_message()

Flask-Melodramatiq 0.3.6

23 Jun 15:39
Compare
Choose a tag to compare
  • Allow add_middleware to be called on brokers before init_app.

Flask-Melodramatiq 0.3.5

11 May 11:02
Compare
Choose a tag to compare
  • Added routing_key argument to the RabbitmqBroker.publish_message() method.
  • Fixed minor documentation issue

Flask-Melodramatiq 0.3.4

02 Apr 13:36
Compare
Choose a tag to compare
  • Added RabbitmqBroker.publish_message() method.
  • Added .circleci directory

Flask-Melodramatiq 0.3.3

26 Mar 23:56
Compare
Choose a tag to compare
  • Fixed minor setuptools packaging issues.

Flask-Melodramatiq 0.3.2

26 Mar 08:08
Compare
Choose a tag to compare
  • Fixed minor setuptools packaging issues.