Skip to content

Commit

Permalink
Version 0.18.0 (#1524)
Browse files Browse the repository at this point in the history
* Version 0.18.0

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: euri10 <benoit.barthelet@gmail.com>
  • Loading branch information
Kludex and euri10 committed Oct 29, 2022
1 parent 9bb227b commit ac697e6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Change Log

## 0.18.0 - 2022-06-22

### Added

- The `reload` flag prioritizes `watchfiles` instead of the deprecated `watchgod` (#1437) 18/06/22
- Annotate `uvicorn.run()` function (#1423) 10/05/22
- Allow configuring `max_incomplete_event_size` for `h11` implementation (#1514) 22/06/22

### Removed

- Remove `asgiref` dependency (#1532) 22/06/22

### Fixed

- Turn `raw_path` into bytes on both websockets implementations (#1487) 16/05/22
- Revert log exception traceback in case of invalid HTTP request (#1518) 14/06/22
- Set `asyncio.WindowsSelectorEventLoopPolicy()` when using multiple workers to avoid "WinError 87" (#1454) 22/06/22

## 0.17.6 - 2022-03-11

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

0 comments on commit ac697e6

Please sign in to comment.