v0.17.0
Full Changelog: v0.16.0...v0.17.0
Breaking changes:
- The worker's
wait_until_complete()is now renamed towait_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.