Skip to content

New Relic Java Agent v3.0.0

Compare
Choose a tag to compare
@jtduffy jtduffy released this 30 May 16:01
· 31 commits to master since this release
382c8be

What's Changed

  • Bump the New Relic AWS Lambda OpenTracing Java SDK dependency to v3.0.0 in #355
    • v3.0.0 of the SDK dependency 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 v1.x of aws-java-sdk-s3 remain on the previous version of the the layer.