Skip to content

1.2.0

Choose a tag to compare

@hrodmn hrodmn released this 02 Nov 11:46
· 13 commits to main since this release

What's Changed

  • extract pool/connection creation within FastAPI endpoint by @vincentsarago in #229

  • remove request: Request in Collection.features and Collection.get_tile abstract methods

  • pass a asyncpg.Connection to PgCollection.features and PgCollection.get_tile instead of a Request object

  • switch pg_get_collection_index input from asyncpg.BuildPgPool to asyncpg.Connection object

Full Changelog: 1.1.2...1.2.0