Skip to content

Commit daecb45

Browse files
authored
Version 0.35.0 (#2654)
1 parent 22dfd3f commit daecb45

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.35.0 (June 28, 2025)
6+
7+
### Added
8+
9+
* Add `WebSocketsSansIOProtocol` (#2540)
10+
11+
### Changed
12+
13+
* Refine help message for option `--proxy-headers` (#2653)
14+
515
## 0.34.3 (June 1, 2025)
616

717
### Fixed

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

0 commit comments

Comments
 (0)