- New multiprocess manager (2183) - Allow `ConfigParser` or a `io.IO[Any]` on `log_config` (1976)
Fixed
- Suppress side-effects of signal propagation (2317) - Send `content-length` header on 5xx (2304)
Deprecated
- Deprecate the `uvicorn.workers` module (2302)
0.29.0
Added
- Cooperative signal handling (1600)
0.28.1
Fixed
- Revert raise `ClientDisconnected` on HTTP (2276)
0.28.0
Added
- Raise `ClientDisconnected` on `send()` when client disconnected (2220)
Fixed
- Except `AttributeError` on `sys.stdin.fileno()` for Windows IIS10 (1947) - Use `X-Forwarded-Proto` for WebSockets scheme when the proxy provides it (2258)
0.27.1
- Fix spurious LocalProtocolError errors when processing pipelined requests (2243)
0.27.0.post1
Fixed
- Fix nav overrides for newer version of Mkdocs Material (2233)