Skip to content

Commit 549345e

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

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

ā€Ž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)
⚔