What's Changed
- Added shutdown for schedule sources. by @s3rius in #231
- Added pickle serializer. by @s3rius in #232
- Doc updates by @kevinhikaruevans in #236
- Changed deprecated logger.warn to logger.warning by @DeanNeaht in #237
- Scheduled task is a pydantic model now. by @s3rius in #234
- Added ack config. by @s3rius in #249
⚠️ Contains breaking changes ⚠️ if you were using ScheduledTask
directly, please make sure your code is compatible with pydantic becuase of #234. This is the last change planned change to scheduling API for now.
New Contributors
- @kevinhikaruevans made their first contribution in #236
- @DeanNeaht made their first contribution in #237
Full Changelog: 0.10.2...0.10.3