Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Unreleased¶
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¶
- Add
s3_auth_strategy
andaws_request_payer
toAppSettings
: developmentseed/titiler-cmr!58
v0.1.4¶
Added¶
- Added support for
sel
andsel_method
parameters: 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
STAGE
andAWS_REQUEST_PAYER
viaadditional_env
inStackSettings
: developmentseed/titiler-cmr!55
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)