This repository was archived by the owner on Sep 19, 2023. It is now read-only.
0.11.7 > 0.14.0 - #16
Open
graphific wants to merge 514 commits into
Open
Conversation
vincentsarago
force-pushed
the
main
branch
2 times, most recently
from
April 9, 2024 18:07
3936141 to
461b384
Compare
…to-xarray Add datetime to _cast_to_type
* add titiler-xarray lambda deployment and remove ecs * add xarray/zarr version in /healthz
* fix rel values for tiling-scheme links * ignore zarr==3.0.9
* add security doc * more * Update SECURITY.md Co-authored-by: Jeff Albrecht <jeff@arturo.ai> * Apply suggestions from code review Co-authored-by: Henry Rodman <henry.rodman@gmail.com> Co-authored-by: Chris Holden <ceholden@users.noreply.github.com> --------- Co-authored-by: Jeff Albrecht <jeff@arturo.ai> Co-authored-by: Henry Rodman <henry.rodman@gmail.com> Co-authored-by: Chris Holden <ceholden@users.noreply.github.com>
* automatically add traces to all endpoints in tiler factory classes * update LoggerMiddleware to work with telemetry * use semantic conventions for http* log extras * add reader logging statements to mosaic factory * add enable_telemetry setting to the BaseFactory * add OpenTelemetry to titiler.application --------- Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* add support for OGC Maps API * fix * Apply suggestions from code review
…#1449) The numpy typing stubs now report the masked-array assignment as a [call-overload] error instead of [index], leaving the existing `# type: ignore [index]` comments uncovered and breaking the mypy CI step. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
) Bumps the all group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [httpx2](https://github.com/pydantic/httpx2) | `2.4.0` | `2.5.0` | | [obstore](https://github.com/geospatial-jeff/pyasyncio-benchmark) | `0.10.1` | `0.11.0` | | [boto3](https://github.com/boto/boto3) | `1.43.0` | `1.43.46` | | [ipython](https://github.com/ipython/ipython) | `9.14.1` | `9.15.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.49.0` | `0.51.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.138.0` | `0.139.0` | | [rio-tiler](https://github.com/cogeotiff/rio-tiler) | `9.3.0` | `9.4.0` | | [xarray](https://github.com/pydata/xarray) | `2026.4.0` | `2026.7.0` | | [gcsfs](https://github.com/fsspec/gcsfs) | `2026.6.0` | `2026.7.0` | Updates `httpx2` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](pydantic/httpx2@v2.4.0...v2.5.0) Updates `obstore` from 0.10.1 to 0.11.0 - [Commits](https://github.com/geospatial-jeff/pyasyncio-benchmark/commits) Updates `boto3` from 1.43.0 to 1.43.46 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.0...1.43.46) Updates `ipython` from 9.14.1 to 9.15.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.14.1...9.15.0) Updates `uvicorn` from 0.49.0 to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.49.0...0.51.0) Updates `fastapi` from 0.138.0 to 0.139.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.138.0...0.139.0) Updates `rio-tiler` from 9.3.0 to 9.4.0 - [Release notes](https://github.com/cogeotiff/rio-tiler/releases) - [Changelog](https://github.com/cogeotiff/rio-tiler/blob/main/CHANGES.md) - [Commits](cogeotiff/rio-tiler@9.3.0...9.4.0) Updates `xarray` from 2026.4.0 to 2026.7.0 - [Release notes](https://github.com/pydata/xarray/releases) - [Commits](pydata/xarray@v2026.04.0...v2026.07.0) Updates `gcsfs` from 2026.6.0 to 2026.7.0 - [Release notes](https://github.com/fsspec/gcsfs/releases) - [Commits](fsspec/gcsfs@2026.6.0...2026.7.0) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: obstore dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: boto3 dependency-version: 1.43.46 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: ipython dependency-version: 9.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: rio-tiler dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: xarray dependency-version: 2026.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: gcsfs dependency-version: 2026.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
Bumps the all group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [azure/setup-helm](https://github.com/azure/setup-helm) | `5.0.0` | `5.0.1` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.2.0` | `6.3.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.2.0` | `7.3.0` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | `8.3.2` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.1.0` | `4.2.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.1.0` | `4.2.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.2.0` | `4.4.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `6.1.0` | `6.2.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `6.2.0` | `6.2.2` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.36.2` | `4.37.0` | | [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.5.6` | `0.5.7` | Updates `azure/setup-helm` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@dda3372...9bc31f4) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) Updates `docker/build-push-action` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@f9f3042...53b7df9) Updates `astral-sh/setup-uv` from 8.2.0 to 8.3.2 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@fac544c...11f9893) Updates `docker/setup-qemu-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@0611638...96fe6ef) Updates `docker/setup-buildx-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@d7f5e7f...bb05f3f) Updates `docker/login-action` from 4.2.0 to 4.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@650006c...af1e73f) Updates `docker/metadata-action` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@80c7e94...dc80280) Updates `aws-actions/configure-aws-credentials` from 6.2.0 to 6.2.2 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@e7f100c...517a711) Updates `github/codeql-action/upload-sarif` from 4.36.2 to 4.37.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8aad20d...99df26d) Updates `zizmorcore/zizmor-action` from 0.5.6 to 0.5.7 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@5f14fd0...192e21d) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: astral-sh/setup-uv dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/setup-qemu-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/setup-buildx-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/metadata-action dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
…olved to a URN (#1448) * fix: fall back to WKT for WMTS BoundingBox crs when CRS cannot be resolved to a URN Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: satisfy mypy by narrowing crs urn type before assignment Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
…1425) * feat: extend tilejson and add get-renders method to tilerFactories * fix: type * fix: type * fix: avoid breaking changes
* chore: release 2.1.0 * chore: update changelog and chart version --------- Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* chore: release 2.1.1 * chore: update chart --------- Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.6.1...@jupyterlab/lsp@4.6.2) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.6.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add projjson headers * feat: add projjson CRS headers
* chore: release 2.2.0 * chore: update changelog and chart version --------- Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
`fail-on-alert: false` is set, so a performance alert is not supposed to fail the job. But with `comment-on-alert: true` the action tries to POST a PR comment, and pull requests from a fork only get a read-only GITHUB_TOKEN, so the write fails with "Resource not accessible by integration" and takes the whole job down. Only enable the alert comment when the pull request does not come from a fork. Behaviour on push events and on same-repo pull requests is unchanged. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Bumps the all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) Updates `github/codeql-action/upload-sarif` from 4.37.0 to 4.37.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...7188fc3) Updates `zizmorcore/zizmor-action` from 0.5.7 to 0.6.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@192e21d...6599ee8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…aws (#1467) Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.232.2 to 2.253.0. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](aws/aws-cdk@v2.232.2...v2.253.0) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.253.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: release 2.2.1 * chore: update chart value --------- Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
Bumps the all group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/setup-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.3.2` | `9.0.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.4.0` | `4.5.1` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `6.2.2` | `6.2.3` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.14.0` | `1.14.1` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.3` | `2.4.4` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.1` | `4.37.3` | | [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.6.0` | `0.6.1` | Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@ece7cb0...5fda3b9) Updates `astral-sh/setup-uv` from 8.3.2 to 9.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@11f9893...c771a70) Updates `docker/login-action` from 4.4.0 to 4.5.1 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@af1e73f...abd2ef4) Updates `aws-actions/configure-aws-credentials` from 6.2.2 to 6.2.3 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@517a711...e6de054) Updates `pypa/gh-action-pypi-publish` from 1.14.0 to 1.14.1 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@cef2210...ba38be9) Updates `ossf/scorecard-action` from 2.4.3 to 2.4.4 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@4eaacf0...2d11466) Updates `github/codeql-action/upload-sarif` from 4.37.1 to 4.37.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7188fc3...e4fba86) Updates `zizmorcore/zizmor-action` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@6599ee8...6fc4b00) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ossf/scorecard-action dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 1 update: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.43.46 to 1.43.56 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.46...1.43.56) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.56 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs(xarray): drop stray Returns section from conformance docstring The conformance endpoint had a docstring `Returns:` section but no return type annotation, which makes griffe emit a warning and fails `mkdocs build --strict`. Match the sibling `landing` endpoint (summary-only docstring, no annotation) so the strict docs build passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * ci: test docs build on PRs and rename workflow to docs.yml Rename `deploy_mkdocs.yml` -> `docs.yml` and add a `test` job that runs `mkdocs build --strict` on pull requests, so broken docs are caught before they reach main. The existing deploy job is preserved and now gated behind `needs: test` (push to main only). Refs #1408 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…the expression parameter (#1476) The GDAL section said new variables 'might be introduced' in 3.12; they shipped, so name them and their defaults, and add the 3.13.2 header_file restriction. Add a band math section showing how to drop the expression parameter via layer_dependency=BidxParams, for applications that only need band selection.
* ci: refactor ci/docker publishing actions * ci: test docker scanning * fix: docker action
* ci: fix trivy scan * ci: scan both arch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.