Sourced from uvicorn's releases.
Version 0.37.0
What's Changed
- Add
--timeout-worker-healthcheck
setting by@Kludex
in Kludex/uvicorn#2711- Add
os.PathLike[str]
type tossl_ca_certs
by@rnv812
in Kludex/uvicorn#2676New Contributors
@LincolnPuzey
made their first contribution in Kludex/uvicorn#2669@rnv812
made their first contribution in Kludex/uvicorn#2676Full Changelog: https://github.com/Kludex/uvicorn/compare/0.36.1...0.37.0
Version 0.36.1
What's Changed
- Raise an exception when calling removed
Config.setup_event_loop()
by@Kludex
in Kludex/uvicorn#2709Full Changelog: https://github.com/Kludex/uvicorn/compare/0.36.0...0.36.1
Sourced from uvicorn's changelog.
0.37.0 (September 23, 2025)
Added
0.36.1 (September 23, 2025)
Fixed
- Raise an exception when calling removed
Config.setup_event_loop()
(#2709)
4098bca
Version 0.37.0 (#2712)8c057fa
Add os.PathLike[str]
type to ssl_ca_certs
(#2676)bbe119e
Add note about --timeout-keep-alive
being measured in
seconds (#2669)2744f14
Add --timeout-worker-healthcheck
setting (#2711)1dfb0bd
Version 0.36.1 (#2710)3d0d46a
Raise an exception when calling removed
Config.setup_event_loop()
(#2709)ad9e5b9
docs: redirect uvicorn.org to uvicorn.dev (#2705)