Skip to content

Commit b224045

Browse files
authored
Version 0.46.0 (#2918)
1 parent 7375b5b commit b224045

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/release-notes.md

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

5+
## 0.46.0 (April 23, 2026)
6+
7+
### Added
8+
9+
* Support `ws_max_size` in `wsproto` implementation (#2915)
10+
* Support `ws_ping_interval` and `ws_ping_timeout` in `wsproto` implementation (#2916)
11+
12+
### Changed
13+
14+
* Use `bytearray` for incoming WebSocket message buffer in `websockets-sansio` (#2917)
15+
516
## 0.45.0 (April 21, 2026)
617

718
### Added

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

0 commit comments

Comments
 (0)