forked from pool/python-falcon
Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=37
This commit is contained in:
@@ -2,7 +2,17 @@
|
||||
Wed Nov 17 12:09:52 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Update to version 3.0.1
|
||||
* https://falcon.readthedocs.io/en/stable/changes/3.0.1.html
|
||||
This is a minor point release to take care of a couple of bugs
|
||||
that we did not catch for 3.0.0.
|
||||
- The api_helpers module was re-added, since it was renamed
|
||||
to app_helpers (and effectively removed) without announcing
|
||||
a corresponding breaking change. This module is now
|
||||
considered deprecated, and will be removed in a future Falcon
|
||||
version.
|
||||
- ASGI HTTP headers were treated as UTF-8 encoded, not
|
||||
taking the incompatibility with WSGI and porting of WSGI
|
||||
applications into consideration. This was fixed, and ASGI
|
||||
headers are now decoded and encoded as ISO-8859-1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 17 04:47:20 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
Reference in New Issue
Block a user