From 184ac4cf7b4cc27fb0861e8904e4e645992f77a8 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Wed, 19 Jul 2023 19:47:53 +0200 Subject: [PATCH] update changelog --- CHANGES.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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)