Releases: developmentseed/tipg
Releases · developmentseed/tipg
Release list
1.4.0
What's Changed
- ci: pin GitHub Actions to SHA digests (fix zizmor unpinned-uses) by @lhoupert in #255
- Bump the all group across 1 directory with 8 updates by @dependabot[bot] in #259
- Bump the all group with 8 updates by @dependabot[bot] in #261
- switch to cql2 (continuation of #236) by @bkanuka in #260
- feat: add MVT simplify option by @vincentsarago in #263
New Contributors
Full Changelog: 1.3.1...1.4.0
1.3.1
What's Changed
- Bump actions/checkout from 5 to 6 in the all group by @dependabot[bot] in #245
- bug: name MAX_FEATURES_PER_TILE properly in docs by @Skaidus in #246
- fix: bbox filter for non-epsg4326 geometries by @vincentsarago in #251
New Contributors
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Bump actions/setup-python from 5 to 6 in the all group by @dependabot[bot] in #233
- fix: switch to official python docker image over bitnami by @ciaransweet in #237
- Add non-root user for container. by @pantierra in #242
- add viewer extension by @vincentsarago in #239
- switch to UV by @vincentsarago in #243
New Contributors
- @ciaransweet made their first contribution in #237
- @pantierra made their first contribution in #242
Full Changelog: 1.2.1...1.3.0
1.2.1
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
1.1.2
What's Changed
- fix rel for tiling-scheme and openapi media-type by @vincentsarago in #227
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- remove alias for tipg-schema in DatabaseSettings by @vincentsarago in #225
Full Changelog: 1.1.0...1.1.1
1.1.0
1.0.1
1.0.0
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