Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

[v0.3.0]

Added

  • interpolate {datetime} in if sel includes {dim}={datetime} (#78)
  • /compatibility and /concept_metadata endpoints (#80)
  • add dataset statistics to /compatibility endpoint output for xarray datasets (#80)

  • export traces to X-Ray from AWS Lambda (#81)

Fixed

  • Fix bands + indexes + bands_regex logic (#89)
  • DRY out the AWS credential logic in backend.py (#93)

Changed

  • Switch from a zip package to a containerized Lambda function (#81)

v0.2.0

Fixed

  • Upgrade to Python 3.12 runtime to avoid dependency build errors

Added

  • Add OTEL traces
  • Upgrade to titiler v0.23. and add more logging statements to help track performance (#71)

v0.1.5

Fixed

  • Allow POST requests from cross-origin clients (#60)

  • Handle case where ResolutionAndCoordinateSystem is not available for calculating time series request size (#62)

  • Pin geojson-pydantic to >=2.0.0,<3.0 (previously was >=1.1.1) and fixed iteration of FeatureCollection (#68)

Changed

v0.1.4

Added

Fixed

Changed

v0.1.3

Added

  • Time series API limits

0.1.2

Added

  • Support for /timeseries endpoints (#33)

0.1.1

Added

  • Add /bbox, /feature, and /statistics endpoints (#30)

0.1.1

Added

  • Ability to run locally with Earthdata authentication (#28)