Skip to content

chore(deps): update dependency titiler.application to v0.26.0#121

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

chore(deps): update dependency titiler.application to v0.26.0#121
renovate[bot] wants to merge 1 commit intomainfrom
renovate/titiler.application-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2025

This PR contains the following updates:

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

Release Notes

developmentseed/titiler (titiler.application)

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.

@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from 726d172 to 0476e7a Compare August 5, 2025 08:16
@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from 0476e7a to d8b0ea6 Compare August 26, 2025 15:37
@renovate renovate bot changed the title chore(deps): update dependency titiler.application to v0.22.4 chore(deps): update dependency titiler.application to v0.23.0 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from d8b0ea6 to 2c62518 Compare August 27, 2025 23:13
@renovate renovate bot changed the title chore(deps): update dependency titiler.application to v0.23.0 chore(deps): update dependency titiler.application to v0.23.1 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from 2c62518 to 4783265 Compare September 23, 2025 17:12
@renovate renovate bot changed the title chore(deps): update dependency titiler.application to v0.23.1 chore(deps): update dependency titiler.application to v0.24.0 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from 4783265 to a8db119 Compare October 10, 2025 14:00
@renovate renovate bot changed the title chore(deps): update dependency titiler.application to v0.24.0 chore(deps): update dependency titiler.application to v0.24.1 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from a8db119 to ccc0c86 Compare October 16, 2025 20:53
@renovate renovate bot changed the title chore(deps): update dependency titiler.application to v0.24.1 chore(deps): update dependency titiler.application to v0.24.2 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from ccc0c86 to f78dfcd Compare November 7, 2025 18:33
@renovate renovate bot changed the title chore(deps): update dependency titiler.application to v0.24.2 chore(deps): update dependency titiler.application to v0.25.0 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from f78dfcd to 4bdeb04 Compare November 25, 2025 09:03
@renovate renovate bot changed the title chore(deps): update dependency titiler.application to v0.25.0 chore(deps): update dependency titiler.application to v0.26.0 Nov 25, 2025
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