docs/changes/3.1.1.rst
.. falcon-release: 2022-11-18
This is a minor point release addressing a couple of high impact bugs, and enabling the framework on the recently released CPython 3.11.
~falcon.Request.forwarded_scheme and
:attr:~falcon.Request.forwarded_host now no longer raise an IndexError
while processing an invalid or empty Forwarded header. (#2043 <https://github.com/falconry/falcon/issues/2043>__)orjson library now works correctly when used as JSON serializer in
the media handlers in the ASGI version of Falcon. (#2100 <https://github.com/falconry/falcon/issues/2100>__)Many thanks to those who contributed to this bugfix release:
CaselIT <https://github.com/CaselIT>__kgriffs <https://github.com/kgriffs>__TBoshoven <https://github.com/TBoshoven>__vytas7 <https://github.com/vytas7>__