Notes
Bug fixes
Code refactoring
- Split
BedrockResponseandBedrockCommandintoConverseandInvokeModelvariants (#4235) (8235cf5) - Updated Claude detection logic in
InvokeModelCommand(#4245) (b090344)
Documentation
Miscellaneous chores
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/)
Notes
Bug fixes
Code refactoring
Miscellaneous chores
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/)
メモ
バグ修正
パフォーマンスの改善
コードリファクタリング
- ESM (#4232) (55c4dd9) を使用するときに適切に機能するように、すべての
.mjsの同等物をopenai計装に含めました。 zlib計装から不要なwrapNoSegmentコードを削除しました (#4231) (56207ec)
ドキュメント
雑用
テスト
- 不安定なCpuProfilerとサンプリングレートのインテグレーションテストを修正しました(#4229)(edfe9a6)。
- ratio-based-samplerの不安定なテストにおけるエラーマージンを拡大(#4234)(ff0496e)
継続的なインテグレーション
サポートステートメント:
最新のエージェント バージョンが利用可能になったらすぐに更新することをお勧めします。最新バージョンにアップグレードできない場合は、エージェントを 90 日以内のバージョンに更新してください。エージェントを最新の状態に保つ方法の詳細については、こちらをご覧ください。( https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/ )
エージェントのリリースとサポート日については、New Relic Node.js エージェントの EOL ポリシーを参照してください。( https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/ )
Notes
Bug fixes
- Fixed OTEL metrics wrapping meters too many times (#4216) (6f917ad)
- Improved Apollo server resolver instrumentation performance (#4206) (2a394e8)
- Updated
getBrowserTimingHeaderto handle when a transaction may not be finalized and still return the browser agent string without transaction intrinsics (#4209) (fbf636b)
Performance improvements
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/)
バグ修正
新しい属性に対してのみattributeCountを増やすようにaddAttributeを更新しました (#4184) (f05df73)
ドキュメント
互換性レポートを更新しました (#4191) (5b5f8ce)
雑用
clean-jsdoc-themeを4.xに戻しました (#4192) (e7b3ddf)
テスト
bin/git-commands.jsの単体テストを追加しました (#4199) (a8bb311)- クロスエージェントテストを同期し、関連するDTアサーションを修正しました (#4198) (44388c0)
サポートステートメント
最新のエージェント バージョンが利用可能になったらすぐに更新することをお勧めします。最新バージョンにアップグレードできない場合は、エージェントを 90 日以内のバージョンに更新してください。エージェントを最新の状態に保つ方法の詳細については、こちらをご覧ください。
エージェントのリリースとサポート日に関する情報については、New Relic Node.jsエージェントのEOLポリシーを参照してください。
メモ
バグ修正
ドキュメント
雑用
update-snyk-prsワークフローを削除しました (#4185) (ab7722c)- APIドキュメントのスクロールバーを復元しました(#4181)(3ea46fb)
- すべての
@opentelemetryの依存関係を0.219.0から0.221.0に更新しました(#4179)(62c3779) - conventional commitの開発依存関係を最新に更新しました (#4178) (f4db525)
- 古い開発依存関係を更新:
@matteo.collina/tspl、@newrelic/eslint-config、@slack/bolt、borp、c8、clean-jsdoc-theme、lint-staged、およびproxyquire(#4175) (e978762)
継続的なインテグレーション
- 依存するワークフローを実行する前に新しいパッケージバージョンが存在することを確認するため、poll npmワークフローを追加しました(#4182)(224c4f9)
- package.jsonからエージェントのバージョンを取得する方法を正規化しました(#4183)(949e620)
サポートステートメント:
最新のエージェントバージョンが利用可能になり次第、アップデートすることをお勧めします。最新バージョンにアップグレードできない場合は、エージェントを90日以内のバージョンにアップデートしてください。エージェントを最新状態で維持する詳細をご覧ください。
エージェントのリリースとサポート日に関する情報については、New RelicのNode.jsエージェントEOLポリシーをご覧ください。
Notes
Features
- Collect OTEL metrics in AWS Lambda (#4166) (204c166)
- Feature not generally available as of 2026-07-27. A future release will enable the necessary plumbing for full functionality.
Bug fixes
- Updated
openaiinstrumentation to cache the results ofresponses.parsechain on openai custom promises (#4173) (35dce3c)
Documentation
Miscellaneous chores
- Updated
@apm-js-collab/tracing-hooksto0.13.0(#4167) (153acec) - Updated
@octokit/restto22.x(#4172) (55d90c2) - Updated
commanderto v15 and added unit tests for scripts that use it (#4168) (e409204)
Tests
- Updated
runnables-streaming.jsto 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/)