Skip to content

Releases: taskiq-python/taskiq

0.6.0

27 May 13:30

Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

21 May 22:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.3...0.5.0

0.4.3

09 May 14:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2

06 May 15:54

Choose a tag to compare

What's Changed

Builder API update:
Now abstract broker doesn't require any parameters. Such as result_backend or id_generator. These parameters can now be supplied using new methods that can be chained. For example:

broker = (
    MyBroker()
    .with_id_generator(generator)
    .with_result_backend(my_result_backend)
    .with_middlewares(PrometheusMiddleware())
)

Full Changelog: 0.4.1...0.4.2

0.4.1

17 Apr 22:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

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