Skip to content

Releases: taskiq-python/taskiq

0.10.0

Choose a tag to compare

@s3rius s3rius released this 17 Oct 15:58

🚨 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

Choose a tag to compare

@s3rius s3rius released this 11 Oct 08:33

What's Changed

New Contributors

Full Changelog: 0.9.2...0.9.3

0.9.2

Choose a tag to compare

@s3rius s3rius released this 01 Oct 19:02

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

Choose a tag to compare

@s3rius s3rius released this 26 Sep 16:32

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

Choose a tag to compare

@s3rius s3rius released this 15 Sep 15:33

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

Choose a tag to compare

@s3rius s3rius released this 09 Sep 08:39

What's Changed

Full Changelog: 0.8.7...0.8.8

0.8.7

Choose a tag to compare

@s3rius s3rius released this 03 Sep 15:30

What's Changed

Full Changelog: 0.8.6...0.8.7

0.8.6

Choose a tag to compare

@s3rius s3rius released this 23 Jul 16:48

What's Changed

Full Changelog: 0.8.5...0.8.6

0.8.5

Choose a tag to compare

@s3rius s3rius released this 21 Jul 00:20

What's Changed

New Contributors

Full Changelog: 0.8.4...0.8.5

0.8.4

Choose a tag to compare

@s3rius s3rius released this 18 Jul 20:22

What's Changed

  • fix: multiprocessing start method on darwin platform by @thoas in #177

Full Changelog: 0.8.3...0.8.4