Skip to content

Commit 3b9fbce

Browse files
committed
Add changelog
1 parent 7f0e996 commit 3b9fbce

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,26 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.8.0]
8+
### Added
9+
- An `itslive` module with functions to deduplicate already published pairs based on the STAC catalog.
10+
11+
### Changed
12+
- `deduplicate_hyp3_pairs`, `submit_pairs_for_processing`, and other HyP3 specific functionality has been moved to the `hyp3` module from `main`.
13+
14+
### Fixed
15+
- Sentinel-1 burst or SLC image pairs are now deduplicated against already published ITS_LIVE pairs in the STAC catalog.See [#331](https://github.com/ASFHyP3/its-live-monitoring/issues/331) for more info.
16+
17+
### Removed
18+
- `deduplicate_s3_pairs` and supporting functions in favor of `itslive.deduplicate_published_pairs`.
19+
720
## [0.7.0]
8-
## Added
21+
### Added
922
- `StacItemsEndpoint` and `StacExistsOk` cloudformation parameters to allow publishing STAC items directly to a STAC catalog. Accordingly:
1023
- `STAC_ITEMS_ENDPOINT` and `STAC_EXISTS_OK` environment variables are set for the monitoring lambda.
1124
- The cloud formation parameters are set in the build and deploy GitHub Actions workflow by the `STAC_ITEMS_ENDPOINT` and `STAC_EXISTS_OK` deploy environment variables.
1225

13-
## Changed
26+
### Changed
1427
- Updated the `AUTORIFT_JOB_TEMPLATE` for [HyP3 v10.13.0+](https://github.com/ASFHyP3/hyp3/pull/3003) to allow posting/putting STAC items in the catalog instead of writing them to an alternate ingest location.
1528

1629
### Removed

0 commit comments

Comments
 (0)