Titiler-pgstac

Latest version: v1.7.1

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 9

0.3.1

* update Type information for `dependencies.get_stac_item` (back ported from 0.2.2)

0.3.0

**breaking changes**

* Use `/collections/{collection_id}/items/{item_id}` prefix for **Item** endpoint.

Before
{endpoint}/stac/info?collection=collection1&item=item1

Now
{endpoint}/collections/collection1/items/item1/info


* Change tile url path parameter order from `/tiles/{searchid}/{TileMatrixSetId}/{z}/{x}/{y}` to `/{searchid}/tiles/{TileMatrixSetId}/{z}/{x}/{y}`

Before
{endpoint}/mosaic/tiles/20200307aC0853900w361030/0/0/0

Now
{endpoint}/mosaic/20200307aC0853900w361030/tiles/0/0/0

0.2.4

* add retry mechanism on Database connection issues for `PGSTACBackend.get_assets()` and `get_stac_item` methods

0.2.3

* fix maximum version of FastAPI to 0.92 (to avoid breaking change of starlette >0.25)

0.2.2

* update Type information for `dependencies.get_stac_item`

0.2.1

* update titiler requirement to `>=0.10.1,<0.11` and fix `/map` endpoint (to accept multiple TMS)

Page 6 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.