Skip to content

Releases: newrelic/newrelic-lambda-layers

New Relic Node Agent v12.21.0.1

05 Jun 09:47
fd9b9e1
Compare
Choose a tag to compare

New Relic .NET Agent v10.41.0.2

05 Jun 09:20
fd9b9e1
Compare
Choose a tag to compare

Release Dotnet Lambda Layer with .NET Agent v10.41.0 and Extension v2.3.20

New Relic Python Agent v10.12.0.2

05 Jun 09:48
fd9b9e1
Compare
Choose a tag to compare

Releases Lambda Layer with Python Agent v10.12.0 and Extension v2.3.20.

New Relic Ruby Agent v9.19.0.3

05 Jun 09:21
fd9b9e1
Compare
Choose a tag to compare

New Relic Java Agent v3.0.0.1

05 Jun 09:19
fd9b9e1
Compare
Choose a tag to compare

Updates Extension v2.3.20 and AWS Lambda OpenTracing Java SDK dependency to v3.0.0

New Relic Lambda Extension v2.3.20.1

05 Jun 06:13
fd9b9e1
Compare
Choose a tag to compare

Publishes New Relic Lambda layers & ECR images for Lambda Extension v2.3.20. Please look at ECR repo to get the latest production images for Extension.

New Relic Node Agent v12.21.0.0

04 Jun 17:47
ae85111
Compare
Choose a tag to compare

New Relic Java Agent v3.0.0

30 May 16:01
382c8be
Compare
Choose a tag to compare

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.

New Relic .NET Agent v10.41.0.1

28 May 11:14
aa4d2b2
Compare
Choose a tag to compare

Release Dotnet Lambda Layer with .NET Agent v10.41.0 and Extension v2.3.20

New Relic Python Agent v10.12.0.1

28 May 08:38
cc5dce8
Compare
Choose a tag to compare

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