Skip to content

Releases: taskiq-python/taskiq

0.4.0

09 Apr 23:16

Choose a tag to compare

What's Changed

  • Updated InMemoryBroker by @s3rius in #84
  • Updated CI strategy for Pull Requests. by @s3rius in #94
  • asyncio.wait replaced with Semaphore, fixed compatibility issues by @vvanglro in #93
  • Separation of the receiver from the CLI by @hugiron in #90
  • Fixed semaphore logic by @s3rius in #97
  • Replaced string with bytes in BrokerMessage by @s3rius in #89
  • Added prometheus metrics middleware. by @s3rius in #99
  • Reload dependencies are now optional. by @s3rius in #98
  • Changed listen signature for brokers. by @s3rius in #100
  • Fixed prometheus metrics for multiple worker processes by @s3rius in #101

New Contributors

Full Changelog: 0.3.5...0.4.0

0.3.5

31 Mar 19:02

Choose a tag to compare

What's Changed

  • Added testig section in docs. by @s3rius in #83
  • Added FastAPI section in docs. by @s3rius in #83
  • Updated home page styles for docs. by @s3rius in #83

Full Changelog: 0.3.4...0.3.5

0.3.4

28 Mar 11:26

Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3

27 Mar 00:21

Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

26 Mar 23:08

Choose a tag to compare

What's Changed

  • Added exception info when cannot import tasks module by @s3rius in #76

Full Changelog: 0.3.1...0.3.2

0.3.1

26 Mar 00:31

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

25 Mar 13:29

Choose a tag to compare

What's Changed

  • Added ability to add custom first-level dependencies by @s3rius in #70
  • Added docs for NATS broker by @s3rius in #71
  • Dependencies were updated. by @s3rius in #72

Full Changelog: 0.2.2...0.3.0

0.2.2

22 Mar 21:31

Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

21 Mar 09:57

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

13 Mar 08:03

Choose a tag to compare

What's Changed

  • Removed callbacks from brokers. by @s3rius in #62

This update contains breaking changes. Now listen method of brokers is an async generator. You can check docs to see the difference.

Full Changelog: 0.1.8...0.2.0