* Bugfix add missing is_set method. * Support Quart 0.15 as minimum version.
0.7.0
----------------
* Officially support Python 3.9. * Support Quart 0.14.0 or greater.
0.6.0
----------------
* Bugfix logger setup with run and run_task. * Introduce a test_app method, this ensures lifespan aspects are run (background tasks, before/after serving). * Implement request body init fixing issues with asyncio usage. * Add more detailed documentation.
0.5.1
----------------
* Bugfix ensure websocket disconnect cancels the connection's tasks.
0.5.0
----------------
* Support Python 3.8. * Upgrade to Quart >= 0.11. * Bugfix allow for no request timeouts. * Follow Quart and add a run_task method. * Add run_sync functionality.
0.4.0
----------------
* Bugfix ensure the response timeout has a default. * Support Quart >= 0.10.0