Skip to content

Releases: nasa/cumulus-message-adapter-java

v2.0.0

23 Aug 01:55
8565b58
Compare
Choose a tag to compare

Notable Changes

This version of the CMA java client works with cumulus-message-adapter
v2.0.2 or later,
and it's built with JDK 11. The java client package works on AWS Java 11 Runtime or later.

Changed

  • CUMULUS-3386
    • Built CMA java client with JDK 11

v1.4.0

18 Aug 20:50
eb9ced6
Compare
Choose a tag to compare

Notable Changes

This version of the CMA java client works with cumulus-message-adapter v2.0.2 or later, and it's built with JDK 1.8.
When use the java client package in AWS Runtime environment,
for Java 8 Amazon Linux 1, use cumulus-message-adapter v2.0.2,
and for Java 8 Amazon Linux 2, use cumulus-message-adapter v2.0.3 or later.

Changed

  • CUMULUS-3386
    • Updated CMA client to utilize pre-packaged AWS LINUX 2 binary for CMA when system python is unavailable or
      USE_CMA_BINARY environment is set to true. This is a breaking change if your task environment does not have
      python in the system path, but generally should be backward compatible with most use cases.
    • Updated ci configuration to test the package on jdk8 environment both with and without system python

v1.3.10

08 Aug 16:04
6500c78
Compare
Choose a tag to compare

Notable Changes

This version of the CMA java client works with cumulus-message-adapter v2.0.2 or earlier, and it's built with JDK 1.8.

Changed

  • CUMULUS-3182
    • Updated AdapterLogger.InitializeLogger method to be public
    • Updated example Cumulus task to initialize logger, build with Gradle 8
    • Updated com.amazonaws libraries to address security vulnerability

v1.3.9

20 Jan 17:44
c91bf49
Compare
Choose a tag to compare

Fixed

  • Updated aws-lambda-java-log4j2 to 1.5.1 to address security vulnerability

v1.3.8

13 Jan 14:57
a3c65f3
Compare
Choose a tag to compare

Fixed

  • Updated log4j-api to 2.17.1 to address security vulnerability
  • Updated log4j-core to 2.17.1 to address security vulnerability

v1.3.7

22 Dec 18:02
8d8fb16
Compare
Choose a tag to compare

Added

  • Added log4j-api version 1.7.0

Fixed

v1.3.6

20 Dec 20:02
de89f35
Compare
Choose a tag to compare

Fixed

v1.3.5

15 Dec 21:28
b14a048
Compare
Choose a tag to compare

Fixed

v1.3.4

15 Dec 16:36
Compare
Choose a tag to compare

Fixed

Release v1.3.3

13 Dec 19:34
71709a9
Compare
Choose a tag to compare

Fixed

  • Updated aws-lambda-java-log4j2 to 1.3.0 and org.apache.logging.log4j to 2.15.0 to address critical security vulnerability
  • Updated com.google.code.gson to 2.8.9 to address security vulnerabilities