Releases: dymmond/asyncz
Releases · dymmond/asyncz
Version 0.8.0
Fix
AsyncIOScheduler
was not pulling the event loop appropriately.- Fix
mongodb
store finder.
Version 0.7.0
Changed
EsmeraldScheduler
contrib register events to match the new Esmerald implementation.
Version 0.6.0
Version 0.5.0
Changed
- Updated internal
__setstate__
ofTask
to accept also__pydantic_extra__
andmodel_config
.
Added
- Support for Python 3.12.
Fixed
- Pydantic 2.0
__pydantic_extra__
pickling errors. - Internal issues with MagicMock and Pydantic 2.0
Version 0.4.0
Changed
- Move internal procedure to pydantic 2.0. This process speeds up the internal processing
by leveraging pydantic 2.0 performance.
Version 0.3.1
Fixed
EsmeraldScheduler
attribute update (configurations and timezone).
Version 0.3.0
Changed
- Updated base requirements.
- Fixed linting and parsing of dates and integers.
Version 0.2.0
Changed
- Breaking changes: Removed support for python 3.7 as it was limiting the technology from evolving
with the rest of the packages.
Version 0.1.4
Fix
- Store module imports causing issues internally.
Version 0.1.3
Changed
- Updated pyproject to support python 3.11.