Skip to content

Commit 87da6cf

Browse files
authored
0.14.0 (#1056)
* Attempted at makeing a realease * Type * Merge same Added entry * Click and websockets in changed * Update
1 parent a877ccc commit 87da6cf

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change Log
22

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+
328
## 0.13.4 - 2021-02-20
429

530
### Fixed

uvicorn/__init__.py

Lines changed: 1 addition & 1 deletion
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.13.4"
4+
__version__ = "0.14.0"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)