Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 16:36
· 7 commits to master since this release
1f1cb9d

What's Changed

πŸ”„ Continuous Integration

πŸ’‘ New features

  • 7ced2c3 ✨ introduce lifecycle hooks, by @lucas-labs

    In order to introduce lifecycle hooks, major refactoring
    was done. From now on, the application is created during
    fastapi lifespan event.

  • bf06df1 ✨ basic task schedule functionality, by @lucas-labs

  • 7165246 ✨ add max_repetitions attribute to cron decorator, by @lucas-labs

πŸš‘ Bug fixes

  • 3056bbe πŸš‘ on application bootstrap hook calling order, by @lucas-labs
  • 177450d πŸš‘ update lifecycle hook return types to support python 3.9, by @lucas-labs
  • 570ae77 πŸš‘ update installation instructions for loguru and croniter in error hints, by @lucas-labs
  • 77f4f09 πŸš‘ update on_application_bootstrap method signatures to include app parameter, by @lucas-labs

πŸ“š Documentation

Full Changelog: v0.4.4...v0.5.0