Skip to content

Latest commit

 

History

History
82 lines (55 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

82 lines (55 loc) · 2.74 KB

Changelog

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

The format is based on Keep a Changelog

Unreleased

[v2.3.0] - 2024-09-11

  • CUMULUS-3838
    • Update cumulus-message-adapter dependency version to 2.0.4
    • Remove testing for python3.8

[v2.2.0] - 2023-05-11

  • CUMULUS-3270
    • Update to utilize cumulus-message-adapter >= 2.0.3, to pick up updated Python and boto3 SDK version.
    • Update to Python 3.10 removing 3.6 (EOL)
    • change test framework to nose2, as nose does not work with the new Python version

[v2.1.0] - 2023-02-08

  • CUMULUS-3189

[v2.0.1] - 2022-02-15

  • PR 43
    • Fixed issue with duplicate instances of CumulusLogger

[v2.0.0] - 2021-12-21

  • CUMULUS-2577
    • Update to match call signatures in cumulus-message-adapter 2.0.0. This release requires cumulus-message-adapter > 2.0.0.
    • Update test fixture to remove deprecated 'workflow_config' config key

[v1.2.2] - 2021-11-04

  • Issue #38
    • Update CumulusLogger.createMessage to allow logging messages with curly braces
  • CUMULUS-2431
    • Fix exception handling not to assume index in the exception args tuple

[v1.2.1] - 2019-02-19

  • CUMULUS-2078
    • Update release requirements to require cumulus-message-adapter >=1.2.0, < 1.4.x as cumulus-message-adapter 1.3.x is compatible with this module

[v1.2.0] - 2019-02-19

  • CUMULUS-1486
    • Updated target python versions to more accurately reflect python 3 compatibility/cumulus-message adapter versions
    • Updated requirements to require cumulus-message-adapter >= 1.2.0, < 1.3.x

[v1.1.1] - 2019-12-03

Added

  • CUMULUS-1635 - Enhanced the messages logged by CumulusLogger to include the following additional information obtained from the CMA (if available): asyncOperationId, granules (granule IDs only), parentArn, and stackName

[v1.1.0] - 2019-11-18

Added

  • CUMULUS-1656 - Updated requirements to allow CMA 1.0.13 or the 1.1.x release branch of the CMA. It is expected that CMA 1.2.x will not be backward compatible with the 1.1.x client library.

  • CUMULUS-1488 - Updated CMA client to respect CUMULUS_MESSAGE_ADAPTER_DIR

[v1.0.9] - 2019-09-16

Added

  • Updated CMA client to handle parameterized configuration, set execution env variable regardless of message format