Releases: encode/uvicorn
Releases ยท encode/uvicorn
Version 0.29.0
Version 0.28.1
Version 0.28.0
Added
- Raise
ClientDisconnected
onsend()
when client disconnected (#2220) 12/02/24
Fixed
- Except
AttributeError
onsys.stdin.fileno()
for Windows IIS10 (#1947) 29/02/24 - Use
X-Forwarded-Proto
for WebSockets scheme when the proxy provides it (#2258) 01/03/24
Full Changelog: 0.27.1...0.28.0
Version 0.27.1
Fixed
- Fix spurious
h11.LocalProtocolError
errors when processing pipelined requests (#2243) 10/02/24
Full Changelog: 0.27.0.post1...0.27.1
Version 0.27.0.post1
Fixed
- Fix nav overrides for newer version of Mkdocs Material (#2233) 26/01/24
Full Changelog: 0.27.0...0.27.0.post1
Version 0.27.0
Added
- Raise
ClientDisconnect(IOError)
onsend()
when client disconnected (#2218) 19/01/24 - Bump ASGI WebSocket spec version to 2.4 (#2221) 20/01/24
Full Changelog: 0.26.0...0.27.0
Version 0.26.0
Changed
- Update
--root-path
to include the root path prefix in the full ASGIpath
as per the ASGI spec (#2213) 16/01/24 - Use
__future__.annotations
on some internal modules (#2199) 16/01/24
Full Changelog: 0.25.0...0.26.0
Version 0.25.0
Added
- Support the WebSocket Denial Response ASGI extension (#1916) 17/12/23
Fixed
- Allow explicit hidden file paths on
--reload-include
(#2176) 08/12/23 - Properly annotate
uvicorn.run()
(#2158) 22/11/23
Full Changelog: 0.24.0...0.25.0
Version 0.24.0.post1
Fixed
- Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23