Releases: taskiq-python/taskiq
Releases · taskiq-python/taskiq
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
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
What's Changed
⭐ Pydantic V2 support is here! ⭐
- feat: upgrade to pydantic v2 by @thoas in #160
- fix: worker hangs sometimes by @Sobes76rus in #162
- Added optional logging configuration. by @s3rius in #159
- Updated docs. by @s3rius in #165
- Added tox support for local testing by @s3rius in #166
- Added contribution guides. by @s3rius in #167
- Fixed deprecation warnings by @s3rius in #168
- Added better support for multi-broker setup. by @s3rius in #169
New Contributors
Full Changelog: 0.7.2...0.8.0