Skip to content

v0.10.3

Latest

Choose a tag to compare

@GrandpaEJ GrandpaEJ released this 15 Feb 12:37
· 5 commits to main since this release

[v0.10.3] - 2026-02-15

Fixed

  • Request Parameter Injection (#22):

    • Fixed route handlers not receiving the request parameter when declared in their signature.
    • Added automatic request parameter injection in both sync and async wrapper functions.
    • JWT authentication endpoints now work correctly with request-dependent handlers.
  • Blueprint JWT Support (#23):

    • Improved error message when JWT is not initialized, with specific guidance for Blueprint usage.
    • Added comprehensive example (examples/routing/blueprint_with_jwt.py) showing correct JWT + Blueprint pattern.
    • Clarified that JWT must be initialized on the main app, not in blueprint files.

Full Changelog: v0.10.1...v0.10.3