* Add a migrations timeout defaulting to 60s. * Support Quart 0.19 onwards. * Support 3.12 drop 3.7.
0.6.2
----------------
* Bugfix ensure connections are released.
0.6.1
----------------
* Bugfix add missing f-string designator.
0.6.0
----------------
* Bugfix ensure aiosqlite works, and specifically type conversion for JSON. * Improve the typing utilising LiteralStrings. * Allow the state table name to be configured.
0.5.0
----------------
* Allow postgres as a valid URL scheme alongside postgresql. * Allow additional options to be passed to the backend db driver. * Add a db-migrate cli command. * Bugfix protocol typing for iterate method. * Bugfix avoid double-close if the pool has already been disconnected.