Skip to content

Releases: lucas-labs/pest

v0.5.5

26 Dec 21:43
2385e1b

Choose a tag to compare

What's Changed

🧹 Chore tasks

  • 83c3a96 (deps): bump urllib3 in the pip group across 1 directory (#59) undefined, by @dependabot[bot]

    Bumps the pip group with 1 update in the / directory: urllib3.
    Updates urllib3 from 2.5.0 to 2.6.0


    updated-dependencies:

    • dependency-name: urllib3
      dependency-version: 2.6.0
      dependency-type: indirect
      dependency-group: pip
      ...
      Signed-off-by: dependabot[bot] support@github.com
      Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 56495de (deps-dev): 🧹 bump filelock in the pip group across 1 directory (#60) undefined, by @dependabot[bot]

    Bumps the pip group with 1 update in the / directory: filelock.
    Updates filelock from 3.20.0 to 3.20.1


    updated-dependencies:

    • dependency-name: filelock
      dependency-version: 3.20.1
      dependency-type: indirect
      dependency-group: pip
      ...
      Signed-off-by: dependabot[bot] support@github.com
      Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      Co-authored-by: Lucas Colombo lucasncolombo@gmail.com

💡 New features

Full Changelog: v0.5.4...v0.5.5

v0.5.4

26 Nov 23:15
353cd3c

Choose a tag to compare

What's Changed

🧹 Chore tasks

🧪 Tests

Full Changelog: v0.5.3...v0.5.4

v0.5.3

22 Feb 20:54
5300d03

Choose a tag to compare

What's Changed

🚑 Bug fixes

  • 1ae3f48 🚑 resolve error when resolving async dependencies in module initialization, by @lucas-labs

Full Changelog: v0.5.2...v0.5.3

v0.5.2

22 Feb 20:02
656743c

Choose a tag to compare

What's Changed

🚑 Bug fixes

Full Changelog: v0.5.1...v0.5.2

v0.5.1

22 Feb 18:34
7fd8a6a

Choose a tag to compare

What's Changed

🧹 Chore tasks

Full Changelog: v0.5.0...v0.5.1

v0.5.0

18 Feb 16:36
1f1cb9d

Choose a tag to compare

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

v0.4.4

16 Dec 09:46
79b03a3

Choose a tag to compare

What's Changed

📚 Documentation

🚑 Bug fixes

  • ab5368f 🚑 loguru logs always colorized (#48), by @lucas-labs

    • new param "force_colorize" defaulted to None instead of
      having it obscured and always to True

🧹 Chore tasks

Full Changelog: v0.4.3...v0.4.4

v0.4.3

12 Oct 17:47
537cb54

Choose a tag to compare

What's Changed

💡 New features

Full Changelog: v0.4.2...v0.4.3

v0.4.2

12 Oct 16:23
46e2f6a

Choose a tag to compare

What's Changed

🧹 Chore tasks

🚑 Bug fixes

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Oct 13:04
c216743

Choose a tag to compare

What's Changed

💡 New features

  • 08ca3f2 ✨ support fastapi deps in guards (#44), by @lucas-labs

    This allows us to, for example, use fastapi's OAuth2PasswordBearer
    in our guards, to implement authentication with openapi support
    and all the benefits from fastapi's built-in security functionalities

🧹 Chore tasks

Full Changelog: v0.4.0...v0.4.1