Skip to content

v0.17.0

Choose a tag to compare

@TkTech TkTech released this 07 Dec 11:45
· 211 commits to main since this release

Full Changelog: v0.16.0...v0.17.0

Breaking changes:

  • The worker's wait_until_complete() is now renamed to wait_for_shutdown() to better indicate that it will run forever until explicitly stopped.

Fixes:

  • Fixed the job signature test failing when there was a non-class annotation (ex: list[str]).
  • Fixed uvicorn accidentally being a required dependency when using the CLI due to an import at the global level.

Improvements:

  • More documentation, more examples.