Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/PODAAC-4328' into featur…
Browse files Browse the repository at this point in the history
…e/PODAAC-4328
  • Loading branch information
ngachung committed May 17, 2022
2 parents 9d70391 + ba40312 commit 48aa0ee
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>gov.nasa.podaac</groupId>
<artifactId>cumulus-metadata-aggregator</artifactId>
<version>8.0.0</version>
<version>8.0.0-alpha.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Metadata-Aggregator</name>
Expand Down
34 changes: 34 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## [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.

0 comments on commit 48aa0ee

Please # to comment.