Skip to content

Commit b921480

Browse files
authored
chore: update changelog (#97)
1 parent e0e87b8 commit b921480

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)