Added
- Add
*args
toMiddleware
and improve its type hints #2381.
Fixed
- Use
Iterable
insteadIterator
oniterate_in_threadpool
#2362.
Changes
- Handle
root_path
to keep compatibility with mounted ASGI applications and WSGI #2400. - Turn
scope["client"]
toNone
onTestClient
#2377.
Full Changelog: 0.34.0...0.35.0