All Versions
14
Latest Version
Avg Release Cycle
60 days
Latest Release
1203 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.9.0
June 08, 2020 -
v1.8.1
February 06, 2020 -
v1.8.0
February 02, 2020 -
v1.7.0 Changes
September 22, 2019โ Added
- ๐ Generic actors can now be passed custom actor registries. (#223, @jonathanlintott)
- ๐ป
--use-spawn
command line argument. (#227, #228, @jrusso1020)
๐ Changed
-
v1.6.1
July 24, 2019 -
v1.6.0 Changes
May 02, 2019โ Added
dramatiq_queue_prefetch
environment variable to control the number of messages to prefetch per worker thread. (#183, #184, @xelhark)- The RabbitMQ broker now retries the queue declaration process if an error occurs. (#179, @davidt99)
- ๐ Support for accessing nested broker instances from the CLI. (#191, @bersace)
- ๐ Support for eagerly raising actor exceptions in the joining thread with the
StubBroker
. (#195, #203) - ๐ Support for accessing the current message from an actor via
CurrentMessage
. (#208)
๐ Changed
- ๐ Pinned pika version
>1.0,<2.0
. (#202)
๐ Fixed
- ๐ท An issue where workers would fail and never recover after the connection to Redis was severed. (#207)
- ๐
pipe_ignore
has been fixed to apply to the next message in line within a pipeline. (#194, @metheoryt)
-
v1.5.0 Changes
February 18, 2019โ Added
- ๐ The RabbitMQ broker now supports native message priorities. (#157, @davidt99)
- ๐ Support for specifying the actor class to
@actor
. (#169, @gilbsgilbs)
๐ Changed
- Pika 0.13 is now required.
๐ Fixed
-
v1.4.3 Changes
January 08, 2019๐ Fixed
- ๐ Changed license classifier to the correct license. This is why you shouldn't publish changed before you've had coffee, folks!
-
v1.4.2 Changes
January 08, 2019๐ This release was removed from PyPI because it had a bad license classifier (GPLv3+ instead of LGPLv3+) due to a mistake on my part.
๐ Fixed
- ๐ฆ License classifier in PyPI package. There were no source code
๐ changes for this release.
- ๐ฆ License classifier in PyPI package. There were no source code
-
v1.4.1 Changes
December 30, 2018