Skip to content

Releases: taskiq-python/taskiq

0.1.1

16 Sep 09:27

Choose a tag to compare

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

12 Sep 19:22

Choose a tag to compare

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.9

30 Aug 19:58

Choose a tag to compare

What's Changed

  • Fixed message labels in json format. by @s3rius in #42

Full Changelog: 0.0.8...0.0.9

0.0.8

30 Aug 19:58

Choose a tag to compare

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

23 Aug 18:02

Choose a tag to compare

What's Changed

Full Changelog: 0.0.6...0.0.7

0.0.6

23 Aug 18:02

Choose a tag to compare

What's Changed

Full Changelog: 0.0.5...0.0.6

0.0.5

23 Aug 08:15

Choose a tag to compare

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

0.0.4

12 Aug 15:50

Choose a tag to compare

What's Changed

Full Changelog: 0.0.3...0.0.4

0.0.3

10 Aug 20:14

Choose a tag to compare

What's Changed

  • Fixed name resolving for some cases. by @s3rius in #27

Full Changelog: 0.0.2...0.0.3

0.0.2

10 Aug 11:24

Choose a tag to compare

What's Changed

  • Added ZeroMQ broker, fixed multiprocessing. by @s3rius in #25
  • Fixed worker shutdown by @s3rius in #26

Full Changelog: 0.0.1...0.0.2