Releases: taskiq-python/taskiq
Releases Β· taskiq-python/taskiq
0.1.2
What's Changed
- Added events, state and event handlers. by @s3rius in #51
- Added test for abstract broker. by @s3rius in #52
- First attempt to add dependency injection. by @s3rius in #53
- Added ability to see redirected output. by @s3rius in #54
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- Fixed task pattern. Now
tasks-pattern
parameter works by @s3rius in #50
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
This release contain breaking changes:
Now, to start a worker you must run taskiq worker
instead of taskiq
.
Full Changelog: 0.0.9...0.1.0
0.0.5
What's Changed
- Now middlewares methods are called only if they were overriden.
- Added
with_task_id
method to kicker, so you can now force task_id to be sent.
- Fixed message updates in retry middleware. by @s3rius in #32
Full Changelog: 0.0.4...0.0.5