Skip to content

3.0.0a3

Pre-release
Pre-release
Compare
Choose a tag to compare
@kgriffs kgriffs released this 01 Dec 07:02
· 288 commits to master since this release
3.0.0a3

This third alpha includes WebSocket support, improved documentation, and bug fixes. This is also the first time we are publishing native wheels with Cython support for Linux, MacOS, and Windows. It is likely this will be the final pre-release before the first beta, at which time the ASGI interface design will be frozen.

Please see RTD for the latest documentation, and _newsfragments for the list of changes since 2.0.

Install from PyPi with pip install --pre -U falcon

Note: There's a bug that slipped through our tests re not lazy-importing msgpack for the WebSocket media handler. We'll get that fixed for the next pre-release. 🤦🏻‍♂️