File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
13
## 0.21.0
2
14
3
15
September 26, 2022
Original file line number Diff line number Diff line change 1
- __version__ = "0.21 .0"
1
+ __version__ = "0.22 .0"
You can’t perform that action at this time.
0 commit comments