Skip to content

Releases: taskiq-python/taskiq

0.11.2

26 Apr 20:08
0.11.2

Choose a tag to compare

What's Changed

Full Changelog: 0.11.1...0.11.2

0.11.1

20 Apr 00:01
0.11.1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.0...0.11.1

0.11.0

05 Feb 23:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.4...0.11.0

0.10.4

03 Dec 15:13

Choose a tag to compare

What's Changed

  • Fixed docs release workflow by @s3rius in #252
  • Added skip-first-run option for scheduler. by @s3rius in #253

Full Changelog: 0.10.3...0.10.4

0.10.3

30 Nov 22:23

Choose a tag to compare

What's Changed

⚠️ Contains breaking changes ⚠️ if you were using ScheduledTask directly, please make sure your code is compatible with pydantic becuase of #234. This is the last change planned change to scheduling API for now.

New Contributors

Full Changelog: 0.10.2...0.10.3

0.10.2

19 Oct 10:19

Choose a tag to compare

What's Changed

  • Set event loop for current thread explicltly. by @s3rius in #230

⚠️ Also, we're trying to get in the awesome-python list. If you like the project, please vote for it in this PR.

Full Changelog: 0.10.1...0.10.2

0.10.1

18 Oct 13:59

Choose a tag to compare

What's Changed

  • Added unschedule possibility. by @s3rius in #226
  • Added depdencies override as in fastapi. by @s3rius in #228

Full Changelog: 0.10.0...0.10.1

0.10.0

17 Oct 15:58

Choose a tag to compare

🚨 Breaking release 🚨

This release is primary focused on scheduler. If you don't use TaskiqScheduler or you don't have custom ScheduleSource. This release won't break anything. Otherwise you might need to update your ScheduleSource.

This release changes ScheduledTask. Please remove source field from Schedule sources.

What's Changed

Full Changelog: 0.9.3...0.10.0

0.9.3

11 Oct 08:33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.2...0.9.3

0.9.2

01 Oct 19:02

Choose a tag to compare

What's Changed

  • Make dynamic-brokers.md easier to read by @Kolaer in #206
  • Added dynamic dependency resolution for unknown tasks by @s3rius in #208
  • Changed linter to ruff. by @s3rius in #210

New Contributors

Full Changelog: 0.9.1...0.9.2