UNDP-Data / geo-cogserver

GeoHub COG server
GNU General Public License v3.0
1 stars 1 forks source link

chore(deps): update dependency titiler.application to v0.18.0 #70

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
titiler.application (changelog) ==0.17.2 -> ==0.18.0 age adoption passing confidence

Release Notes

developmentseed/titiler (titiler.application) ### [`v0.18.0`](https://togithub.com/developmentseed/titiler/blob/HEAD/CHANGES.md#0180-2024-03-22) [Compare Source](https://togithub.com/developmentseed/titiler/compare/0.17.3...0.18.0) ##### titiler.core - Add `ColorMapFactory` to create colorMap metadata endpoints ([https://github.com/developmentseed/titiler/pull/796](https://togithub.com/developmentseed/titiler/pull/796)) - **Deprecation** remove default `WebMercatorQuad` tile matrix set in `/tiles`, `/tilesjson.json`, `/map` and `/WMTSCapabilities.xml` endpoints ([https://github.com/developmentseed/titiler/pull/802](https://togithub.com/developmentseed/titiler/pull/802)) ``` ``` ### Before /tiles/{z}/{x}/{y} /tilejson.json /map /WMTSCapabilities.xml ### Now /tiles/WebMercatorQuad/{z}/{x}/{y} /WebMercatorQuad/tilejson.json /WebMercatorQuad/map /WebMercatorQuad/WMTSCapabilities.xml ``` - **Deprecation** `default_tms` attribute in `BaseTilerFactory` (because `tileMatrixSetId` is now required in endpoints). ##### titiler.mosaic - **Deprecation** remove default `WebMercatorQuad` tile matrix set in `/tiles`, `/tilesjson.json`, `/map` and `/WMTSCapabilities.xml` endpoints ([https://github.com/developmentseed/titiler/pull/802](https://togithub.com/developmentseed/titiler/pull/802)) ``` ``` ### Before /tiles/{z}/{x}/{y} /tilejson.json /map /WMTSCapabilities.xml ### Now /tiles/WebMercatorQuad/{z}/{x}/{y} /WebMercatorQuad/tilejson.json /WebMercatorQuad/map /WebMercatorQuad/WMTSCapabilities.xml ``` - **Deprecation** `default_tms` attribute in `MosaicTilerFactory` (because `tileMatrixSetId` is now required in endpoints). ##### Misc - add `request` as first argument in `TemplateResponse` to adapt with latest starlette version ### [`v0.17.3`](https://togithub.com/developmentseed/titiler/blob/HEAD/CHANGES.md#0173-2024-03-21) [Compare Source](https://togithub.com/developmentseed/titiler/compare/0.17.2...0.17.3) ##### titiler.application - Add `extra="ignore"` option `ApiSettings` to fix pydantic issue when using `.env` file (author [@​imanshafiei540](https://togithub.com/imanshafiei540), [https://github.com/developmentseed/titiler/pull/800](https://togithub.com/developmentseed/titiler/pull/800))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.