Skip to content

Commit

Permalink
Release 0.17.0 (#1322)
Browse files Browse the repository at this point in the history
* Release 0.17.0

* ups
  • Loading branch information
Kludex authored Jan 14, 2022
1 parent c6a7db5 commit 59eeae6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.17.0 - 2022-01-14

### Added

- Allow configurable websocket per-message-deflate setting (#1300) 29/12/21
- Support extra_headers for WS accept message (#1293) 06/01/22
- Add missing http version on websockets scope (#1309) 08/01/22

### Fixed/Removed

- Drop Python 3.6 support (#1261) 06/01/22
- Fix reload process behavior when exception is raised (#1313) 11/01/22
- Remove `root_path` from logs (#1294) 25/12/21

## 0.16.0 - 2021-12-08

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

0 comments on commit 59eeae6

Please sign in to comment.