Releases: nasa/cumulus-message-adapter
Releases · nasa/cumulus-message-adapter
v1.1.1
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:
- https://github.com/nasa/cumulus-message-adapter-js:
v1.0.8
+ - https://github.com/nasa/cumulus-message-adapter-python:
v1.0.5
+ - https://github.com/nasa/cumulus-message-adapter-java:
v1.2.7
+
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
Merge pull request #54 from nasa/CUMULUS-906 CUMULUS-906: add cumulus_context to task event message
v1.0.12
v1.0.11
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
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
Catch main fail (#50) * fix and test main failures * version bump
v1.0.8
Merge pull request #49 from nasa/test_backwards_compatible test backwards compatibility
v1.0.7
Merge pull request #48 from nasa/686-backwards-compatible restore backwards compatibility
v1.0.6
Merge pull request #47 from nasa/CUMULUS-686 CUMULUS-686: store task metadata in event meta
v1.0.5
Merge pull request #45 from nasa/CUMULUS-685 CUMULUS-685: add cumulus_config property