Sourced from uvicorn's releases.
Version 0.29.0
Added
- Cooperative signal handling by
@​maxfischer2781
in encode/uvicorn#1600
Full Changelog: https://github.com/encode/uvicorn/compare/0.28.1...0.29.0
Version 0.28.1
Fixed
- Revert raise
ClientDisconnected
on HTTP (#2276)
Full Changelog: https://github.com/encode/uvicorn/compare/0.28.0...0.28.1
Version 0.28.0
Added
- Raise
ClientDisconnected
onsend()
when client disconnected (#2220) 12/02/24Fixed
- 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: https://github.com/encode/uvicorn/compare/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: https://github.com/encode/uvicorn/compare/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: https://github.com/encode/uvicorn/compare/0.27.0...0.27.0.post1
... (truncated)
Sourced from uvicorn's changelog.
0.29.0 - 2024-03-19
Added
- Cooperative signal handling (#1600) 19/03/24
0.28.1 - 2024-03-19
Fixed
- Revert raise
ClientDisconnected
on HTTP (#2276) 19/03/240.28.0 - 2024-03-09
Added
- Raise
ClientDisconnected
onsend()
when client disconnected (#2220) 12/02/24Fixed
- 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/240.27.1 - 2024-02-10
- Fix spurious LocalProtocolError errors when processing pipelined requests (#2243) 10/02/24
0.27.0.post1 - 2024-01-29
Fixed
- Fix nav overrides for newer version of Mkdocs Material (#2233) 26/01/24
0.27.0 - 2024-01-22
Added
- Raise
ClientDisconnect(IOError)
onsend()
when client disconnected (#2218) 19/01/24- Bump ASGI WebSocket spec version to 2.4 (#2221) 20/01/24
0.26.0 - 2024-01-16
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/240.25.0 - 2023-12-17
Added
... (truncated)
fe85206
Version 0.29.0 (#2279)9e32e8e
Cooperative signal handling (#1600)f73b8be
Version 0.28.1 (#2277)76a3812
Revert raise ClientDisconnected
on HTTP (#2276)
(#2276)a05ae64
Version 0.28.0 (#2269)4a503d8
Change ruff rules (#2251)0d4747e
Use X-Forwarded-Proto
for WebSockets scheme when the proxy
provides it (#2258)93897b5
Except AttributeError
on sys.stdin.fileno()
for Windows IIS10 (#1947)ed2d655
Bump cryptography from 42.0.2 to 42.0.4 (#2253)1e5f1be
Raise ClientDisconnected
on send()
when client
disconnected (#2220)