Skip to content

Commit 8d397c7

Browse files
authored
Version 0.43.0 (#2885)
1 parent 587042d commit 8d397c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
toc_depth: 2
33
---
44

5+
## 0.43.0 (April 3, 2026)
6+
7+
You can quit Uvicorn now. We heard you, @pamelafox - all 47 of your Ctrl+C's (thanks for flagging it, and thanks to @tiangolo for the fix 🙏). [See the tweet](https://x.com/pamelafox/status/2039097686155227623).
8+
9+
### Changed
10+
11+
* Emit `http.disconnect` ASGI `receive()` event on server shutting down for streaming responses (#2829)
12+
* Use native `context` parameter for `create_task` on Python 3.11+ (#2859)
13+
* Drop cast in ASGI types (#2875)
14+
515
## 0.42.0 (March 16, 2026)
616

717
### Changed

uvicorn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from uvicorn.config import Config
22
from uvicorn.main import Server, main, run
33

4-
__version__ = "0.42.0"
4+
__version__ = "0.43.0"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)