- Upgrade Starlette to version 0.24.0 with internal refactor for compatibility.
- Middleware classes are now instantiated once per app launch, fixing issues for stateful middleware.
- Potential breaking change: code that relied on per‑middleware instantiation may need updates.