File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ## [ v0.3.0]
10+
911### Added
1012
1113- interpolate {datetime} in if sel includes {dim}={datetime} ([ #78 ] ( https://github.com/developmentseed/titiler-cmr/pull/78 ) )
1214- /compatibility and /concept_metadata endpoints ([ #80 ] ( https://github.com/developmentseed/titiler-cmr/pull/80 ) )
1315- add dataset statistics to /compatibility endpoint output for xarray datasets ([ #80 ] ( https://github.com/developmentseed/titiler-cmr/pull/82 ) )
1416
17+ - export traces to X-Ray from AWS Lambda ([ #81 ] ( https://github.com/developmentseed/titiler-cmr/pull/81 ) )
18+
19+ ### Fixed
20+
21+ - Fix bands + indexes + bands_regex logic ([ #89 ] ( https://github.com/developmentseed/titiler-cmr/pull/89 ) )
22+ - DRY out the AWS credential logic in backend.py ([ #93 ] ( https://github.com/developmentseed/titiler-cmr/pull/93 ) )
23+
24+ ### Changed
25+
26+ - Switch from a zip package to a containerized Lambda function ([ #81 ] ( https://github.com/developmentseed/titiler-cmr/pull/81 ) )
27+
1528## [ v0.2.0]
1629
1730### Fixed
You can’t perform that action at this time.
0 commit comments