Skip to content

Releases: dymmond/asyncz

Version 0.8.0

07 Jun 16:06
f8ae777
Compare
Choose a tag to compare

Fix

  • AsyncIOScheduler was not pulling the event loop appropriately.
  • Fix mongodb store finder.

Version 0.7.0

06 Jun 08:50
ee39db8
Compare
Choose a tag to compare

Changed

  • EsmeraldScheduler contrib register events to match the new Esmerald implementation.

Version 0.6.0

29 Apr 09:41
9480312
Compare
Choose a tag to compare

Fixed

Breaking change

  • In the past, asyncz had a typo in max_intances. This was changed to max_instances instead.
    This addresses the Discusson #49 raised by @devkral.

Version 0.5.0

26 Jul 16:34
Compare
Choose a tag to compare

Changed

  • Updated internal __setstate__ of Task to accept also __pydantic_extra__ and model_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

04 Jul 11:56
Compare
Choose a tag to compare

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

23 Jun 17:03
Compare
Choose a tag to compare

Fixed

  • EsmeraldScheduler attribute update (configurations and timezone).

Version 0.3.0

23 Jun 09:44
Compare
Choose a tag to compare

Changed

  • Updated base requirements.
  • Fixed linting and parsing of dates and integers.

Version 0.2.0

21 Feb 01:06
Compare
Choose a tag to compare

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

03 Jan 17:41
Compare
Choose a tag to compare

Fix

  • Store module imports causing issues internally.

Version 0.1.3

30 Dec 19:07
7d8e3ab
Compare
Choose a tag to compare

Changed

  • Updated pyproject to support python 3.11.