Skip to content

Commit 8efa41c

Browse files
authored
Version 0.30.4 (#2403)
* Version 0.30.4 * Add date and 'Fixed'
1 parent b492349 commit 8efa41c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.30.4 (2024-07-31)
4+
5+
### Fixed
6+
7+
- Close connection when `h11` sets client state to `MUST_CLOSE` (#2375)
8+
39
## 0.30.3 (2024-07-20)
410

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

0 commit comments

Comments
 (0)