Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

71 lines (56 loc) · 1.43 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[0.4.0]

Added

  • ** DMRPP Updates **
    • Added a workflow flag to use ecs or lambda based on a granule size
    • Added a config argument for what the lambda ephemeral storage limit will be, we will use that and subract 50 mb so we don't use the entire /tmp on lambdas.
  • Updated to python 3.11
  • Did 'poetry update' to update python libraries
  • Updated to use arm architecture

Changed

Deprecated

Removed

Fixed

Security

[0.3.0]

Added

Changed

  • ** PODAAC-5948 **
    • python 3.9, cumulus-process-py 1.3.0
  • ** Fix .bin data **
    • add .bin to exclusion file list

Deprecated

Removed

Fixed

Security

[0.2.0]

Added

  • ** PODAAC-4790 **
    • Fix no type in files, check query fields to find data files

Changed

Deprecated

Removed

Fixed

Security

[0.1.0]

Added

  • ** PODAAC-4732 **
    • Implementation of normalizing cumulus message for post workflow

Changed

Deprecated

Removed

Fixed

Security