Releases: taskiq-python/taskiq
Releases · taskiq-python/taskiq
0.9.1
0.9.0
Big scheduler update.
This release contains lots of small improvements and also some
What's Changed
- Added timezone-aware schedule support. by @s3rius in #198
- Docs updated. by @s3rius in #199
- Fixed delay for specific time values. by @s3rius in #200
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
0.8.7
0.8.6
0.8.5
What's Changed
- Scheduluer CLI: Added optional logging config by @MuriloScarpaSitonio in #179
New Contributors
- @MuriloScarpaSitonio made their first contribution in #179
Full Changelog: 0.8.4...0.8.5