We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24887d6 commit 549345eCopy full SHA for 549345e
2 files changed
ādocs/release-notes.mdā
@@ -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
13
## 0.21.0
14
15
September 26, 2022
āstarlette/__init__.pyā
@@ -1 +1 @@
-__version__ = "0.21.0"
+__version__ = "0.22.0"
0 commit comments