Releases: falconry/falcon
3.1.2
Falcon 3.1.2 is a minor point release fixing a couple of high impact bugs,
as well as publishing binary wheels for the recently released CPython 3.12.
3.1.2rc1
Falcon 3.1.2 is a minor point release fixing a couple of high impact bugs,
as well as publishing binary wheels for the recently released CPython 3.12.
This is the first release candidate of Falcon 3.1.2.
3.1.2b2
Falcon 3.1.2 is a minor point release fixing a couple of high impact bugs,
as well as publishing binary wheels for the recently released CPython 3.12.
This is the second beta release of Falcon 3.1.2.
3.1.2b1
Falcon 3.1.2 is a minor point release fixing a couple of high impact bugs,
as well as publishing binary wheels for the recently released CPython 3.12.
This is the first beta release of Falcon 3.1.2.
3.1.1
Falcon 3.1.1 is a minor point release addressing a couple of high impact bugs,
and enabling the framework on the recently released CPython 3.11.
3.1.1rc1
Falcon 3.1.1 is a minor point release addressing a couple of high impact bugs,
and enabling the framework on the recently released CPython 3.11.
This is the first release candidate of Falcon 3.1.1.
3.1.1b3
https://falcon.readthedocs.io/en/3.1.1b3/changes/3.1.1.html
b3 attempts to fix a yet another wheel build issue discovered in b2. 😅
3.1.1b2
3.1.1b1
Falcon 3.1.1 is a minor point release addressing a couple of high impact bugs,
and enabling the framework on the recently released CPython 3.11.
This is the first beta release of Falcon 3.1.1.
3.1.0
This release contains several refinements to request validation and error handling, along with some tweaks to response handling for static and downloadable files.
Due to popular demand, TestClient and ASGIConductor now expose convenience shorthand aliases for the simulate_* methods, i.e., simulate_get() is now also available as get(), etc.
Some important bugs were also fixed to ensure applications properly clean up response streams and do not hang when reading request bodies that are streamed using chunked transfer encoding.
This release also adds support for CPython 3.10 and deprecates CPython 3.6.