Skip to content

Releases: developmentseed/tipg

1.2.1

02 Nov 11:48

Choose a tag to compare

What's Changed

  • update starlette-cramjam requirement to >=0.4,<0.6

Full Changelog: 1.2.0...1.2.1

1.2.0

02 Nov 11:46

Choose a tag to compare

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

1.1.2

02 Jul 15:00

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

13 Jun 16:21

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

06 May 07:45

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

17 Apr 10:39

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

07 Mar 14:27

Choose a tag to compare

What's Changed

  • add Collection Abstract BaseClass by @vincentsarago in #206
  • update get_collections_index and features/get_tile methods by @vincentsarago in #208
  • infer OGC Tiles links /collections and /collections/{collectionId} response by @vincentsarago in #209
  • add the ability to use a schema other than pg_temp for installing catalog functions by @vincentsarago in #210
  • remove deprecated endpoints and add /tiles prefix for tilejson and stylejson by @vincentsarago in #211

Full Changelog: 0.10.1...1.0.0

0.10.1

04 Mar 17:12

Choose a tag to compare

update changelog

0.9.0

17 Jan 12:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0