File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
21
## 0.11.8 - 2020-07-30
4
22
5
23
* Fix a regression that caused Uvicorn to crash when using ` --interface=wsgi ` . (Pull #730 )
Original file line number Diff line number Diff line change 1
1
from uvicorn .config import Config
2
2
from uvicorn .main import Server , main , run
3
3
4
- __version__ = "0.11.8 "
4
+ __version__ = "0.12.0 "
5
5
__all__ = ["main" , "run" , "Config" , "Server" ]
You can’t perform that action at this time.
0 commit comments