tag:github.com,2008:https://github.com/jordic/fastapi_asyncpg/releasesRelease notes from fastapi_asyncpg2020-12-23T07:11:51Ztag:github.com,2008:Repository/322918974/1.0.12020-12-23T07:11:51Z1.0.1: Fix pool on testing (#2)<p>During testing the pool is injected to be able to rollback<br>
the transaction on every test. If the asyncpg.Pool is injected<br>
on construction (testing) it should not be closed by the<br>
on_disconnect event from the asgi</p>jordic