• /
  • 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 탭 아래에 표시합니다.
  • Microsoft Teams 통합 API 메서드와 예제를 통해 공지 채널을 업데이트했습니다.
  • Microsoft Teams 통합 지원으로 공지 대상이 업데이트되었습니다.

사소한 변경 사항

릴리즈 정보

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

새로운 문서

  • 기존 삭제 규칙을 새로운 파이프라인 클라우드 규칙 시스템으로 마이그레이션하기 위한 포괄적인 지침을 제공하기 위해 '삭제 규칙을 파이프라인 cloud cloud 으로 마이그레이션' 기능을 추가했습니다.
  • 뉴렐릭 PHP 에이전트를 사용하여PHPUnit 버전 11+ 메모리 외부 오류에 대한 문제 해결 및 해결 지침을 제공하기 위해 PHPUnit 문제 호환성을 추가했습니다.

주요 변경 사항

  • PHP 에이전트에서 PHPUnit에 대한 지원이 종료된 후 PHPUnit 테스트 데이터 분석 문서가 제거되었습니다. PHPUnit 비호환 문제에 대한 문제 해결, 해결 문서로 대체되었습니다.
  • 향상된 조직을 위해 검색 및 필터를 재구성하고 새로운 카탈로그 필터링 기능을 추가했습니다.
  • 네트워크 성능 모니터링을 위한 분리 설정 옵션을 사용하여 Kubernetes 환경에 뉴렐릭 eBPF 설치를 업데이트했습니다.

사소한 변경 사항

릴리즈 정보

  • 최신 릴리스에 대한 최신 정보를 받아보세요.

    • Go 에이전트 v3.42.0:

      • 거래, 사용자 정의 Insights, 오류 및 로그에 대한 새로운 최대 샘플 설정 옵션이 추가되었습니다.
      • nrlambda에 MultiValueHeaders에 대한 지원이 추가되었습니다.
      • nrpxg5에서 사용되지 않는 변수를 제거했습니다.
      • 오류 이벤트가 예상됨을 올바르게 표시하지 않는 버그를 수정했습니다.
    • .NET 에이전트 v10.47.0:

      • ASP.NET 웹 앱의 ExecutionContext를 통해 트랜잭션이 흐르도록 하는 선택적 트랜잭션 저장 메커니즘을 추가했습니다.
      • Azure Service Bus 측정, 리소스 null 참조 예외가 수정되었습니다.
      • 메시지가 포함될 때 채팅 완료를 처리하기 위해 OpenAI 측정, 도구가 포함되지 않는 문제를 해결했습니다.
    • Node.js 에이전트 v13.6.5:

      • 다음 처리기가 경로나 라우터를 전달할 때 명시적인 측정을 무시하도록 업데이트되었습니다.
      • 약속일 경우 소비자 콜백이 끝날 때까지 기다리도록 MessageConsumerSubscriber를 업데이트했습니다.
    • Node.js 에이전트 v13.6.6:

      • app.use 또는 router.use Express Measuring, Scientific을 업데이트하여 정의된 모든 미들웨어를 적절히 래핑했습니다.
      • distributed_tracing.samplers.partial_granularity에 대한 설정을 추가했습니다. 그리고 distributed_tracing.samplers.full_granularity.
    • PHP 에이전트 v12.2.0.27:

      • 라라벨 12 지원이 추가되었습니다.
      • 라라벨 10.x+ 및 PHP 8.1+에 라라벨 Horizon 지원이 추가되었습니다.
      • 고정된 라라벨 대기열 작업 예외 처리.
      • 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입니다.
    • 노드 브라우저 런타임 rc1.3:

      • Chrome 브라우저를 142로 업그레이드했습니다.

Copyright © 2026 New Relic Inc.

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