Skip to content

Version 0.9.0

Compare
Choose a tag to compare
@tarsil tarsil released this 25 Jul 15:36
· 15 commits to main since this release
01729cd

Added

  • SQLAlchemy store
  • ASGI integration

Changed

  • Schedulers use now refcounting to track if it should startup/shutdown (for asgi, lifespan).
  • Schedulers support now the async and sync context manager protocols.
  • Improved typings.
  • The default (builtin) plugins live now in asyncz/scheduler/defaults.py.