• /
  • EnglishEspañolFrançais日本語한국어Português
  • Log inStart now

Node.js agent release notesRSS

July 27
Node.js agent v14.3.4

Notes

Features

Bug fixes

  • Updated openai instrumentation to cache the results of responses.parse chain on openai custom promises (#4173) (35dce3c)

Documentation

Miscellaneous chores

  • Updated @apm-js-collab/tracing-hooks to 0.13.0 (#4167) (153acec)
  • Updated @octokit/rest to 22.x (#4172) (55d90c2)
  • Updated commander to v15 and added unit tests for scripts that use it (#4168) (e409204)

Tests

  • Updated runnables-streaming.js to consume the stream on the tracking metrics tests to avoid test time outs (#4169) (1a132bf)

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

July 22
Node.js agent v14.3.3

Notes

Features

  • Add internal OTEL API to agent (#4147) (b014f82)
  • Collect on-CPU time alongside wall time in CpuProfiler (#4146) (3b440f3)

Bug fixes

  • Avoid unconditional @opentelemetry/core require on agent startup (#4163) (f31bbe4)

Documentation

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

July 21
Node.js agent v14.3.2

Notes

Bug fixes

  • Resolved mongodb host details at operation time to support mongodb+srv:// clients (#4155) (7fd4443)

Documentation

Miscellaneous chores

  • Translated OTel exception into timed event (#4151) (36daebe)

Tests

  • Fixed srv-connect DNS patching across mongodb driver versions (#4158) (ca4a7b0)

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

July 20
Node.js agent v14.3.1

Notes

Bug fixes

  • Handled $0 as a replacement in a metric normalization rule to return the matched string in its entirety (#4150) (b57fcc8)

Documentation

Miscellaneous chores

  • Attached serverless mode config to agent instance (#4140) (7a3592f)
  • Removed dead otlp_endpoint config option (#4142) (05b072f)

Continuous integration

  • Reverted CI schedules to previous schedules (#4139) (b6f8708)

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

July 14
Node.js agent v14.3.0

Notes

Features

  • Added source mapping support to heap profiler (#4122) (dcee39f)
  • Added source mapping support to CPU (wall time) profiler (#4095) (f6123bc)
  • Added otlp_resource_attributes to all outgoing OpenTelemetry metrics calls (#4128) (a0c1c5b)
  • Added support for ai_monitoring.enabled,ai_monitoring.streaming.enabled, and ai_monitoring.record_content.enabled to be assigned via server-side config (#4123) (c4d8032)

Bug fixes

  • Fixed bunyan log forwarding multiple duplicate lines (#4132) (b0f4242)
  • Fixed OTEL crash when adding exceptions to spans (#4130) (508542e)

Documentation

Miscellaneous chores

  • Changed notify-release.yml schedule with our bot user (#4135) (a9318ae)
  • Changed versioned-security-agent.yml schedule with our bot user (#4134) (d7c6f64)
  • Changed smoke-test schedule with our bot user (#4133) (400268e)
  • Sharded the versioned tests w/ security agent workflow (#4119) (fe200c4)
  • Updated test runner to accept suites as positional parameters (#4117) (ac0985d)

Tests

  • Added more scenarios to winston for constructing loggers (#4120) (ea90fc3)
  • Added skip for winston test for ranges that do not support it (#4121) (e75e15e)
  • Applied sampling to pg-native tests to reduce the matrix under test (#4124) (b1ad2da)
  • Fixed flaky amqplib async-work duration assertions (#4118) (3544237)
  • Removed timing race from common.request unit tests (#4113) (b22c25b)

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

July 9
Node.js agent v14.2.1

Notes

Bug fixes

  • Updated winston instrumenting to assign handleExceptions to the first NrTransport to avoid registering duplicate uncaughtException handlers (#4108) (d60a48d)
    • This would create a linear memory leak because the NrTransport objects for loggers no longer in use, would not be freed because of the global process.on('uncaughtException') handler

Documentation

Continuous integration

  • Pinned CI npm to 11 so native versioned suites build on Node 22 (#4114) (b844e94)
  • Removed the 8 minute versioned shard timeout (#4111) (0ef6374)
  • Attempted to fix memcached CI issue again (#4098) (f67fef5)
  • Shard versioned tests across CI runners (#4101) (1471734)

Tests

  • Added samples to prisma and next to cut down on versions under test on packages we recommend using hybrid ageninstrumentation (#4112) (7d8bd7c)
  • Resolved grpc proto-loader from the running suite's node_modules (#4110) (5b5a9f8)

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

July 7
Node.js agent v14.2.0

Notes

Features

  • Added Node.js 26 support (#4084) (4a7f777)
  • Added span_id and trace_id labels to CpuProfiler sample data (#4049) (c2b1737)
  • Added new GCP Cloud Run hostname logic to include K_REVISION (#4069) (02855dc)
  • Added profiling.source_mapping.enabled config option (#4090) (43add80)
  • Removed spanId in outgoing tracestate header (#4091) (40a8bf1)

Code refactoring

  • Refactored mongodb instrumentation to subscribe to events emitted (#4059) (d2777ba)

Documentation

Miscellaneous chores

Continuous integration

  • Updated release-creation to use lts/* for node-version (#4080) (7eaed22)
  • Updated setup-node job to include check-latest to ensure we are getting the latest version of node (#4079) (4a425f6)

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

June 25
Node.js agent v14.1.2

Bug fixes

Fixed Azure functions crashing when they include response headers (#4070) (c88d2b7)

Documentation

Updated compatibility report (#4067) (0ae24b8)

Support statement

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date.

See the New Relic Node.js agent EOL policy for information about agent releases and support dates.

June 23
Node.js agent v14.1.1

Notes

Documentation

Miscellaneous chores

  • Added proxy config support to OTEL metrics (#4041) (6c04b8a)
  • Added supportability metrics to OTEL metrics export (#4051) (db6e4e3)
  • Updated min version of @opentelemetry 0.x packages to ^0.219.0 (#4065) (3f58ad0)

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

June 2
Node.js agent v14.1.0

Notes

Features

  • Added support for native Next.js OTEL instrumentation via the Hybrid Agent (#4040) (1944f39)

Bug fixes

  • Updated label parser to handle empty values in an object key (#4004) (73c00d7)

Code refactoring

  • Migrate @hapi/hapi and @hapi/vision to subscriber-based (#3995) (54c60a8)
  • Refactored koa instrumentation to subscribe to events emitted (#4016) (e1f6c27)
  • Updated MiddlewareWrapper maybeHandleError to only mark error as handled if there was a previously stored error (#4032) (1b21cc8)

Documentation

Miscellaneous chores

Tests

  • Add stable http.request shim so AWS test agent setup works with smithy >=4.7.3 (#4010) (c5fd80a)
  • Added an undici versioned test to assert behavior with using a self signed cert and undici.Agent (#4026) (27507bc)
  • Refactor mongodb-esm tests to test >=4.1.4 (#4023) (d85767f)
  • Removed reliance on glob in lieu of fs.glob (#4019) (204f124)
  • Updated undici.Agent versioned test to skip using custom dispatcher on versions <5.2.0 as it was not supported (#4029) (08cd079)

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

Copyright © 2026 New Relic Inc.

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