Skip to content

Releases: taskiq-python/taskiq

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

0.8.5

21 Jul 00:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.4...0.8.5

0.8.4

18 Jul 20:22
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 0.8.3...0.8.4

0.8.3

14 Jul 08:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.2...0.8.3

0.8.2

12 Jul 10:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

11 Jul 09:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

10 Jul 21:36
Compare
Choose a tag to compare

What's Changed

⭐ Pydantic V2 support is here! ⭐

New Contributors

Full Changelog: 0.7.2...0.8.0