tag:github.com,2008:https://github.com/jordic/fastapi_asyncpg/releases Release notes from fastapi_asyncpg 2020-12-23T07:11:51Z tag:github.com,2008:Repository/322918974/1.0.1 2020-12-23T07:11:51Z 1.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