-
-
Notifications
You must be signed in to change notification settings - Fork 203
Releases: pallets/quart
0.20.0
This is the Quart 0.20.0 release, which adds support for max_form_parts and max_form_memory_size.
PyPI: https://pypi.org/project/Quart/0.20.0/
Changes: https://github.com/pallets/quart/blob/main/CHANGES.rst#0200
- Drop support for Python 3.8.
- Fix deprecated asyncio.iscoroutinefunction for Python 3.14.
- Allow AsyncIterable to be passed to Response.
- Support max_form_parts and max_form_memory_size.
Assets 5
0.19.9
This is the Quart 0.19.9 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.
PyPI: https://pypi.org/project/Quart/0.19.9/
Changes: https://github.com/pallets/quart/blob/main/CHANGES.rst#0199
- Fix missing
PROVIDE_AUTOMATIC_OPTIONSconfig for compatibility with Flask 3.1.
Assets 4
0.19.8
This is the Quart 0.19.8 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.
PyPI: https://pypi.org/project/Quart/0.19.8/
Changes: https://github.com/pallets/quart/blob/main/CHANGES.rst#0198
- Fix missing check that caused the previous fix to raise an error. #366
Assets 2
0.19.7
This is the Quart 0.19.7 security fix release, which fixes security issues but does not otherwise change behavior and should not result in breaking changes.
PyPI: https://pypi.org/project/Quart/0.19.7/
Changes: https://github.com/pallets/quart/blob/main/CHANGES.rst#0197
- Fix how
max_form_memory_sizeis applied when parsing large non-file fields. GHSA-q34m-jh98-gwm2