Skip to content

Version 3.0.0

Latest
Compare
Choose a tag to compare
@jtduffy jtduffy released this 30 May 11:51
· 2 commits to main since this release
65da2a8

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