- Require Starlette version 0.12.9, making the upgrade a breaking change.
- Add `app.state` for global state and improve custom Request/APIRoute handling, enabling middleware‑like logic for subsets of routes.
- Add docs on custom Request/APIRoute classes and fix route class preservation when including sub‑routers.