Skip to content

4.0.0a1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vytas7 vytas7 released this 28 Sep 05:58
· 29 commits to master since this release
217dc46

The first alpha release of Falcon 4.0.0 is here!

Although we are still in the process of polishing the last items from the version 4.0 milestone, we do not expect (m)any radical changes from now on until Falcon 4.0.0 final.
The full changelog of new features, breaking changes and fixes will be rendered as part of the first beta release.

Update

One wheel failed to build on Windows, so nothing has been published to PyPI yet 😬. We will address this issue in 4.0.0a2.

If you feel adventurous, you can still build and test the release from the below files here on GitHub:

# Build binaries (takes a couple of minutes)
pip install https://github.com/falconry/falcon/releases/download/4.0.0a1/falcon-4.0.0a1.tar.gz
# Pure-python wheel (fast install, slightly lower runtime performance)
pip install https://github.com/falconry/falcon/releases/download/4.0.0a1/falcon-4.0.0a1-py3-none-any.whl

Let us know how it went!