Skip to content

v1.1.0-rc.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 20:53
· 459 commits to develop since this release
7f0cbbc

v1.1.0-rc.5 (2023-10-17)

Breaking

  • feat(raster)!: update titiler-pgstac from 0.2.3 to 0.8.0 (#239)

Endpoint changes

  • post_process= -> algorithm=

  • 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
  • replace /{searchid}/{z}/{x}/{y}/assets endpoints by
    /{searchid}/tiles/{z}/{x}/{y}/assets

  • replace - by _ in query parameters

    • coord-crs -> coord_crs
    • dst-crs -> dst_crs
  • remove max_size default for mosaic's /statistics [POST] endpoint
    breaking change

  • add /bbox and /feature [POST] optional endpoints (7f0cbbc)

  • feat(raster)!: update titiler-pgstac from 0.2.3 to 0.8.0 (1bf6078)

Unknown