Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the titiler group across 1 directory with 4 updates #58

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2025

Bumps the titiler group with 4 updates in the / directory: titiler-core, titiler-extensions[cogeo,stac], titiler-mosaic and titiler-application.

Updates titiler-core from 0.19.1 to 0.20.0

Release notes

Sourced from titiler-core's releases.

0.20.0

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@0.19.2...0.20.0

0.19.2

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@0.19.1...0.19.2

Changelog

Sourced from titiler-core's changelog.

0.20.0 (2025-01-07)

titiler.core

  • add layer control to map viewer template (author @​hrodmn, developmentseed/titiler#1051)
  • improve query string handling in LowerCaseQueryStringMiddleware using urlencode (author @​pratapvardhan, developmentseed/titiler#1050)
  • add titiler.core.utils.bounds_to_geometry and reduce code duplication in factories (author @​PratapVardhan, developmentseed/titiler#1047)
  • simplify image format dtype validation in render_image (author @​PratapVardhan, developmentseed/titiler#1046)
  • remove rescale_dependency and color_formula_dependency attributes in TilerFactory class breaking change
  • move rescale and color_formula QueryParameters dependencies in ImageRenderingParams class breaking change
  • handle image rescaling and color_formula within titiler.core.utils.render_image function breaking change
  • add render_func: Callable[..., Tuple[bytes, str]] = render_image attribute in TilerFactory class
  • add castToInt, Floor, Ceil algorithms

titiler.application

titiler.mosaic

  • remove rescale_dependency and color_formula_dependency attributes in MosaicTilerFactory class breaking change
  • add render_func: Callable[..., Tuple[bytes, str]] = render_image attribute in MosaicTilerFactory class breaking change

titiler.extensions

  • use factory.render_func as render function in wmsExtension endpoints
  • add stacRenderExtension which adds two endpoints: /renders (lists all renders) and /renders/<render_id> (render metadata and links) (author @​alekzvik, developmentseed/titiler#1038)

Misc

0.19.2 (2024-11-28)

Misc

titiler.mosaic

  • Define variable (MOSAIC_CONCURRENCY and MOSAIC_STRICT_ZOOM) from env-variable outside endpoint code
Commits

Updates titiler-extensions[cogeo,stac] from 0.19.1 to 0.20.0

Release notes

Sourced from titiler-extensions[cogeo,stac]'s releases.

0.20.0

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@0.19.2...0.20.0

0.19.2

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@0.19.1...0.19.2

Changelog

Sourced from titiler-extensions[cogeo,stac]'s changelog.

0.20.0 (2025-01-07)

titiler.core

  • add layer control to map viewer template (author @​hrodmn, developmentseed/titiler#1051)
  • improve query string handling in LowerCaseQueryStringMiddleware using urlencode (author @​pratapvardhan, developmentseed/titiler#1050)
  • add titiler.core.utils.bounds_to_geometry and reduce code duplication in factories (author @​PratapVardhan, developmentseed/titiler#1047)
  • simplify image format dtype validation in render_image (author @​PratapVardhan, developmentseed/titiler#1046)
  • remove rescale_dependency and color_formula_dependency attributes in TilerFactory class breaking change
  • move rescale and color_formula QueryParameters dependencies in ImageRenderingParams class breaking change
  • handle image rescaling and color_formula within titiler.core.utils.render_image function breaking change
  • add render_func: Callable[..., Tuple[bytes, str]] = render_image attribute in TilerFactory class
  • add castToInt, Floor, Ceil algorithms

titiler.application

titiler.mosaic

  • remove rescale_dependency and color_formula_dependency attributes in MosaicTilerFactory class breaking change
  • add render_func: Callable[..., Tuple[bytes, str]] = render_image attribute in MosaicTilerFactory class breaking change

titiler.extensions

  • use factory.render_func as render function in wmsExtension endpoints
  • add stacRenderExtension which adds two endpoints: /renders (lists all renders) and /renders/<render_id> (render metadata and links) (author @​alekzvik, developmentseed/titiler#1038)

Misc

0.19.2 (2024-11-28)

Misc

titiler.mosaic

  • Define variable (MOSAIC_CONCURRENCY and MOSAIC_STRICT_ZOOM) from env-variable outside endpoint code
Commits

Updates titiler-mosaic from 0.19.1 to 0.20.0

Release notes

Sourced from titiler-mosaic's releases.

0.20.0

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@0.19.2...0.20.0

0.19.2

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@0.19.1...0.19.2

Changelog

Sourced from titiler-mosaic's changelog.

0.20.0 (2025-01-07)

titiler.core

  • add layer control to map viewer template (author @​hrodmn, developmentseed/titiler#1051)
  • improve query string handling in LowerCaseQueryStringMiddleware using urlencode (author @​pratapvardhan, developmentseed/titiler#1050)
  • add titiler.core.utils.bounds_to_geometry and reduce code duplication in factories (author @​PratapVardhan, developmentseed/titiler#1047)
  • simplify image format dtype validation in render_image (author @​PratapVardhan, developmentseed/titiler#1046)
  • remove rescale_dependency and color_formula_dependency attributes in TilerFactory class breaking change
  • move rescale and color_formula QueryParameters dependencies in ImageRenderingParams class breaking change
  • handle image rescaling and color_formula within titiler.core.utils.render_image function breaking change
  • add render_func: Callable[..., Tuple[bytes, str]] = render_image attribute in TilerFactory class
  • add castToInt, Floor, Ceil algorithms

titiler.application

titiler.mosaic

  • remove rescale_dependency and color_formula_dependency attributes in MosaicTilerFactory class breaking change
  • add render_func: Callable[..., Tuple[bytes, str]] = render_image attribute in MosaicTilerFactory class breaking change

titiler.extensions

  • use factory.render_func as render function in wmsExtension endpoints
  • add stacRenderExtension which adds two endpoints: /renders (lists all renders) and /renders/<render_id> (render metadata and links) (author @​alekzvik, developmentseed/titiler#1038)

Misc

0.19.2 (2024-11-28)

Misc

titiler.mosaic

  • Define variable (MOSAIC_CONCURRENCY and MOSAIC_STRICT_ZOOM) from env-variable outside endpoint code
Commits

Updates titiler-application from 0.19.1 to 0.20.0

Release notes

Sourced from titiler-application's releases.

0.20.0

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@0.19.2...0.20.0

0.19.2

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@0.19.1...0.19.2

Changelog

Sourced from titiler-application's changelog.

0.20.0 (2025-01-07)

titiler.core

  • add layer control to map viewer template (author @​hrodmn, developmentseed/titiler#1051)
  • improve query string handling in LowerCaseQueryStringMiddleware using urlencode (author @​pratapvardhan, developmentseed/titiler#1050)
  • add titiler.core.utils.bounds_to_geometry and reduce code duplication in factories (author @​PratapVardhan, developmentseed/titiler#1047)
  • simplify image format dtype validation in render_image (author @​PratapVardhan, developmentseed/titiler#1046)
  • remove rescale_dependency and color_formula_dependency attributes in TilerFactory class breaking change
  • move rescale and color_formula QueryParameters dependencies in ImageRenderingParams class breaking change
  • handle image rescaling and color_formula within titiler.core.utils.render_image function breaking change
  • add render_func: Callable[..., Tuple[bytes, str]] = render_image attribute in TilerFactory class
  • add castToInt, Floor, Ceil algorithms

titiler.application

titiler.mosaic

  • remove rescale_dependency and color_formula_dependency attributes in MosaicTilerFactory class breaking change
  • add render_func: Callable[..., Tuple[bytes, str]] = render_image attribute in MosaicTilerFactory class breaking change

titiler.extensions

  • use factory.render_func as render function in wmsExtension endpoints
  • add stacRenderExtension which adds two endpoints: /renders (lists all renders) and /renders/<render_id> (render metadata and links) (author @​alekzvik, developmentseed/titiler#1038)

Misc

0.19.2 (2024-11-28)

Misc

titiler.mosaic

  • Define variable (MOSAIC_CONCURRENCY and MOSAIC_STRICT_ZOOM) from env-variable outside endpoint code
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the titiler group with 4 updates in the / directory: [titiler-core](https://github.com/developmentseed/titiler), [titiler-extensions[cogeo,stac]](https://github.com/developmentseed/titiler), [titiler-mosaic](https://github.com/developmentseed/titiler) and [titiler-application](https://github.com/developmentseed/titiler).


Updates `titiler-core` from 0.19.1 to 0.20.0
- [Release notes](https://github.com/developmentseed/titiler/releases)
- [Changelog](https://github.com/developmentseed/titiler/blob/main/CHANGES.md)
- [Commits](developmentseed/titiler@0.19.1...0.20.0)

Updates `titiler-extensions[cogeo,stac]` from 0.19.1 to 0.20.0
- [Release notes](https://github.com/developmentseed/titiler/releases)
- [Changelog](https://github.com/developmentseed/titiler/blob/main/CHANGES.md)
- [Commits](developmentseed/titiler@0.19.1...0.20.0)

Updates `titiler-mosaic` from 0.19.1 to 0.20.0
- [Release notes](https://github.com/developmentseed/titiler/releases)
- [Changelog](https://github.com/developmentseed/titiler/blob/main/CHANGES.md)
- [Commits](developmentseed/titiler@0.19.1...0.20.0)

Updates `titiler-application` from 0.19.1 to 0.20.0
- [Release notes](https://github.com/developmentseed/titiler/releases)
- [Changelog](https://github.com/developmentseed/titiler/blob/main/CHANGES.md)
- [Commits](developmentseed/titiler@0.19.1...0.20.0)

---
updated-dependencies:
- dependency-name: titiler-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: titiler
- dependency-name: titiler-extensions[cogeo,stac]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: titiler
- dependency-name: titiler-mosaic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: titiler
- dependency-name: titiler-application
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: titiler
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

Superseded by #59.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/titiler-67e619fb9f branch January 10, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants