Skip to content

Releases: falconry/falcon

3.1.2

04 Dec 19:58

Choose a tag to compare

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

02 Dec 21:28

Choose a tag to compare

3.1.2rc1 Pre-release
Pre-release

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

01 Dec 20:18

Choose a tag to compare

3.1.2b2 Pre-release
Pre-release

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

30 Nov 19:21

Choose a tag to compare

3.1.2b1 Pre-release
Pre-release

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

18 Nov 19:44

Choose a tag to compare

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

14 Nov 22:25

Choose a tag to compare

3.1.1rc1 Pre-release
Pre-release

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

11 Nov 10:48

Choose a tag to compare

3.1.1b3 Pre-release
Pre-release

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

10 Nov 19:27

Choose a tag to compare

3.1.1b2 Pre-release
Pre-release

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.

b2 attempts to fix a wheel build issue on CPython 3.11 discovered in b1.

3.1.1b1

09 Nov 13:25

Choose a tag to compare

3.1.1b1 Pre-release
Pre-release

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

25 Mar 16:12

Choose a tag to compare

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.