<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Lambda-Extension release notes]]></title><description><![CDATA[Lambda-Extension release notes]]></description><link>https://docs.newrelic.com</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 16:02:02 GMT</lastBuildDate><atom:link href="https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/feed.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Lambda-Extension v2.3.10]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMTA=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.10</link><pubDate>Wed, 04 Oct 2023 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Includes additional debugging prints for troubleshooting the logserver logic.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Wed, 04 Oct 2023 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.11]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMTE=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.11</link><pubDate>Wed, 28 Feb 2024 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Fixed issues&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Fixed crashing on closed pipe caused by race condition during extension startup.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed crashing on write to closed channel due to race condition during extension shutdown.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed handler checks for Docker and ESM JS environments.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Minor version bump for Go grpc, Go net, and JAVA gson.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Wed, 28 Feb 2024 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.12]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMTI=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.12</link><pubDate>Mon, 24 Jun 2024 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Adds local testing for Extension. Local testing is enabled by setting &lt;code&gt;NEWRELIC_LOCAL_TESTING&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt;. Currently it supports Python runtime only, and generates Lambda layers for &lt;code&gt;x86&lt;/code&gt; and &lt;code&gt;arm&lt;/code&gt; architectures using &lt;code&gt;publish.sh&lt;/code&gt; and invokes the test Lambdas using &lt;code&gt;test.sh&lt;/code&gt; script.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Removes &lt;code&gt;SSM parameter store&lt;/code&gt; calls. Extension has sanitycheck calls to &lt;code&gt;SSM store&lt;/code&gt; that adds to production quotas for customers. Call &lt;code&gt;SSM store&lt;/code&gt; only when &lt;code&gt;NEW_RELIC_LICENSE_KEY_SSM_PARAMETER_NAME&lt;/code&gt; var is set to &lt;code&gt;true&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adds timeout for calls to &lt;code&gt;Secrets Manager&lt;/code&gt; &amp;#x26; &lt;code&gt;SSM Parameter Store&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Gives priority to &lt;code&gt;NEW_RELIC_LICENSE_KEY&lt;/code&gt; and bypass calls to &lt;code&gt;Secrets Manager&lt;/code&gt; if &lt;code&gt;NEW_RELIC_LICENSE_KEY&lt;/code&gt; is set.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed issue&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Resolved Extension warning messages for Node.js runtime with ESM scripts. Previously, correctly configuring &lt;code&gt;newrelic-lambda-wrapper.handler&lt;/code&gt; and &lt;code&gt;NEW_RELIC_LAMBDA_HANDLER&lt;/code&gt; did not eliminate warning message for the Node.js ESM scripts. The solution involved using &lt;code&gt;NEW_RELIC_USE_ESM&lt;/code&gt; to detect ESM scripts &lt;a href=&quot;https://github.com/newrelic/newrelic-lambda-extension/pull/209&quot;&gt;#209&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Mon, 24 Jun 2024 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.13]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMTM=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.13</link><pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Introduces support for Ruby Lambda runtime.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adds tags for logs, and introduces environment variables to configure custom attributes or other metadata when sending logs directly using extension. Use &lt;code&gt;NR_TAGS&lt;/code&gt; &amp;#x26; &lt;code&gt;NR_ENV_DELIMITER&lt;/code&gt; environment variables similar to the &lt;code&gt;log-ingestion-lambda&lt;/code&gt; to add metadata to the logs.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Removes debug logs which get printed for each log line. Modifies confusing message log - mainLoop: blocking is confusing customer and adds payloadSize to the log message &lt;code&gt;Telemetry client error: %s, payload size: %d bytes&quot;&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates on .NET Extension example to use newly released New Relic .NET Lambda layer instead of OpenTracing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates on readme build step. Updated target for make command, example &lt;code&gt;make dist-x86_64&lt;/code&gt; and &lt;code&gt;make dist-arm64&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed issue&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;code&gt;NR_EXT&lt;/code&gt; log lines. The extension will not print any &lt;code&gt;NR_EXT&lt;/code&gt; line when &lt;code&gt;logsEnabled&lt;/code&gt; is false, including the startup line &lt;a href=&quot;https://github.com/newrelic/newrelic-lambda-extension/pull/226&quot;&gt;#226&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Thu, 08 Aug 2024 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.14]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMTQ=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.14</link><pubDate>Thu, 17 Oct 2024 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Adds a feature to ignore extension startup checks using the Lambda environment variable &lt;code&gt;NEW_RELIC_IGNORE_EXTENSION_CHECKS&lt;/code&gt;. You can ignore selected extension checks by using a comma-separated value. For example, &lt;code&gt;agent,handler&lt;/code&gt; will ignore agent and handler extension checks. Use &lt;code&gt;all&lt;/code&gt; to ignore all extension checks. We recommended you ignore &lt;code&gt;all&lt;/code&gt; extension checks after you&apos;ve successfully instrumented the Lambda function.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates information about environment variable &lt;code&gt;NR_TAGS&lt;/code&gt; in the Readme. You can use &lt;code&gt;NR_TAGS&lt;/code&gt; to add tags to all the Lambda log events.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Introduces support for the &lt;code&gt;NEW_RELIC_ENABLED&lt;/code&gt; environment variable which you can use to disable Agent. The &lt;code&gt;NEW_RELIC_ENABLED&lt;/code&gt; has the &lt;code&gt;env bool&lt;/code&gt; type.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed issue&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed docker handler warning issue for containerized lambda.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Thu, 17 Oct 2024 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.15]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMTU=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.15</link><pubDate>Mon, 09 Dec 2024 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;New feature&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Sends Extension log events to New Relic by setting the environment variable &lt;code&gt;NEW_RELIC_EXTENSION_SEND_EXTENSION_LOGS&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt;. This is in addition to sending function log events, which can be enabled by setting the environment variable &lt;code&gt;NEW_RELIC_EXTENSION_SEND_FUNCTION_LOGS&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Adds examples for containerized lambda using &lt;code&gt;SAM&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Updates examples to use IAM policy as per least privileged policy.&lt;/li&gt;
&lt;li&gt;Updates Extension&apos;s Golang version and dependency versions such as bump google.golang.org/protobuf from &lt;code&gt;1.30.0&lt;/code&gt; to &lt;code&gt;1.33.0&lt;/code&gt; and golang.org/x/net from &lt;code&gt;0.17.0&lt;/code&gt; to &lt;code&gt;0.23.0&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Mon, 09 Dec 2024 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.16]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMTY=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.16</link><pubDate>Wed, 29 Jan 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Records AWS Lambda &lt;code&gt;platform.fault&lt;/code&gt; log event type, which captures when the AWS Lambda platform shutdown is triggered.&lt;/li&gt;
&lt;li&gt;Updates Extension&apos;s dependency version github-go from &lt;code&gt;v44.1.0&lt;/code&gt; to &lt;code&gt;v68.0.0&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Updates Extension&apos;s dependency version golang.org/x/net from &lt;code&gt;0.30.0&lt;/code&gt; to &lt;code&gt;0.33.0&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Wed, 29 Jan 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.17]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMTc=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.17</link><pubDate>Wed, 19 Feb 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;New feature&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;trace.id&lt;/code&gt; to Lambda logs when the Lambda environment variable &lt;code&gt;NEW_RELIC_COLLECT_TRACE_ID&lt;/code&gt; is set to &lt;code&gt;true&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add publish script for Extension only Lambda Layer, intended for local testing of Extension&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Wed, 19 Feb 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.18]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMTg=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.18</link><pubDate>Tue, 08 Apr 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Added example for New Relic AI monitoring, along with instrumentation of Lambda functions with response streaming&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated &lt;code&gt;SAM&lt;/code&gt; examples to include latest layers and packages&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated &lt;code&gt;Ruby&lt;/code&gt; Lambda instrumentation example&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated Readme to include &lt;code&gt;NEW_RELIC_COLLECT_TRACE_ID&lt;/code&gt; environment variable which can be used to add &lt;code&gt;trace-id&lt;/code&gt; to the Lambda logs&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed issues&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Resolved the issue where Extension inaccurately captured timeout durations for Lambda function timeout errors&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated sleep time to solve intermittent issue with unit test &lt;code&gt;TestClientSendRetry&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Tue, 08 Apr 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.19]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMTk=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.19</link><pubDate>Mon, 12 May 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Updates go version to resolve &lt;code&gt;go/stdlib&lt;/code&gt; vulnerability&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates example for AI monitoring in response streaming&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates local testing &lt;code&gt;newrelic_lambda_wrapper&lt;/code&gt; code&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates &lt;code&gt;ubuntu&lt;/code&gt; runner&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates Extension build to avoid error &lt;code&gt;/lib64/libc.so.6&lt;/code&gt;: version &lt;code&gt;GLIBC_X.YZ&lt;/code&gt; not found.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bump axios from &lt;code&gt;1.7.7&lt;/code&gt; to &lt;code&gt;1.8.2&lt;/code&gt; in /examples/sam/containerized-lambda/nodejs-sam-example/hello-world&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bump golang.org/x/net from &lt;code&gt;0.33.0&lt;/code&gt; to &lt;code&gt;0.38.0&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Mon, 12 May 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.21]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMjE=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.21</link><pubDate>Thu, 12 Jun 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;APM Fusion Mode: Limited Preview&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Thu, 12 Jun 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.20]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMjA=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.20</link><pubDate>Thu, 05 Jun 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Added logic to check the shutdown of &lt;code&gt;logserver&lt;/code&gt; and prevent handler from sending messages to log channel&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Remove Circle CI workflow&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;WaitGroup&lt;/code&gt; to resolve &lt;code&gt;log server panic&lt;/code&gt; resulting from multiple log server handlers sending logs to closed channel&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Thu, 05 Jun 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.22]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMjI=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.22</link><pubDate>Thu, 10 Jul 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;APM&lt;/code&gt; connect retry logic&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;godebug&lt;/code&gt; to resolve AWS Firewall issue&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;requestId&lt;/code&gt; extraction from logs for &lt;code&gt;Node.js&lt;/code&gt; runtime&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Updated Readme for &lt;code&gt;--enable-license-key-secret&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Thu, 10 Jul 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.23]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMjM=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.23</link><pubDate>Tue, 15 Jul 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added option to build &lt;code&gt;nodejs&lt;/code&gt; test Layers for local testing&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Updated AWS SDK and Go Version to address Security Vulnerabilities &lt;code&gt;[CVE-2020-8911, CVE-2020-8912, CVE-2025-0913, CVE-2025-4673]&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Tue, 15 Jul 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.24]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuMjQ=</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.24</link><pubDate>Fri, 29 Aug 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Updated Go std lib version to &lt;code&gt;1.23.12&lt;/code&gt; to resolve &lt;code&gt;CVE-2025-47907&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;APM Mode: Resolved license key issue with SM/SSM in APM Mode &amp;#x26; resolved log prefix&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New feature&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added Log Level Prefix &lt;code&gt;DEBUG&lt;/code&gt; and &lt;code&gt;INFO&lt;/code&gt; to the existing prefix &lt;code&gt;[NR_EXT]&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;APM Mode: Added tags to APM Mode&lt;/li&gt;
&lt;li&gt;APM Mode: Added Lambda ARN to host for APM connect&lt;/li&gt;
&lt;li&gt;APM Mode: Updated backoff duration for &lt;code&gt;NEW_RELIC_HOST&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;APM Mode: Refactor APM error event data&lt;/li&gt;
&lt;li&gt;APM Mode: Added ruby support&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Fri, 29 Aug 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.4]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuNA==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.4</link><pubDate>Thu, 20 Oct 2022 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Prevents panic occurrings when request id map is accessed concurrently.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Thu, 20 Oct 2022 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.5]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuNQ==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.5</link><pubDate>Sat, 12 Nov 2022 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Adds support to customize the duration of retry attempts to send payload data to New Relic using the environmental variable &lt;code&gt;NEW_RELIC_DATA_COLLECTION_TIMEOUT&lt;/code&gt;. This gives you more control
over the expected runtime of your application. Note that the extension may need to send more than one payload. The value of this timeout can be any
valid Golang duration string. For example, 10s = 10 seconds;
500ms = 500 milliseconds; 1m = 1 minute. See &lt;a href=&quot;https://pkg.go.dev/maze.io/x/duration#ParseDuration&quot;&gt;https://pkg.go.dev/maze.io/x/duration#ParseDuration&lt;/a&gt; for more info. The default timeout value is 10s.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Sat, 12 Nov 2022 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.6]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuNg==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.6</link><pubDate>Mon, 23 Jan 2023 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;HTTP timeout is increased to 2.4 seconds.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Code cleanup around timeout logic.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Mon, 23 Jan 2023 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.7]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuNw==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.7</link><pubDate>Fri, 09 Jun 2023 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Added support for handlers with the &lt;code&gt;.mjs&lt;/code&gt; file extension.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added support to allow New Relic license key to be fetched from an SSM parameter.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed issue&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bumped dependencies to be compatible with the latest Golang 1.19 features.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Fri, 09 Jun 2023 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.9]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuOQ==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.9</link><pubDate>Wed, 26 Jul 2023 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Fixed issue&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed a bug that used to crash the Extension when a single telemetry payload exceeds 1Mb after compression.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Wed, 26 Jul 2023 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.3.8]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjMuOA==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.8</link><pubDate>Tue, 27 Jun 2023 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Fixed issues&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Updated the SAM template for Python to use the latest resources for Python 3.10.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added additional debug logging and simplified the code for sending log payloads to New Relic.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Tue, 27 Jun 2023 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.4.0]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjQuMA==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.4.0</link><pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Major Release: Rust Rewrite&lt;/h2&gt;
&lt;p&gt;Complete rewrite of the New Relic Lambda Extension from &lt;code&gt;Go (v2.3.24&lt;/code&gt;) to &lt;strong&gt;Rust&lt;/strong&gt; for improved performance, memory safety, and reduced cold start times.&lt;/p&gt;
&lt;h2&gt;New Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;APM Mode Support&lt;/strong&gt;: Lambda functions can now report directly to New Relic APM platform as application entities&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enable with &lt;code&gt;NEW_RELIC_APM_LAMBDA_MODE=true&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Full support for metrics, spans, errors, events, and transaction traces&lt;/li&gt;
&lt;li&gt;Platform logs converted to APM metrics (&lt;code&gt;apm.lambda.transaction.*&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Enhanced error events for timeouts and faults with distributed tracing context&lt;/li&gt;
&lt;li&gt;See &lt;a href=&quot;https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/upgrade-to-apm-experience/&quot;&gt;APM Mode Documentation&lt;/a&gt; for details&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Request-Scoped Processing&lt;/strong&gt;: Improved payload correlation and lifecycle management&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Intelligent Buffer Management&lt;/strong&gt;: Handles agent payloads that arrive before request context with automatic cleanup&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Performance Improvements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Faster Cold Starts&lt;/strong&gt;: Optimized Rust compilation with minimal dependencies and LTO&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lower Memory Usage&lt;/strong&gt;: Reduced memory footprint with zero-cost abstractions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Concurrent Processing&lt;/strong&gt;: Parallel processing of logs, platform metrics, and agent telemetry&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Connection Pooling&lt;/strong&gt;: HTTP client connection reuse across invocations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Security &amp;#x26; Reliability&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Memory Safety&lt;/strong&gt;: Rust&apos;s ownership system prevents memory leaks and buffer overflows&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Panic Safety&lt;/strong&gt;: Global panic handler prevents Lambda crashes from extension failures&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Type Safety&lt;/strong&gt;: Compile-time guarantees eliminate entire classes of runtime errors&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Technical Changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Migrated from Go &lt;code&gt;v1.23&lt;/code&gt; to Rust 2021 edition&lt;/li&gt;
&lt;li&gt;Built on Tokio async runtime&lt;/li&gt;
&lt;li&gt;AWS SDK v1 for Rust (aws-config 1.8, aws-sdk-secretsmanager 1.88, aws-sdk-ssm 1.93)&lt;/li&gt;
&lt;li&gt;Modular architecture with clean separation of concerns&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Configuration&lt;/h2&gt;
&lt;p&gt;All existing environment variables remain unchanged for backwards compatibility. Key variables:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;NEW_RELIC_LICENSE_KEY&lt;/code&gt;: New Relic license key&lt;/li&gt;
&lt;li&gt;&lt;code&gt;NEW_RELIC_APM_LAMBDA_MODE&lt;/code&gt;: Enable APM mode (default: false)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;NEW_RELIC_EXTENSION_SEND_FUNCTION_LOGS&lt;/code&gt;: Send function logs (default: false)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;NEW_RELIC_LAMBDA_LOG_LEVEL&lt;/code&gt;: Extension log level supports more granular control with &lt;code&gt;info&lt;/code&gt;, &lt;code&gt;debug&lt;/code&gt;, &lt;code&gt;warn&lt;/code&gt;, &lt;code&gt;error&lt;/code&gt;, &lt;code&gt;trace&lt;/code&gt;, &lt;code&gt;all&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full configuration details in the &lt;a href=&quot;https://github.com/newrelic/newrelic-lambda-extension/blob/2a5c012f5082d2f8f056252e87d2d3eecad5479a/README.md&quot;&gt;README&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Migration Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Drop-in Replacement&lt;/strong&gt;: No code changes required for existing users&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Environment Variables&lt;/strong&gt;: All configuration remains the same&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Binary Compatibility&lt;/strong&gt;: Maintains compatibility with existing New Relic agents&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Performance&lt;/strong&gt;: Expect 20-40% faster cold starts and lower memory usage&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2&gt;[2.3.24] - Go Implementation (Legacy)&lt;/h2&gt;
&lt;p&gt;Last Go-based version before Rust migration. Maintained for reference and legacy support.&lt;/p&gt;</content:encoded><description>ReleasedOn: Tue, 02 Dec 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.4.1]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjQuMQ==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.4.1</link><pubDate>Wed, 17 Dec 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Removed unnecessary trace logging for skipped &lt;code&gt;Function&lt;/code&gt; and &lt;code&gt;Extension&lt;/code&gt; logs.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated parsing logic to scan the first 50 characters instead of a 100-byte slice. Ensuring safe handling of multi-byte &lt;code&gt;UTF-8 characters&lt;/code&gt; (like emojis) without truncation errors.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Resolved an issue where requests were occasionally not instrumented in APM mode.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enabled automatic &lt;code&gt;NEW_RELIC_LICENSE_KEY&lt;/code&gt; fallback.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Wed, 17 Dec 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.4.2]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjQuMg==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.4.2</link><pubDate>Thu, 08 Jan 2026 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Improved panic handling in main function to ensure Lambda continue&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added new telemetry buffer for &lt;code&gt;APM&lt;/code&gt; mode and &lt;code&gt;Shutdown&lt;/code&gt; logs&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enhanced versioning support and logging in &lt;code&gt;APM&lt;/code&gt; mode&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Updated platform report line to send as &lt;code&gt;json&lt;/code&gt; instead of compressed&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;EU endpoint detection for license keys fetched from &lt;code&gt;SSM/Secrets Manager&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Thu, 08 Jan 2026 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.4.3]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjQuMw==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.4.3</link><pubDate>Fri, 09 Jan 2026 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Implemented pre-invoke log buffering with metadata validation and fallback ARN support&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Removed debug log for buffering in &lt;code&gt;pre-invoke&lt;/code&gt; buffer&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added fallback code for &lt;code&gt;Aws-arn&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove &lt;code&gt;License key&lt;/code&gt; exposure from CloudWatch logs&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Fri, 09 Jan 2026 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.4.4]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjQuNA==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.4.4</link><pubDate>Fri, 23 Jan 2026 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Configuration: Add support for &lt;code&gt;NEW_RELIC_EXTENSION_SEND_PLATFORM_LOGS&lt;/code&gt; Environment variable&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Metadata: Add tags to entity for &lt;code&gt;Extension version&lt;/code&gt; and &lt;code&gt;Agent version&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Logging: Change secondary &lt;code&gt;Log level&lt;/code&gt; to DEBUG&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Runtime Detection: Enhance runtime detection logic for improved agent compatibility&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Telemetry: Implement global fallback ARN handling across telemetry components&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Validation: Update code for additional checks&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Fri, 23 Jan 2026 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.4.6]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjQuNg==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.4.6</link><pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;NEW_RELIC_LAMBDA_EXTENSION_PROXY&lt;/code&gt; environment variable for proxy configuration&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;NEW_RELIC_EXTENSION_SEND_LOGS&lt;/code&gt; environment variable to control sending logs&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;NEW_RELIC_EXTENSION_LOGS_ENABLED&lt;/code&gt; environment variable for extension logging&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed JSON logs with &lt;code&gt;&quot;level&quot;: &quot;Information&quot;&lt;/code&gt; being incorrectly classified as errors&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;request_id&lt;/code&gt; handling and tracking&lt;/li&gt;
&lt;li&gt;Fixed random number generation in &lt;code&gt;TraceIDGenerator&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Tue, 10 Mar 2026 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.4.5]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjQuNQ==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.4.5</link><pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;Java&lt;/code&gt; runtime support improvements - automatic detection and proper mode routing&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enhanced log processing reliability - ensures all logs are properly tagged before sending&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Reduced resource usage by optimizing channel creation&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved &lt;code&gt;log processing&lt;/code&gt; efficiency&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Java agent version reporting&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Log metadata stamping for &lt;code&gt;pre-invoke&lt;/code&gt; logs&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Unnecessary warning messages in &lt;code&gt;APM mode&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Thu, 29 Jan 2026 00:00:00 +0000.</description></item><item><title><![CDATA[Lambda-Extension v2.5.0]]></title><guid isPermaLink="false">TGFtYmRhLUV4dGVuc2lvbi0yLjUuMA==</guid><link>https://docs.newrelic.com/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.5.0</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added support for &lt;code&gt;sql_trace_data&lt;/code&gt; in APM telemetry&lt;/li&gt;
&lt;li&gt;Added support for &lt;code&gt;SSL_CERT_FILE&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added changes to include &lt;code&gt;error_event_data&lt;/code&gt; for apm mode&lt;/li&gt;
&lt;li&gt;Improved shutdown logs duration metrics&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Fri, 10 Apr 2026 00:00:00 +0000.</description></item></channel></rss>