Skip to content

Commit 2a7634d

Browse files
authored
version 0.13.4 (#958)
* v0.13.4 * v0.13.4 * Fixed commit * Adapted with latest uvloop fix commit * Adapted with latest uvloop fix commit * Sneam wsgi fix
1 parent 2b1a67f commit 2a7634d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## 0.13.4 - 2021-02-20
4+
5+
### Fixed
6+
7+
- Fixed wsgi middleware PATH_INFO encoding (#962) 2/20/21
8+
- Fixed uvloop dependency (#952) 2/10/21 then (#959) 2/20/21
9+
- Relax watchgod up bound (#946) 1/31/21
10+
- Return 'connection: close' header in response (#721) 1/25/21
11+
12+
### Added:
13+
14+
- Docs: Nginx + websockets (#948) 2/10/21
15+
- Document the default value of 1 for workers (#940) (#943) 1/25/21
16+
- Enabled permessage-deflate extension in websockets (#764) 1/1/21
17+
318
## 0.13.3 - 2020-12-29
419

520
### 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.3"
4+
__version__ = "0.13.4"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)