[v0.10.3] - 2026-02-15
Fixed
-
Request Parameter Injection (#22):
- Fixed route handlers not receiving the
requestparameter 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.
- Fixed route handlers not receiving the
-
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