• /
  • EnglishEspañol日本語한국어Português
  • Inicia sesiónComenzar ahora

Node.js agent release notesRSS

September 11
Node.js agent v12.4.0

Notes

Features

Miscellaneous chores

  • Added CI for publishing agent as Azure site extension (#2488) (468943a).
  • Added Azure site extension installation scripts (#2448) (a56c4e1).

Tests

  • Converted llm-events tests to use node:test (#2535) (ebfa2e9).
  • Migrated test/unit/spans to use node:test (#2556) (9319071).
  • Migrated test/unit/util to use node:test (#2546) (0b07be8).
  • Migrated tests in test/unit/instrumentation to use node:test (#2531) (47b8398).
  • Converted collector unit tests to node:test (#2510) (762511b).
  • Converted errors unit tests to node:test (#2540) (ae82760).

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.

September 4
Node.js agent v12.3.1

Notes

Bug fixes

  • Fixed detection of REST API type payloads in AWS Lambda (#2543) (adfeebc)

Documentation

  • Cleaned up formatting of api.js to properly inject example snippets when rendering on API docs site (#2524) (4b34f3d)
  • Updated compatibility report (#2523) (29784ea)
  • Updated Next.js Otel cloud provider FAQ (#2537) (6553807)

Tests

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/)

August 27
Node.js agent v12.3.0

Notes

Features

  • Added new API method withLlmCustomAttributes to run a function in a LLM context (#2437) (57e6be9)
    • The context will be used to assign custom attributes to every LLM event produced within the function

Bug fixes

Documentation

Miscellaneous chores

Tests

  • Converted the api unit tests to node:test (#2516) (ab91576)
  • Converted context-manager unit tests to node:test (#2508) (9363eb0)

Continuous integration

  • Updated codecov action sha to post coverage from forks. Added flag to fail ci if it fails to upload report (#2490) (12fbe56)

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/)

August 19
Node.js agent v12.2.0

Notes

Features

  • Added instrumentation support for Express 5 beta (#2476) (06a4c2f)
    • This will be experimental until express@5.0.0 is generally available

Bug fixes

  • Updated koa instrumentation to properly get the matched route name and to handle changes in @koa/router@13.0.0 (#2486) (0c2ee2f)

Documentation

Miscellaneous chores

  • Reverted to upstream require-in-the-middle (#2473) (9bbc41c)
  • Updated aggregators unit tests to node:test (#2481) (fd2d76f)

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.

August 15
Node.js agent v12.1.1

Notes

Bug fixes

  • Updated amqplib instrumentation to properly parse host/port from connect (#2461) (91636a8)
  • Updated redis instrumentation to parse host/port when a url is not provided (#2463) (2b67623)
  • Updated the kafkajs node metrics to remove /Named from the name (#2458) (37ce113)

Code refactoring

  • Updated pino instrumentation to separate the wrapping of asJson into its own function (#2464) (81fdde1)

Documentation

Miscellaneous chores

  • Removed limit on superagent versioned testing (#2456) (b4b6a6b)

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.

August 12
Node.js agent v12.1.0

Notes

Bug fixes

  • Pick log message from merging object in Pino instrumentation (#2421) (599072b)
  • Added TLS verification for Redis (#2446) (9a16b70)

Documentation

Miscellaneous chores

  • Added entity relationship attributes to SQS segments (#2436) (578aead)
  • Converted agent unit tests to node:test (#2414) (b32f793)
  • Fixed mongodb-esm tests in combination with security agent (#2444) (5d617de)
  • Limited superagent tests to avoid new breaking release (#2439) (f1dd8e7)
  • Removed promise resolvers from callback based agent unit tests (#2450) (3766895)

Tests

  • Moved pkgVersion to collection-common to avoid a conflict with ESM tests (#2438) (7260fa3)
  • Restored mongodb-esm tests (#2434) (67a12e3)
  • Updated custom test reporter to only log failed tests when there are failures (#2425) (baa37ec)
  • Updated tls redis tests to work with older versions of redis v4 (#2454) (ffd9b17)

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.

July 31
Node.js agent v12.0.0

Notes

⚠ BREAKING CHANGES

  • Dropped support for Node.js 16
  • Removed legacy context manager
  • Removed support for redis less than version 2.6.0
  • Removed instrumentation for director
  • Updated mongodb instrumentation to drop support for versions 2 and 3

Features

  • Dropped support for Node.js 16 (#2394) (1870010)
  • Removed legacy context manager (#2404) (321244c)
  • Removed support for redis less than version 2.6.0 (#2405) (e2c0a31)
  • Removed instrumentation for director (#2402) (1b355e7)
  • Added server.address to amqplib spans (#2406) (09636a4)
  • Updated mongodb instrumentation to drop support for versions 2 and 3 (#2398) (a0ae32a)
  • Migrated instrumentation for next into agent (#2409) ([b55d8e1](https://github.com/newr elic/node-newrelic/commit/b55d8e1ca09e6055ea09f4fcd773a05245e7203f))
    • You no longer need to load Next.js instrumentation via @newrelic/next.
    • Instead you must load the agent via NODE_OPTIONS='-r newrelic' next start

Documentation

Miscellaneous chores

  • Added test configs for defined targets in the aws test suite (#2403) (cf514d9)
  • Added producer and consumer metrics to kafkajs instrumentation (#2407) (41c1cc6)
  • Switched to using Node built-in test runner (#2387) (b9f64b7)
  • Updated @newrelic/native-metrics to 11.0.0 (#2412) (aef69e2)
  • Updated dashboard links in developer-setup.md (#2397) (16866da)
  • Verified MySQL host:port metric is recorded (#2400) (74176f7)

Tests

  • Removed mongodb-esm tests as they are not atomic and conflicting with mongodb tests in CI (#2416) (e587b9d)
  • Updated minimum version of lesser used versions of 3rd party libraries (#2399) (ef8c006)

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 v11.23.2

Notes

Features

Bug fixes

  • Updated aws-sdk v3 instrumentation to load custom middleware last to properly get the external http span to add aws.* attributes (#2382) (751801b)
  • Updated cassandra-driver instrumentation to properly trace promise based executions (#2351) (bab9a8b)

Documentation

Miscellaneous chores

  • Always upload status logs in compatibility report CI (#2341) (b3f1ee3)

Tests

  • Removed server.start in grpc tests as it is deprecated and no longer needed (#2372) (d212b15)
  • Updated benchmark test results to output result files (#2350) (1b51a68)

Continuous integration

  • Added benchmark test GitHub Action (#2366) (afd3ab4)
  • Increased the limit of installs from 2 to a bigger number for versioned tests (#2346) (f85a385)
  • Updated bin/create-docs-pr to create an empty array if changelog.json is missing security (#2348) (7d5368c)

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 11
Node.js agent v11.23.1

Notes

Bug fixes

  • Updated redis v4 instrumentation to work with transactions(multi/exec) (#2343) (39eb842)

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 10
Node.js agent v11.23.0

Notes

Features

  • Added support for account level governance of AI monitoring (#2326) (7069335)

Code refactoring

  • Removed redundant isExpected in the Exception class (#2328) (38f9825)
  • Reduced duplication in the error-collector (#2323) (10581bf)
  • Refactored benchmark tests to complete async functions (#2334) (57a4dfb)

Documentation

Miscellaneous chores

  • Fixed copy paste error in post release workflow (#2329) (6f2da7a)
  • Implemented split jobs for post release docs publishing (#2319) (c14ec3b)

Tests

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 © 2024 New Relic Inc.

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