Skip to content

Releases: podaac/cumulus-metadata-aggregator

Release v8.0.0-alpha.3-SNAPSHOT - refs/heads/develop

06 Jun 21:01
aad63bf
Compare
Choose a tag to compare

Changes in this release:
Merge pull request #6 from podaac/NDCUM-697

NSIDC Alpha Release Validation Updates - NDCUM-697

Release v7.0.1 - refs/heads/master

27 May 17:32
99fd631
Compare
Choose a tag to compare

[7.0.1] - 2022-05-27

Added

Changed

Deprecated

Removed

Fixed

  • PODAAC-4248
    • Fixed handling of empty DataGranule.Identifiers values in ISO to UMM-G translation

Security

Release v7.0.1-rc.1 - refs/heads/release/7.0.2

18 Oct 18:29
99fd631
Compare
Choose a tag to compare

Changes in this release:
Merge pull request #5 from podaac/release/7.0.1

release/7.0.1

Release v7.0.1-rc.0 - refs/heads/release/7.0.1

27 May 17:26
5aac2f6
Compare
Choose a tag to compare

Changes in this release:
Add edge-case for DataGranule section (#4)

  • Add edge-case for DataGranule section

When cleaning UMM-G json, we have to specially handle the ‘DataGranule > Identifiers’ section, as both type and value entries are required for all identifiers.

  • Update version and CHANGELOG.md

Co-authored-by: nchung nga.t.chung@jpl.nasa.gov

Release v8.0.0-alpha.2-SNAPSHOT - refs/heads/develop

17 May 20:02
072b1b7
Compare
Choose a tag to compare

Changes in this release:
Feature/podaac 4328 (#3)

  • migrate cumulus 11 changes

  • CHANGELOG

  • removed builder2.py. bump up VERSION and CHANGELOG

  • bump up version to 8.0.0 in pom.xml

  • Update CHANGELOG.md

Co-authored-by: Yen, David (398B-Affiliate) david.yen@jpl.nasa.gov
Co-authored-by: Nga Chung 17833879+ngachung@users.noreply.github.com
Co-authored-by: nchung nga.t.chung@jpl.nasa.gov

Release v8.0.0-alpha.1-SNAPSHOT - refs/heads/develop

17 May 17:35
Compare
Choose a tag to compare

Changes in this release:
/version 8.0.0-alpha.0-SNAPSHOT

Release v8.0.0+48aa0ee - refs/heads/feature/PODAAC-4328

17 May 17:38
Compare
Choose a tag to compare

Changes in this release:
Merge remote-tracking branch 'origin/feature/PODAAC-4328' into feature/PODAAC-4328

Release v8.0.0+07651e8 - refs/heads/feature/PODAAC-4328

17 May 13:39
Compare
Choose a tag to compare

Changes in this release:
bump up version to 8.0.0 in pom.xml

Release v7.0.0 - refs/heads/master

17 May 17:18
Compare
Choose a tag to compare

[7.0.0] - 2022-05-16

Added

  • PODAAC-4521
    • Copied necessary inventory data model classes into project.

Changed

  • PODAAC-2667
    • Renamed 'EchoRestClient' to 'CMRRestClient' and related classes accordingly
    • Cleanup legacy distribute code, removed old echo-10 related methods from CMRRestClient
  • PODAAC-4327
    • Incorporated NSIDC changes to support ISO granule files.
  • PODAAC-4248
    • When parsing ISO files, only start, stop, and creation time are required. All other fields are optional.
  • PODAAC-4521
    • Refactored project structure, package names, etc. to better match other cumulus lambdas.

Deprecated

Removed

  • PODAAC-2667
    • Cleanup of legacy distribute code to speed up builds and reduce size of lambda, the following have been removed:
      • distribute-gen module
      • distribute-subscriber module
      • distribute-gcmd module
      • GCMDExport shell script/tool
      • EchoExport shell script/tool
      • All related files to EchoExport and GCMDExport (e.g. EchoExport.java, EchoGranuleFile.java, GCMDExport.java,
        etc.)
      • All test cases pertaining to the above removed tools (e.g. GCMDExport, ECHOExport, etc.)
  • PODAAC-4521
    • Refactored project into a single maven project, and removed leftover misc files and classes from 2667.
    • Removed dependencies on inventory-ws and inventory-api.
    • Removed UMM-C related classes, tests, and tools.

Fixed

Security

  • PODAAC-4521
    • Addressed known SNYK vulnerabilities.

Release v7.0.0-rc.3 - refs/heads/release/7.0.0

17 May 07:11
Compare
Choose a tag to compare

Changes in this release:
Updated release.md