Added
- Support Python 3.11 (1652)
- Bump minimal `httptools` version to `0.5.0` (1645)
- Ignore HTTP/2 upgrade and optionally ignore WebSocket upgrade (1661)
- Add `py.typed` to comply with PEP 561 (1687)
Fixed
- Set `propagate` to `False` on "uvicorn" logger (1288)
- USR1 signal is now handled correctly on `UvicornWorker`. (1565)
- Use path with query string on `WebSockets` logs (1385)
- Fix behavior on which "Date" headers were not updated on the same connection (1706)
Removed
- Remove the `--debug` flag (1640)
- Remove the `DebugMiddleware` (1697)