Sourced from quart's changelog.
0.19.6 2024-05-19
- Bugfix use ContentRange in the right way. See issue #331.
- Bugfix hold a strong reference to background tasks.
- Bugfix avoid ResourceWarning in DataBody.aiter.
2fc6d4f
Bump and release 0.19.6f58d3c8
Switch to the new logosf0f4e7c
Bump actions/cache from 3.3.2 to 4.0.0dda7951
Bump actions/upload-artifact from 3 to 45b90120
Bump actions/download-artifact from 3 to 4f57d5c6
Bump actions/setup-python from 4 to 5e0e9cde
Bump dessant/lock-threads from 4 to 56a45284
avoid ResourceWarning in DataBody.__aiter__
(#302)425f685
Bugfix hold a strong reference to background tasks3508d9a
Fix mypy issues