Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Unreleased¶
- Nothing
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
ResolutionAndCoordinateSystemis 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¶
- Add
s3_auth_strategyandaws_request_payertoAppSettings: developmentseed/titiler-cmr!58
v0.1.4¶
Added¶
- Added support for
selandsel_methodparameters: developmentseed/titiler-cmr!52 - Add HLS tile configuration documentation: developmentseed/titiler-cmr!45
Fixed¶
Changed¶
- Added github workflow for deploying to a dev stack: developmentseed/titiler-cmr!51
- Modifications to github workflow to support deployment via github.com/NASA-IMPACT/veda-deploy: developmentseed/titiler-cmr!47, developmentseed/titiler-cmr!48
- Modifications to deployment environment variables
STAGEandAWS_REQUEST_PAYERviaadditional_envinStackSettings: developmentseed/titiler-cmr!55
v0.1.3¶
Added¶
- Time series API limits
0.1.2¶
Added¶
- Support for
/timeseriesendpoints (#33)
0.1.1¶
Added¶
- Add
/bbox,/feature, and/statisticsendpoints (#30)
0.1.1¶
Added¶
- Ability to run locally with Earthdata authentication (#28)