diff --git a/CHANGES.md b/CHANGES.md index c5fe89a..98cd944 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,14 +4,18 @@ * update `titiler` requirement to `>=0.12.0,<0.13` * use `Annotated` Type for Query/Path parameters -* replace variable `TileMatrixSetId` by `tileMatrixSetId` -* add `pixel_selection_dependency` attribute to the `MosaicTilerFactory` * re-order endpoints in `MosaicTilerFactory` to avoid conflicts between `tiles` and `assets` endpoints -* remove deprecated `/{searchid}/{z}/{x}/{y}/assets` endpoints * remove `stac-pydantic` dependency -* replace Enum's with `Literal` types * add optional `root_path` setting to specify a url path prefix to use when running the app behind a reverse proxy +* add landing page `/` + +**breaking changes** + +* remove deprecated `/{searchid}/{z}/{x}/{y}/assets` endpoints * use /api and /api.html for documentation (instead of /openapi.json and /docs) +* replace Enum's with `Literal` types +* replace variable `TileMatrixSetId` by `tileMatrixSetId` +* add `pixel_selection_dependency` attribute to the `MosaicTilerFactory` ## 0.4.1 (2023-06-21)