File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.14.0 - 2021-06-01
4
+
5
+ ### Added
6
+
7
+ - Defaults ws max_size on server to 16MB (#995 ) 5/29/21
8
+ - Improve user feedback if no ws library installed (#926 and #1023 ) 2/27/21
9
+ - Support 'reason' field in 'websocket.close' messages (#957 ) 2/24/21
10
+ - Implemented lifespan.shutdown.failed (#755 ) 2/25/21
11
+
12
+ ### Changed
13
+
14
+ - Upgraded websockets requirements (#1065 ) 6/1/21
15
+ - Switch to asyncio streams API (#869 ) 5/29/21
16
+ - Update httptools from 0.1.* to 0.2.* (#1024 ) 5/28/21
17
+ - Allow Click 8.0, refs #1016 (#1042 ) 5/23/21
18
+ - Add search for a trusted host in ProxyHeadersMiddleware (#591 ) 3/13/21
19
+ - Up wsproto to 1.0.0 (#892 ) 2/25/21
20
+
21
+ ### Fixed
22
+
23
+ - Force reload_dirs to be a list (#978 ) 6/1/21
24
+ - Fix gunicorn worker not running if extras not installed (#901 ) 5/28/21
25
+ - Fix socket port 0 (#975 ) 3/5/21
26
+ - Prevent garbage collection of main lifespan task (#972 ) 3/4/21
27
+
3
28
## 0.13.4 - 2021-02-20
4
29
5
30
### Fixed
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.13.4 "
4
+ __version__ = "0.14.0 "
5
5
__all__ = ["main" , "run" , "Config" , "Server" ]
You can’t perform that action at this time.
0 commit comments