Version 0.47.0 (#2937)
This commit is contained in:
parent
89347fd166
commit
479a2c0c89
@ -2,6 +2,20 @@
|
|||||||
toc_depth: 2
|
toc_depth: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.47.0 (May 14, 2026)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Add `ssl_context_factory` for custom `SSLContext` configuration (#2920)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Eagerly import the ASGI app in the parent process (#2919)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Treat `fd=0` as a valid file descriptor with reload/workers (#2927)
|
||||||
|
|
||||||
## 0.46.0 (April 23, 2026)
|
## 0.46.0 (April 23, 2026)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
from uvicorn.config import Config
|
from uvicorn.config import Config
|
||||||
from uvicorn.main import Server, main, run
|
from uvicorn.main import Server, main, run
|
||||||
|
|
||||||
__version__ = "0.46.0"
|
__version__ = "0.47.0"
|
||||||
__all__ = ["main", "run", "Config", "Server"]
|
__all__ = ["main", "run", "Config", "Server"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user