Quart

Latest version: v0.20.0

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 11

0.4.0

Not secure
Released 2018-01-14

- Change to async signals and context management. This allows the signal
receivers to be async (which is much more useful) but requires changes to any
current usage (notably test contexts).
- Add initial support of websockets.
- Support HTTP/1.1 to HTTP/2 (h2c) upgrades, includes supporting HTTP/2 without
SSL (note browsers don't support this).
- Add timing to access logging.
- Add a new logo :) thanks to koddr.
- Support streaming of the request body.
- Add initial CLI support, using click.
- Add context copying helper functions and clarify how to stream a response.
- Improved tutorials.
- Allow the request to be limited to prevent DOS attacks.

0.3.1

Not secure
Released 2017-10-25

- Fix incorrect error message for HTTP/1.1 requests.
- Fix HTTP/1.1 pipelining support and error handling.

0.3.0

Not secure
Released 2017-10-10

- Change `flask_ext` name to `flask_patch` to clarify that it is not the
pre-existing `flask_ext` system and that it patches Quart to provide
Flask imports.
- Added support for views.
- Match Werkzeug API for FileStorage.
- Support HTTP/2 pipelining.
- Add access logging.
- Add HTTP/2 Server push, see the `push_promises` set on a `Response` object.
- Add idle timeouts.

0.2.0

Not secure
Released 2017-07-22

*This is still an alpha version of Quart.*

- Support for Flask extensions via the `flask_ext` module (if imported).
- Initial documentation setup and actual documentation including API docstrings.
- Closer match to the Flask API, most modules now match the Flask public API.

0.1.0

Not secure
Released 2017-05-21

- Released initial pre alpha version.

Page 11 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.