Skip to content

Releases: taskiq-python/taskiq

0.7.1

11 Jun 13:53
Compare
Choose a tag to compare

What's Changed

  • Added context methods to reject and requeue. by @s3rius in #152
  • Added exception catches from dependencies. by @s3rius in #153
  • Updated dependencies and required python version. by @s3rius in #151

THIS RELEASE DROPS PYTHON3.7 SUPPORT DUE TO END OF LIFE.

Full Changelog: 0.6.0...0.7.1

0.6.0

27 May 13:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

21 May 22:14
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3

27 Mar 00:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3