14
0

Accepting request 1038547 from home:stroeder:python

Update to 0.22.0

OBS-URL: https://build.opensuse.org/request/show/1038547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=22
This commit is contained in:
2022-11-28 08:11:25 +00:00
committed by Git OBS Bridge
parent 4c24059408
commit 8890b1e99d
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 27 22:53:40 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Update to 0.22.0
* Changed
- Bypass GZipMiddleware when response includes Content-Encoding #1901.
* Fixed
- Remove unneeded unquote() from query parameters on the TestClient #1953.
- Make sure MutableHeaders._list is actually a list #1917.
- Import compatibility with the next version of AnyIO #1936.
-------------------------------------------------------------------
Thu Sep 29 08:19:37 UTC 2022 - Michael Ströder <michael@stroeder.com>