Skip to content

chore(deps): update dependency titiler.application to v2#134

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/titiler.application-2.x
Open

chore(deps): update dependency titiler.application to v2#134
renovate[bot] wants to merge 1 commit intomainfrom
renovate/titiler.application-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Confidence
titiler.application (changelog) ==0.22.3==2.0.0 age confidence

Release Notes

developmentseed/titiler (titiler.application)

v2.0.0

Compare Source

Misc
  • change: rio-tiler requirement to >=9.0,<10.0
titiler.xarray
  • fix: allow : characters in xarray reader's sel parameter (e.g. for timestamps) (#​1336)
titiler.mosaic
  • fix: pixel-selection method initialization to avoid FastAPI caching (author @​raster-blaster, #​1334)
  • fix: make the point query feature in map.html work for MosaicTilerFactory (#​1338)

v1.2.1

Compare Source

titiler.xarray
  • fix: allow : characters in xarray reader's sel parameter (e.g. for timestamps) (#​1336) [Backported from 2.0.0]
titiler.mosaic
  • fix: pixel-selection method initialization to avoid FastAPI caching (author @​raster-blaster, #​1334) [Backported from 2.0.0]

v1.2.0

Compare Source

Input Validation
  • fix: address several instances of validation failures returning 500 instead of 4xx HTTP responses

v1.1.1

Compare Source

titiler.extensions
  • add: support for float16, int64 and uint64 datatype in viewers
  • fix: make sure TMS have ids in WMTS XML documents
titiler.mosaic
  • fix: make sure TMS have ids in WMTS XML documents
titiler.xarray
  • fix: add h5py in optional dependency

v1.1.0

Compare Source

Misc
  • add get_renders attribute to wmtsExtension extensions
  • refactor WMTS endpoints to enable renders metadata (e.g STAC renders)
  • update wmts.xml template breaking change
titiler.core

v1.0.2

Compare Source

titiler.core
  • add more TMS utilities
  • remove bump-my-version from dev dependencies

v1.0.1

Compare Source

titiler.core
  • add utils.tms_limits options to avoid code duplication

v1.0.0

Compare Source

Misc
  • update rio-tiler requirement to >=8.0,<9.0
  • return UINT8 datatype JPEG/PNG when no output format is specified breaking change
  • remove /{tileMatrixSetId}/WMTSCapabilities.xml endpoints from factories breaking change
  • add python 3.14 support
  • add linux/arm64 docker image
  • update/fix type hints
  • add arm64 docker image
  • add titiler-xarray docker image in ghcr.io
titiler.core
  • add band_description attribute to Point output model (returned by /point endpoints) breaking change
titiler.extensions
  • update rio-cogeo requirement to 7.0,<8.0
  • add wmtsExtension which adds /WMTSCapabilities.xml to factories
  • WMTSCapabilities.xml response now support all TileMatrixSets as separate layers breaking change
titiler.mosaic
  • change Response model for /point endpoint breaking change

    # before
    class Point(BaseModel):
        coordinates: List[float]
        values: List[Tuple[str, List[Optional[float]], List[str]]]
    
    # now
    class AssetPoint(BaseModel):
        name: str
        values: list[float | None]
        band_names: list[str]
        band_descriptions: list[str] | None = None
    
    class Point(BaseModel):
        coordinates: list[float]
        assets: list[AssetPoint]
  • add /feature, /bbox and /statistics optional endpoints

  • make cogeo-mosaic an optional dependency breaking change

  • remove default for MosaicTilerFactory.backend attribute breaking change

  • add titiler.mosaic.extensions.mosaicjson.MosaicJSONExtension which adds MosaicJSON specific / and /validate endpoints

  • add titiler.mosaic.extension.wmts.wmtsExtension which adds /WMTSCapabilities.xml endpoint

  • add optional OGC Maps API /map endpoint

v0.26.0

Compare Source

titiler.xarray
  • use sel={dim}={method}::{value} notation to specify selector method instead of sel-method query-parameter breaking change

    # before
    .../info?tore.zarr?sel=time=2023-01-01&sel_method=nearest`
    
    # now
    .../info?tore.zarr?sel=time=nearest::2023-01-01`
  • add /validate endpoint via ValidateExtension extension

  • add Latitude and Longitude as compatible spatial dimensions (@​abarciauskas-bgse, #​1268)

titiler.mosaic
  • remove usage of mosaic_def.center and calculate from bounds

v0.25.0

Compare Source

Misc
  • remove /bounds endpoints breaking change
  • update docker image to python:3.13
  • switch to uv for development
  • switch to hatch for python package build-system
  • remove titiler metapackage breaking change
  • bump minimum python version to 3.11
titiler.xarray
  • add opener_options arg to titiler.xarray.io.Reader to allow users to pass args through to a custom opener function ([#​1248(#​1248)])
  • add obstore and zarr-python as dependency and add open_zarr dataset opener
  • default to titiler.xarray.io.open_zarr for titiler.xarray.io.Reader.dataset_opener attribute
  • rename titiler.xarray.io.xarray_open_dataset to fs_open_dataset
  • add FsReader which use fs_open_dataset as dataset_opener
  • create offical application titiler.xarray.main:app
titiler.mosaic
  • move / and /validate to a MosaicJSONExtension

v0.24.2

Compare Source

titiler.core
  • update TileJSON spec from 2.2.0 to 3.0.0
  • fix OpenAPI spec for histogram_range examples (@​guillemc23, #​1239)

v0.24.1

Compare Source

  • add grayscale and bitonal algorithms
  • add transform and crs for tiff outputs

v0.24.0

Compare Source

Misc
titiler.extension
  • update rio-stac requirement
titiler.application
  • add description in ApiSettings
titiler.core
  • delete titiler.core.templating submodule breaking change
  • move create_html_response function to titiler.core.utils submodule
  • move all HTML templates in titiler/core/templates directory breaking change
  • add HTML responses for tilesets, tilematrixsets, algorithms and colormaps endpoints
  • rename response model ColorMapsList -> ColorMapList and change it's attibutes to colormaps breaking change
  • add templates in the BaseFactory class definition

v0.23.1

Compare Source

titiler.core
  • add sum algorithm

v0.23.0

Compare Source

titiler.core
  • add OpenTelemetry instrumentation to the tiler factory classes
  • add OGC Maps API support (/map endpoint)
titiler.application
  • add OpenTelemetry tracing to the FastAPI application
  • update starlette-cramjam requirement to >=0.4,<0.6
titiler.xarray
  • add add_preview in factory attribute (default to False)
Misc
  • Add otel-collector and jaeger to the docker network
  • fix layer's bounds for non-wgs84 CRS in WMTS document
  • switch from bitnami to official python:3.12 docker image

v0.22.4

Compare Source

  • fix rel values for tiling scheme link (OGC Tiles specification)

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 is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants