Skip to content

Commit

Permalink
Version 0.34.0 (#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Dec 15, 2024
1 parent 75d4402 commit 7983c1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# Change Log

## 0.34.0 (2024-12-15)

### Added

* Add `content-length` to 500 response in `wsproto` implementation (#2542)

### Removed

* Drop support for Python 3.8 (#2543)

## 0.33.0 (2024-12-14)

### Removed

* Remove `WatchGod` support for `--reload` [#2536](https://github.com/encode/uvicorn/pull/2536)
* Remove `WatchGod` support for `--reload` (#2536)

## 0.32.1 (2024-11-20)

### Fixed

* Drop ASGI spec version to 2.3 on HTTP scope [#2513](https://github.com/encode/uvicorn/pull/2513)
* Enable httptools lenient data on `httptools >= 0.6.3` [#2488](https://github.com/encode/uvicorn/pull/2488)
* Drop ASGI spec version to 2.3 on HTTP scope (#2513)
* Enable httptools lenient data on `httptools >= 0.6.3` (#2488)

## 0.32.0 (2024-10-15)

Expand Down
2 changes: 1 addition & 1 deletion uvicorn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.33.0"
__version__ = "0.34.0"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 7983c1a

Please sign in to comment.