Releases: newrelic/newrelic-lambda-layers
Releases · newrelic/newrelic-lambda-layers
New Relic Node Agent v12.21.0.1
Release New Relic Lambda Layers with Node Agent v12.21.0 and Lambda Extension v2.3.20.
New Relic .NET Agent v10.41.0.2
Release Dotnet Lambda Layer with .NET Agent v10.41.0 and Extension v2.3.20
New Relic Python Agent v10.12.0.2
Releases Lambda Layer with Python Agent v10.12.0 and Extension v2.3.20.
New Relic Ruby Agent v9.19.0.3
Release New Relic Lambda Layers with Ruby Agent v9.19.0 and Lambda Extension v2.3.20.
New Relic Java Agent v3.0.0.1
Updates Extension v2.3.20
and AWS Lambda OpenTracing Java SDK dependency to v3.0.0
New Relic Lambda Extension v2.3.20.1
New Relic Node Agent v12.21.0.0
Automated release for Node Agent v12.21.0
New Relic Java Agent v3.0.0
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)
- v3.0.0 of the SDK dependency made changes to the versions of AWS dependencies. The following dependencies are now used:
It is recommended that functions that utilize v1.x of aws-java-sdk-s3
remain on the previous version of the the layer.
New Relic .NET Agent v10.41.0.1
Release Dotnet Lambda Layer with .NET Agent v10.41.0 and Extension v2.3.20
New Relic Python Agent v10.12.0.1
Releases Lambda Layer with Python Agent v10.12.0 and Extension v2.3.19.
- The Layer adds
NEW_RELIC_MAX_PAYLOAD
which enables use of PutLogEvents to send logs > 256 KB directly to CloudWatch - -LogGroup, as mentioned in aws docs - Lambda IAM permissions required to use the
NEW_RELIC_MAX_PAYLOAD
feature:logs:CreateLogGroup
logs:CreateLogStream
logs:PutLogEvents