Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04c6320

Browse files
authored
Version 0.32.1 (Kludex#2515)
* Version 0.32.1 * Update CHANGELOG.md
1 parent fc6c51b commit 04c6320

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.32.1 (2024-11-20)
4+
5+
### Fixed
6+
7+
* Drop ASGI spec version to 2.3 on HTTP scope [#2513](https://github.com/encode/uvicorn/pull/2513)
8+
* Enable httptools lenient data on `httptools >= 0.6.3` [#2488](https://github.com/encode/uvicorn/pull/2488)
9+
310
## 0.32.0 (2024-10-15)
411

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

0 commit comments

Comments
 (0)