Skip to content

Commit

Permalink
Release 0.17.5 (#1381)
Browse files Browse the repository at this point in the history
* Release 0.17.5

* Added latest merge
  • Loading branch information
euri10 committed Feb 16, 2022
1 parent a694ee4 commit b6b783b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

### 0.17.5 - 2022-02-16

### Fixed

- Fix case where url is fragmented in httptools protocol (#1263) 2/16/22
- Fix WSGI middleware not to explode quadratically in the case of a larger body (#1329) 2/16/16

### Changed

- Send HTTP 400 response for invalid request (#1352) 2/11/22

### 0.17.4 - 2022-02-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion uvicorn/__init__.py
@@ -1,5 +1,5 @@
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.17.4"
__version__ = "0.17.5"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit b6b783b

Please sign in to comment.