Skip to content

Releases: nasa/cumulus-message-adapter

v1.1.1

04 Oct 17:55
4eca618
Compare
Choose a tag to compare

Note: This version of the Cumulus Message Adapter is not compatible with use as a Lambda layer. You need at least version 1.1.2 for compatibility with Lambda layers.

Compatibility

This version of the Cumulus Message Adapter requires at minimum the following versions of the client libraries:

Removed

  • Removed deprecated function loadRemoteEvent and updated tests.

Fixed

  • Fixed issue where remote message stored configuration values would overwrite the config params in the step reading the remote message [CUMULUS-1447]

v1.0.13

08 Nov 16:09
431b64d
Compare
Choose a tag to compare
Merge pull request #54 from nasa/CUMULUS-906

CUMULUS-906: add cumulus_context to task event message

v1.0.12

02 Oct 12:54
3a82501
Compare
Choose a tag to compare

CUMULUS-920(#53): Increase number of configured retries in case of SFN ClientError.

v1.0.11

21 Sep 17:31
a2671fa
Compare
Choose a tag to compare
handle {"exception":null} cases + test (#52)

* handle {"exception":null} cases + test

* use dict.get

* use more dict.get

* simplify None checks

* check for all falsy values

* rename variables for clarity

v1.0.10

12 Sep 14:23
9e54e91
Compare
Choose a tag to compare
Cumulus 860 (#51)

* fix hiding exception in remote message

* fix bad test

* store exception in local message, inject into remote message on load

* store exception in remote message

* update changelog entry

v1.0.9

17 Aug 14:16
cd78130
Compare
Choose a tag to compare
Catch main fail (#50)

* fix and test main failures

* version bump

v1.0.8

16 Aug 20:18
9fda2a6
Compare
Choose a tag to compare
Merge pull request #49 from nasa/test_backwards_compatible

test backwards compatibility

v1.0.7

16 Aug 20:01
3992c3f
Compare
Choose a tag to compare
Merge pull request #48 from nasa/686-backwards-compatible

restore backwards compatibility

v1.0.6

16 Aug 19:05
52dacd1
Compare
Choose a tag to compare
Merge pull request #47 from nasa/CUMULUS-686

CUMULUS-686: store task metadata in event meta

v1.0.5

18 Jul 21:09
05f47be
Compare
Choose a tag to compare
Merge pull request #45 from nasa/CUMULUS-685

CUMULUS-685: add cumulus_config property