Skip to content

Commit 549345e

Browse files
authored
Version 0.22.0 (#1910)
1 parent 24887d6 commit 549345e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.22.0
2+
3+
November 17, 2022
4+
5+
### Changed
6+
* Bypass `GZipMiddleware` when response includes `Content-Encoding` [#1901](https://github.com/encode/starlette/pull/1901).
7+
8+
### Fixed
9+
* Remove unneeded `unquote()` from query parameters on the `TestClient` [#1953](https://github.com/encode/starlette/pull/1953).
10+
* Make sure `MutableHeaders._list` is actually a `list` [#1917](https://github.com/encode/starlette/pull/1917).
11+
* Import compatibility with the next version of `AnyIO` [#1936](https://github.com/encode/starlette/pull/1936).
12+
113
## 0.21.0
214

315
September 26, 2022

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.21.0"
1+
__version__ = "0.22.0"

0 commit comments

Comments
 (0)