The release is mostly bugfixes except for the specified serving function call ordering which could cause differences in application code compared with 0.21.0
This release supports Python 3.11 to 3.14.
PyPI: https://pypi.org/project/Quart/0.22.0/
Changes: https://github.com/pallets/quart/blob/main/CHANGES.rst#0220
- Use Quart's logger rather than Hypercorn's in app.run
- Document serving function call ordering
- Bugfix ensure the path is correct when using root_path
- Bugfix Correct traceback/error behaviour