Skip to content

Commit

Permalink
Version 0.30.0 (#2348)
Browse files Browse the repository at this point in the history
* Version 0.30.0

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
Kludex committed May 28, 2024
1 parent 53fa273 commit 9a6b3a8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 0.30.0 (2024-05-28)

### Added

- New multiprocess manager (#2183)
- Allow `ConfigParser` or a `io.IO[Any]` on `log_config` (#1976)

### Fixed

- Suppress side-effects of signal propagation (#2317)
- Send `content-length` header on 5xx (#2304)

### Deprecated

- Deprecate the `uvicorn.workers` module (#2302)

## 0.29.0 (2024-03-19)

### Added
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.29.0"
__version__ = "0.30.0"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 9a6b3a8

Please sign in to comment.