Added
GZipMiddleware
: Make sureVary
header is always added if a response can be compressed #2865.
Fixed
- Raise exception from background task on BaseHTTPMiddleware #2812.
GZipMiddleware
: Don't compress on server sent events #2871.
Changed
MultiPartParser
: Renamemax_file_size
tospool_max_size
#2780.
Deprecated
- Add deprecated warning to
TestClient(timeout=...)
#2840.
New Contributors
- @musicinmybrain made their first contribution in #2855
- @WilliamDEdwards made their first contribution in #2870
- @mattmess1221 made their first contribution in #2865
Full Changelog: 0.45.3...0.46.0