1.2.0
What's Changed
-
extract pool/connection creation within FastAPI endpoint by @vincentsarago in #229
-
remove
request: RequestinCollection.featuresandCollection.get_tileabstract methods -
pass a
asyncpg.ConnectiontoPgCollection.featuresandPgCollection.get_tileinstead of aRequestobject -
switch
pg_get_collection_indexinput fromasyncpg.BuildPgPooltoasyncpg.Connectionobject
Full Changelog: 1.1.2...1.2.0