Skip to content

Releases: newrelic/java-aws-lambda

Version 3.0.0

30 May 11:51
65da2a8
Compare
Choose a tag to compare

What's Changed

  • Upgrade AWS dependencies and general code cleanup #78
    • This version of the library made changes to the versions of AWS dependencies. The following dependencies are now used:
      • com.amazonaws:aws-lambda-java-core:1.2.3 (previous version: 1.1.0)
      • com.amazonaws:aws-lambda-java-events:3.15.0 (previous version: 2.2.7)
      • software.amazon.awssdk:s3:2.31.43 (replaces com.amazonaws:aws-java-sdk-s3:1.12.771)
      • software.amazon.awssdk:s3-event-notifications:2.31.43 (replaces com.amazonaws:aws-java-sdk-s3:1.12.771)
    • It is recommended that functions that utilize the New Relic AWS Lamdba OpenTracing Java SDK utilize the same (or higher) versions of the underlying AWS libraries as noted above. Functions that are unable to upgrade should remain on version 2.2.0 of this library.

Full Changelog: v2.2.0...v3.3.0

Version 2.2.0

25 Sep 19:45
aae9722
Compare
Choose a tag to compare

What's Changed

  • Upgrade AWS S3 Library dependency to 1.12.771

Full Changelog: v2.1.1...v2.2.0

Version 2.1.1

11 May 14:55
c170e55
Compare
Choose a tag to compare

What's Changed

  • Update AWS S3 library dependency to v1.12.13 to address CVE-2022-31159

v2.1.0

27 Aug 22:24
664e32f
Compare
Choose a tag to compare

The SDK has been refactored to address issues with type erasure/reflection #36

This release maintains backwards compatibility with v2.0.0

v2.0.0

01 Jul 01:22
6268478
Compare
Choose a tag to compare

Support for OpenTracing 0.33.0

v1.0.0

01 Jul 01:21
07fdfce
Compare
Choose a tag to compare

Support for OpenTracing 0.31.0