Sourced from uvicorn's releases.
Version 0.48.0
What's Changed
- Default
ssl_cipherstoNoneand use OpenSSL defaults by@Kludexin Kludex/uvicorn#2940- Ignore duplicate forwarding headers in
ProxyHeadersMiddlewareby@Kludexin Kludex/uvicorn#2944Full Changelog: https://github.com/Kludex/uvicorn/compare/0.47.0...0.48.0
Sourced from uvicorn's changelog.
0.48.0 (May 24, 2026)
Changed
- Default
ssl_cipherstoNoneand use OpenSSL defaults (#2940)Fixed
- Ignore duplicate forwarding headers in
ProxyHeadersMiddleware(#2944)