• /
  • EnglishEspañolFrançais日本語한국어Português
  • ログイン今すぐ開始

Docs release notesRSS

January 16
Docs January 12 - January 16, 2026

New docs

  • Added Ruby agent 10.x migration guide to provide comprehensive guidance for upgrading to Ruby agent version 10.0.0.
  • Added OpenTelemetry Kafka integration documentation to provide guidance for monitoring Kafka with OpenTelemetry, including self-hosted deployments, Kubernetes with Strimzi, metrics reference, and data querying.
  • Added OpenTelemetry NGINX integration documentation to provide guidance for monitoring NGINX and NGINX Plus with OpenTelemetry, including host-based and Kubernetes deployments.
  • Added workflow automation examples to provide practical patterns for basic workflows, integrations, and advanced use cases.

Major changes

Minor changes

Release notes

  • Stay up-to-date with our latest releases:

    • Browser agent v1.308.0:

      • Added support for MFE tags with the register API.
      • Added child.id attribute to facilitate MFE cross-linking.
      • Added deregister API for micro front end support.
      • Added parent.type attribute to facilitate relationship synthesis.
      • Added default close reason for WebSocket events.
      • Enforced non-null values on numeric fields for WebSocket events.
      • Cleaned WebSocket URLs by removing hash fragments and query params.
    • Infrastructure agent v1.71.4:

      • Fixed transmitBytesPerSecond showing zero during high traffic on Windows.
    • Synthetics Node API runtime rc1.7:

      • Fixed security vulnerability CVE-2025-15284.
    • Synthetics Node browser runtime rc1.7:

      • Fixed security vulnerability CVE-2025-15284.
    • Ruby agent v10.0.0:

      • Removed support for Ruby 2.4 and 2.5.
      • Removed Cross Application Tracing functionality.
      • Renamed ActiveJob metrics to include job class names.
      • Renamed bin/newrelic command to bin/newrelic_rpm.
      • Removed newrelic deployments CLI command.
      • Added logger as a dependency.
      • Added Active Support notification allowlist configuration option.
      • Added root sampling configuration options.
      • Added Trace ID Ratio Based sampling options.
      • Fixed NoMethodError in GCP utilization detection.
    • Java agent v9.0.0:

      • Added config to delete stale agent temp jars on startup.
      • Added inclusion option for selectively instrumenting applications.
      • Fixed IllegalAccessError in AWS S3 Instrumentation.
      • Fixed mislabeled instrumentation version for logback-classic-1.5.20.
      • Fixed logging message for max attribute value.
      • Corrected Otel-style Sampler priorities.
    • .NET agent v10.48.0:

      • Allowed users to configure process names that should not be instrumented.
      • Increased maximum length of db.statement span attribute to 4096 bytes.
      • Fixed agent connection error when debug logging is enabled.
      • Restored min/max occurs properties on distributedTracing config element.
    • PHP agent v12.4.0.29:

      • Added support for PHP 8.5.
      • Addressed deprecation warnings in Symfony 7.4 and 8.0.
    • Node.js agent v13.9.1:

      • Updated getHostnameSafe to invalidate cache when assigning host based on GCP Cloud Run ID.
      • Updated logic to properly assign content and role in LangChain chat completion messages.
    • Node.js agent v13.9.2:

      • Updated message consumer subscribers to properly time consumption actions.
    • Cordova agent v7.0.12:

      • Updated native Android agent to version 7.6.14.

January 9
Docs January 05 - January 09, 2026

Major changes

  • Updated Install New Relic for Go with comprehensive step-by-step installation guide and examples for common Go application patterns.
  • Added Setup and Install Agent Control to provide complete installation and configuration guidance for Kubernetes clusters and Linux hosts.
  • Enhanced setUserId API documentation with session reset functionality and updated session tracking behavior.

Minor changes

Release notes

December 26, 2025
Docs December 22 - December 26, 2025

New docs

Major changes

  • Updated Azure log forwarding with support for ScalingMode and batching parameters.
  • Updated MCP overview with revised IAM permission requirements for Model Context Protocol integration.
  • Updated MCP troubleshooting with enhanced permission and grant requirement guidance.
  • Updated User permissions documentation with enhanced entity-scoped permissions.
  • Updated Security bulletins with NR25-02 bulletin addressing Fluent Bit Plugins vulnerabilities.

Minor changes

Whats New posts

Release notes

  • Stay up-to-date with our latest releases:

    • Kubernetes integration v3.51.2:

      • Enhanced monitoring capabilities for Kubernetes environments.
      • Included in newrelic-infrastructure-3.56.2 and nri-bundle-6.0.31 chart versions.
    • NRDOT v1.8.0:

      • Updated OpenTelemetry component versions from v0.141.0 to v0.142.0.
      • Fixed security vulnerability CVE-2025-68156 by updating expr-lang/expr to version 1.17.7.

December 19, 2025
Docs December 15 - December 19, 2025

New docs

  • Added User impact to provide comprehensive guidance for understanding frustration signals and performance impact on user experience.

Major changes

Minor changes

Release notes

  • Stay up-to-date with our latest releases:

    • PHP agent v12.3.0.28:
      • Added aws-sdk-php Kinesis Data Streams instrumentation.
      • Fixed issue where daemon did not clear package cache on restart.
      • Bumped golang version to 1.25.5.
    • Node.js agent v13.8.1:
      • Updated AWS Lambda instrumentation to skip wrapping handler callback if not present.
    • Java agent v8.25.1:
      • Fixed Kotlin Coroutine error about third party implementation of CancellableContinuation.
    • Browser agent v1.306.0:
      • Added control for log API through separate RUM flag.
      • Enhanced validation for responseStart before relying on onTTFB.
      • Removed linebreak syntax from webpack output.
    • Kubernetes integration v3.51.1:
      • Released with chart versions newrelic-infrastructure-3.56.1 and nri-bundle-6.0.30.
    • NRDOT v1.7.0:
      • Added ohi components to nrdot-collector-experimental distribution.
    • NRDOT v1.6.0:
      • Bumped otel component versions from v0.135.0 to v0.141.0.
      • Fixed CVE-2025-61729 by bumping to golang 1.24.11.
      • Addressed transformprocessor config deprecation of 0.119.0.
    • Job Manager release 493:
      • Fixed Docker 29 compatibility issue caused by minimum API version updated to 1.44.
      • Added data masking for sensitive info to cover failed job results.
    • Node Browser Runtime rc1.5:
      • Updated release with latest changes.
    • Node API Runtime rc1.5:
      • Updated release with latest changes.
    • Node Browser Runtime rc1.6:
      • Updated release with latest changes.

December 12, 2025
Docs December 08 - December 12, 2025

New docs

Major changes

  • Updated Advanced Maps documentation with extensive revisions for general availability.
  • Updated Catalogs documentation with updated content and organization for general availability.

Minor changes

Release notes

  • Stay up-to-date with our latest releases:

    • Lambda Extension v2.4.0:

      • Complete rewrite from Go to Rust for improved performance and memory safety.
      • Added APM mode support for Lambda functions to report directly to New Relic APM platform.
      • Reduced cold start times by 20-40% with optimized Rust compilation.
    • Node.js Agent v13.8.0:

      • Added support for @langchain/aws instrumentation.
      • Added partial granularity tracking metrics.
    • Node.js Agent v13.7.0:

      • Added support for OTEL span links.
      • Added ability to configure ratio-based sampler.
      • Updated koa instrumentation for @koa/router@15.0.0+.
      • Fixed normalization of OTEL hrtime.
    • Python Agent v11.2.0:

      • Added support for Strands instrumentation.
      • Added support for AWS Bedrock Converse Streaming.
      • Added support for Redis methods hybrid_search and msetex.
      • Fixed ASGI header consumption issue.
    • Infrastructure Agent v1.71.3:

      • Updated alpine docker tag to v3.23.
      • Updated go version to 1.25.5.
    • Infrastructure Agent v1.71.2:

      • Updated Fluent Bit version with fixes for CVE-2025-12972, CVE-2025-12970, CVE-2025-12978, CVE-2025-12977, and CVE-2025-12969.
      • Removed 32-bit Windows builds.
      • Fixed CPU performance counters on non-English systems.
    • Kubernetes Integration v3.51.0:

      • Updated integration with new features and improvements.

December 5, 2025
Docs December 01 - December 05, 2025

New docs

Major changes

Minor changes

Release notes

Check out the what's new posts for:

Stay up-to-date with our latest releases:

  • Ruby agent v9.24.0:

    • Added deprecation reminder for SqlSampler#notice_sql API.
    • Added deprecation notice for second and third arguments in Datastores.notice_sql API.
    • Added deprecation notice for second argument in Datastores.notice_statement API.
    • Added deprecation notice for proc's second and third arguments in Datastores.wrap API.
  • .NET agent v10.47.1:

    • Fixed environment variable access caching to reduce possible thread contention.
    • Fixed OpenAI LLM supportability metrics recording on all invocations.
  • Android agent v7.6.14:

    • Fixed issue where artifacts were missing for monoEnabled build.

November 28, 2025
Docs November 24 - November 28, 2025

新しいドキュメント

主な変更点

  • ユーザー管理の概念と関連する RBAC ドキュメントが更新され、新しい付与およびロール作成エクスペリエンスが導入され、 Rolesタブに統合された 3 つのロール タイプ (組織ベースのロール、アカウント ベースのロール、エンティティ ベースのロール) が導入されました。
  • Microsoft Teams 統合APIメソッドと例を含む一連のチャネルを更新しました。
  • Microsoft Teams 統合サポートにより、一連の宛先が更新されました。

マイナーチェンジ

リリースノート

  • プレインサイト APM レガシー埋め込みチャートのサポート終了日を 2026 年 6 月 30 日と発表しました。

  • 弊社の最新リリース情報を常に把握してください:

    • Kubernetesインテグレーション v3.50.2 :

      • newrelic-インフラストラクチャ-3.55.2 および nri-bundle-6.0.26 に含まれる統合を更新しました。
    • ログ 251120 :

      • AWS-log-ingestion ラムダの CVE-2025-53643 を修正しました。
      • aiohttpライブラリを3.13.2に更新しました そして詩のバージョンを 1.8.3 にしました。
    • React Nativeエージェント v1.5.12 :

      • ネイティブ Android エージェントをバージョン 7.6.13 に更新しました。
      • ネイティブ iOS エージェントをバージョン 7.6.0 に更新しました。
    • Capacitor v1.5.12 :

      • ネイティブ Android エージェントをバージョン 7.6.13 に更新しました。
      • ネイティブ iOS エージェントをバージョン 7.6.0 に更新しました。
    • Flutter v1.1.19 :

      • ネイティブ Android エージェントをバージョン 7.6.13 に更新しました。
      • ネイティブ iOS エージェントをバージョン 7.6.0 に更新しました。
    • Unity エージェント v1.4.11 :

      • ネイティブ Android エージェントをバージョン 7.6.13 に更新しました。
      • ネイティブ iOS エージェントをバージョン 7.6.0 に更新しました。
    • Cordovaエージェント v7.0.11 :

      • ネイティブ Android エージェントをバージョン 7.6.13 に更新しました。
      • ネイティブ iOS エージェントをバージョン 7.6.0 に更新しました。
    • .NET MAUI エージェント v1.1.14 :

      • ネイティブ Android エージェントをバージョン 7.6.13 に更新しました。
      • ネイティブ iOS エージェントをバージョン 7.6.0 に更新しました。

November 21, 2025
Docs November 17 - November 21, 2025

新しいドキュメント

主な変更点

  • PHPエージェントによるPHPUnitのサポート終了に伴い、 PHPUnitテスト データ分析ドキュメントを削除しました。 PHPUnit の非互換性の問題に関するトラブルシューティング ドキュメントに置き換えられました。
  • 組織の改善のために検索およびフィルター エンティティを再構築し、新しいカタログ フィルター機能を追加しました。
  • ネットワーク パフォーマンス監視の分離設定オプションを備えたKubernetes環境へのNew Relic eBPF のインストールを更新しました。

マイナーチェンジ

リリースノート

  • 弊社の最新リリース情報を常に把握してください:

    • Go エージェント v3.42.0 :

      • トランザクション、カスタムInsights 、エラー、ログの新しい最大サンプル設定オプションを追加しました。
      • nrlambda に MultiValueHeaders のサポートが追加されました。
      • nrpxg5 内の未使用の変数を削除しました。
      • エラーイベントが予想されるエラーを正しくマークしなかったバグを修正しました。
    • .NET エージェント v10.47.0 :

      • ASP.NET Web アプリの ExecutionContext を使用してトランザクションをフローできるようにするためのオプションのトランザクション ストレージ メカニズムを追加しました。
      • Azure Service Bus 計装の null 参照例外を修正しました。
      • メッセージが配列でない場合にチャットの完了を処理するようにOpenAI計装を修正しました。
    • Node.jsエージェント v13.6.5 :

      • 次のハンドラーがルートまたはルーターを通過するときに、express 計装を無視されたエラーに更新しました。
      • Promise の場合、消費者のコールバックが終了するまで待機するように MessageConsumerSubscriber を更新しました。
    • Node.jsエージェント v13.6.6 :

      • 定義されたすべてのミドルウェアを適切にラップするように、app.use または router.use Express 計装を更新しました。
      • distributed_tracing.samplers.partial_granularity の設定を追加しましたおよびdistributed_tracing.samplers.full_granularity。
    • PHPエージェント v12.2.0.27 :

      • Laravel 12 のサポートが追加されました。
      • Laravel 10.x+ および PHP 8.1+ で Laravel Horizon サポートが追加されました。
      • Laravel キュージョブの例外処理を修正しました。
      • golang バージョンを 1.25.3 に上げました。
    • Kubernetesインテグレーション v3.50.1 :

      • バグ修正と改善を加えてバージョン 3.50.1 に更新されました。
    • インフラストラクチャエージェント v1.71.1 :

      • 依存関係 newrelic/nri-docker を v2.6.3 に更新しました。
      • 依存関係 newrelic/nri-flex を v1.17.1 に更新しました。
      • goバージョンを1.25.4にアップグレードしました。
      • 依存関係 newrelic/nri-prometheus を v2.27.3 に更新しました。
    • ログ 25-11-20 :

      • AWS-log-ingestion ラムダの CVE-2025-53643 を修正しました。
      • aiohttpライブラリを3.13.2に更新しました そして詩のバージョンを 1.8.3 にしました。
    • Node ブラウザ ランタイム rc1.3 :

      • Chromeブラウザを142にアップグレードしました。

Copyright © 2026 New Relic株式会社。

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