Skip to content

Commit edb54c4

Browse files
authored
Version 0.44.0 (#2890)
1 parent 029be08 commit edb54c4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release-notes.md

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

5+
## 0.44.0 (April 6, 2026)
6+
7+
### Added
8+
9+
* Implement websocket keepalive pings for websockets-sansio (#2888)
10+
511
## 0.43.0 (April 3, 2026)
612

713
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).

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.43.0"
4+
__version__ = "0.44.0"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)