Skip to content

Commit 892c788

Browse files
authored
Version 0.27.0 (#2223)
1 parent b0092cb commit 892c788

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.27.0 - 2024-01-20
4+
5+
### Added
6+
7+
- Raise `ClientDisconnect(IOError)` on `send()` when client disconnected (#2218) 19/01/24
8+
- Bump ASGI WebSocket spec version to 2.4 (#2221) 20/01/24
9+
310
## 0.26.0 - 2024-01-16
411

512
### 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.26.0"
4+
__version__ = "0.27.0"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)