Releases: newrelic/java-aws-lambda
Releases · newrelic/java-aws-lambda
Release list
Version 3.5.0
Version 3.4.0
What's Changed
- Upgrade AWS SDK to 2.44.12 in #85
- amazon.awssdk:s3:2.44.12 (previous version: 2.44.0)
- amazon.awssdk:s3-event-notifications:2.44.12 (previous version: 2.44.0)
Full Changelog: v3.2.0...v3.4.0
Version 3.2.0
What's Changed
- Upgrade
software.amazon.awssdk:s3andsoftware.amazon.awssdk:s3-event-notificationsfrom version2.40.11to2.44.0by @obenkenobi in #84
Full Changelog: v3.1.0...v3.2.0
Version 3.1.0
What's Changed
- Upgrade AWS SDK in #82
- amazon.awssdk:s3:1.2.3:2.40.11 (previous version: 2.31.43)
- amazon.awssdk:s3-event-notifications:2.40.11 (previous version: 2.31.43)
Full Changelog: v3.3.0...v3.1.0
Version 3.0.0
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.
- This version of the library made changes to the versions of AWS dependencies. The following dependencies are now used:
Full Changelog: v2.2.0...v3.3.0
Version 2.2.0
Version 2.1.1
What's Changed
- Update AWS S3 library dependency to
v1.12.13to address CVE-2022-31159
v2.1.0
The SDK has been refactored to address issues with type erasure/reflection #36
This release maintains backwards compatibility with v2.0.0