Skip to content

Commit 342c68d

Browse files
euri10rafalp
andauthored
Version 0.12.0 (#771)
* Push new nersion * Added one entry * Update CHANGELOG.md Co-authored-by: Rafał Pitoń <[email protected]> * Update CHANGELOG.md Co-authored-by: Rafał Pitoń <[email protected]> * Modified date * More bump * Added reload delay PR Co-authored-by: Rafał Pitoń <[email protected]>
1 parent 9801002 commit 342c68d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## 0.12.0 - 2020-09-28
4+
5+
### Added
6+
- Make reload delay configurable (#774) 9/28/20 98010027
7+
- Upgrade maximum h11 dependency version to 0.10 (#772) 8/28/20 54d729cc
8+
- Allow .json or .yaml --log-config files (#665) 8/18/20 093a1f7c
9+
- Add ASGI dict to the lifespan scope (#754) 8/15/20 8150c3eb
10+
- Upgrade wsproto to 0.15.0 (#750) 8/13/20 fbce393f
11+
- Use optional package installs (#666) 8/10/20 5fa99a11
12+
13+
### Changed
14+
- Dont set log level for root logger (#767) 8/28/20 df81b168
15+
16+
### Fixed
17+
- Revert "Improve shutdown robustness when using `--reload` or multiprocessing (#620)" (#756) 8/28/20 ff4af12d
18+
- Fix terminate error in windows (#744) 8/27/20 dd3b842d
19+
- Fix bug where --log-config disables uvicorn loggers (#512) 8/11/20 a9c37cc4
20+
321
## 0.11.8 - 2020-07-30
422

523
* Fix a regression that caused Uvicorn to crash when using `--interface=wsgi`. (Pull #730)

uvicorn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from uvicorn.config import Config
22
from uvicorn.main import Server, main, run
33

4-
__version__ = "0.11.8"
4+
__version__ = "0.12.0"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)