Skip to content

Releases: taskiq-python/taskiq

0.10.2

19 Oct 10:19
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

0.9.1

26 Sep 16:32
Compare
Choose a tag to compare

What's Changed

  • Added local task registry, improved shared_tasks API. by @s3rius in #203
  • Added API for registering tasks programmatically. by @s3rius in #204
  • Added API for dynamic workers and schedulers. by @s3rius in #205

Full Changelog: 0.9.0...0.9.1

0.9.0

15 Sep 15:33
Compare
Choose a tag to compare

Big scheduler update.

This release contains lots of small improvements and also some ⚠️ possibly breaking changes ⚠️.

What's Changed

Since now ScheduledTasks respect timezone, please verify that you use UTC everywhere you need. If you were using local datetime, this update may break some schedules. If you were using datetime.utcnow(), you don't need to change anything, since for backward compatibility we just add UTC time zone information to all datetimes which don't have timezone information.

Full Changelog: 0.8.8...0.9.0

0.8.8

09 Sep 08:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.7...0.8.8

0.8.7

03 Sep 15:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.6...0.8.7

0.8.6

23 Jul 16:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.5...0.8.6