Skip to content

v0.10.3

Choose a tag to compare

@CuteSORA CuteSORA released this 04 Mar 20:37
· 53 commits to main since this release

[0.10.3] - 2026-02-14

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.