0.137.2
📦 fastapiView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces the new iter_route_contexts() method for advanced routing introspection and includes numerous dependency updates and translation fixes.
Migration Steps
- If you were using router.routes for advanced use cases (e.g., Jupyverse), switch to using the new iter_route_contexts() method.
✨ New Features
- Add iter_route_contexts() for advanced use cases that used to use router.routes.
🐛 Bug Fixes
- Fix broken Markdown in Korean custom response docs.