• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

Lambda-Extension release notesRSS

July 15
Lambda-Extension v2.3.23

Notes

  • Added option to build nodejs test Layers for local testing

Fixed

  • Updated AWS SDK and Go Version to address Security Vulnerabilities [CVE-2020-8911, CVE-2020-8912, CVE-2025-0913, CVE-2025-4673]

July 10
Lambda-Extension v2.3.22

Notes

  • Added APM connect retry logic
  • Added godebug to resolve AWS Firewall issue
  • Added requestId extraction from logs for Node.js runtime

Fixed

  • Updated Readme for --enable-license-key-secret

June 12
Lambda-Extension v2.3.21

Notes

  • APM Fusion Mode: Limited Preview

June 5
Lambda-Extension v2.3.20

Notes

  • Added logic to check the shutdown of logserver and prevent handler from sending messages to log channel

  • Remove Circle CI workflow

Fixed

  • Add WaitGroup to resolve log server panic resulting from multiple log server handlers sending logs to closed channel

May 12
Lambda-Extension v2.3.19

Notes

  • Updates go version to resolve go/stdlib vulnerability

  • Updates example for AI monitoring in response streaming

  • Updates local testing newrelic_lambda_wrapper code

  • Updates ubuntu runner

  • Updates Extension build to avoid error /lib64/libc.so.6: version GLIBC_X.YZ not found.

  • Bump axios from 1.7.7 to 1.8.2 in /examples/sam/containerized-lambda/nodejs-sam-example/hello-world

  • Bump golang.org/x/net from 0.33.0 to 0.38.0

April 8
Lambda-Extension v2.3.18

Notes

  • Added example for New Relic AI monitoring, along with instrumentation of Lambda functions with response streaming

  • Updated SAM examples to include latest layers and packages

  • Updated Ruby Lambda instrumentation example

  • Updated Readme to include NEW_RELIC_COLLECT_TRACE_ID environment variable which can be used to add trace-id to the Lambda logs

Fixed issues

  • Resolved the issue where Extension inaccurately captured timeout durations for Lambda function timeout errors

  • Updated sleep time to solve intermittent issue with unit test TestClientSendRetry

February 19
Lambda-Extension v2.3.17

New feature

  • Add trace.id to Lambda logs when the Lambda environment variable NEW_RELIC_COLLECT_TRACE_ID is set to true

Notes

  • Add publish script for Extension only Lambda Layer, intended for local testing of Extension

January 29
Lambda-Extension v2.3.16

Notes

  • Records AWS Lambda platform.fault log event type, which captures when the AWS Lambda platform shutdown is triggered.
  • Updates Extension's dependency version github-go from v44.1.0 to v68.0.0.
  • Updates Extension's dependency version golang.org/x/net from 0.30.0 to 0.33.0.

December 9, 2024
Lambda-Extension v2.3.15

New feature

  • Sends Extension log events to New Relic by setting the environment variable NEW_RELIC_EXTENSION_SEND_EXTENSION_LOGS to true. This is in addition to sending function log events, which can be enabled by setting the environment variable NEW_RELIC_EXTENSION_SEND_FUNCTION_LOGS to true.

Notes

  • Adds examples for containerized lambda using SAM.
  • Updates examples to use IAM policy as per least privileged policy.
  • Updates Extension's Golang version and dependency versions such as bump google.golang.org/protobuf from 1.30.0 to 1.33.0 and golang.org/x/net from 0.17.0 to 0.23.0.

October 17, 2024
Lambda-Extension v2.3.14

Notes

  • Adds a feature to ignore extension startup checks using the Lambda environment variable NEW_RELIC_IGNORE_EXTENSION_CHECKS. You can ignore selected extension checks by using a comma-separated value. For example, agent,handler will ignore agent and handler extension checks. Use all to ignore all extension checks. We recommended you ignore all extension checks after you've successfully instrumented the Lambda function.

  • Updates information about environment variable NR_TAGS in the Readme. You can use NR_TAGS to add tags to all the Lambda log events.

  • Introduces support for the NEW_RELIC_ENABLED environment variable which you can use to disable Agent. The NEW_RELIC_ENABLED has the env bool type.

Fixed issue

  • Fixed docker handler warning issue for containerized lambda.

Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.