Skip to content

Releases: taskiq-python/taskiq

0.12.1

07 Dec 16:07
96719c3

Choose a tag to compare

What's Changed

Features

  • feat: add ability to specify the default WorkerArgs … by @dtatarkin in #534
  • feat: declare python 3.14 support by @danfimov in #562
  • feat: add ability to specify ensure_ascii for JSONSerializer by @danfimov in #560

Fixes

Documentation

  • docs: fix serve command and update packages by @danfimov in #555
  • docs: update contribution guide and fix tox compatibility with uv by @danfimov in #563

Misc

New Contributors

Full Changelog: 0.12.0...0.12.1

0.12.0

26 Nov 18:38
fd32aa4

Choose a tag to compare

What's Changed

Features

Bug fixes

  • fix: type hint when whatchfiles library is not installed by @danfimov in #548

Documentation

  • docs: fix favicon for modern browsers by @danfimov in #537
  • docs: fix contributors block by @danfimov in #538
  • docs: Update maintenance status for Arq in comparison table by @chrisburr in #539
  • docs: add missing cli parameters to documentation by @danfimov in #540
  • docs: fixed wrongly mentioned exception in getting-started.md by @DonSlockZ in #531
  • docs: updated documentation example code by @literally-user in #547
  • chore: Remove AckableMessage.reject from docs by @srecnig in #542
  • docs: add information about OpenTelemetry support by @soapun in #551

Mics

  • fix(tests): opentelemetry tests by @soapun in #545
  • fix(ci): use token instead of trusted publisher for package release by @danfimov in #552

New Contributors

Full Changelog: 0.11.20...0.12.0

0.11.20

30 Oct 13:14
7c92e16

Choose a tag to compare

What's Changed

Bug fixes

  • fix: taskiq admin middleware doesn't work with python <3.11 by @danfimov in #529

Full Changelog: 0.11.19...0.11.20

0.11.19

23 Oct 15:00
9339f9d

Choose a tag to compare

What's Changed

Features

Bug fixes

  • fix: loss of task_id when using retry middlewares by @GefMar in #496
  • fix: recursive dict in labels during schedule discovery in LabelScheduleSource by @danfimov in #520
  • fix: incorrect task names with main by @raidzin in #508
  • fix: replace getLevelName with IntEnum for log levels by @ruitcatarino in #506
  • fix: preserve context vars for sync tasks by @slafs in #483

Documentation

  • docs: add list of third-party result backends and brokers by @danfimov in #499
  • docs: add streaQ to comparison table in Introduction by @Graeme22 in #495
  • docs: add more schedule sources by @danfimov in #517
  • docs: add a tip to the docs about using LabelScheduleSource by @spikeninja in #509

Misc

  • chore: add type hint for result_backend in inmemory_broker by @LIghtJUNction in #514
  • chore: do not run tests on changes in docs by @danfimov in #522
  • chore: fix typo and add hooks to prevent it in future by @danfimov in #521

New Contributors

Full Changelog: 0.11.18...0.11.19

0.11.18

15 Jul 16:25
f09afc4

Choose a tag to compare

What's Changed

Features

Documentation

Misc

New Contributors

Full Changelog: 0.11.17...0.11.18

0.11.17

27 Apr 11:43
27b63e0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.16...0.11.17

0.11.16

25 Mar 09:58
0c4c3a1

Choose a tag to compare

What's Changed

  • Fixed izulu exception annotations. by @s3rius in #434

Full Changelog: 0.11.15...0.11.16

0.11.15

25 Mar 02:20
d2fe845

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.14...0.11.15

0.11.14

15 Mar 07:11
319ac9f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.13...0.11.14

0.11.13

26 Feb 22:48
a89cac1

Choose a tag to compare

What's Changed

  • Remove bool anntotations from explicit bool attrs by @sobolevn in #412
  • Add missing python versions to pyproject.toml qualifiers by @sobolevn in #411
  • Fixed type inference for new versions of pyright and dependencies were updated. by @s3rius in #413

New Contributors

Full Changelog: 0.11.12...0.11.13