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

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

Nuevos documentos

  • Se agregó soporte de agente PHP para Laravel para brindar una guía completa para Laravel transacción sitio web, Laravel Queue Workers y Laravel Horizon Workers.
  • Se agregó la guía de resolución de problemas PHPUnit se queda sin memoria para problemas de compatibilidad PHPUnit 11+ con el agente PHP New Relic.

Cambios importantes

  • Se actualizaron los conceptos de administración de usuarios y la documentación RBAC relacionada con una nueva experiencia de creación de roles y concesiones que presenta tres tipos de roles (roles basados en organización, roles basados en cuenta y roles basados en entidad) que se consolidan en la pestaña Roles.
  • Canales de alerta actualizados con métodos y ejemplos de API de integración de Microsoft Teams.
  • Destinos de alerta actualizados con soporte de integración con Microsoft Teams.

Cambios menores

Notas de la versión

  • Se anunció el 30 de junio de 2026 como la fecha de fin de vida útil para los gráficos integrados legacy APM con información valiosa previa.

  • Mantener actualizado con nuestros últimos lanzamientos:

    • Integración Kubernetes v3.50.2:

      • Integración actualizada incluida en newrelic-infrastructure-3.55.2 y nri-bundle-6.0.26.
    • Logs 251120:

      • Se corrigió CVE-2025-53643 en lambda de AWS-log-ingestion.
      • Biblioteca aiohttp actualizada a 3.13.2 y versión poética a 1.8.3.
    • Agente React Native v1.5.12:

      • Agente nativo Android actualizado a la versión 7.6.13.
      • Agente nativo de iOS actualizado a la versión 7.6.0.
    • Agente Capacitor v1.5.12:

      • Agente nativo Android actualizado a la versión 7.6.13.
      • Agente nativo de iOS actualizado a la versión 7.6.0.
    • Agente Flutter v1.1.19:

      • Agente nativo Android actualizado a la versión 7.6.13.
      • Agente nativo de iOS actualizado a la versión 7.6.0.
    • Agente de Unity v1.4.11:

      • Agente nativo Android actualizado a la versión 7.6.13.
      • Agente nativo de iOS actualizado a la versión 7.6.0.
    • Agente Cordova v7.0.11:

      • Agente nativo Android actualizado a la versión 7.6.13.
      • Agente nativo de iOS actualizado a la versión 7.6.0.
    • Agente .NET MAUI v1.1.14:

      • Agente nativo Android actualizado a la versión 7.6.13.
      • Agente nativo de iOS actualizado a la versión 7.6.0.

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

Nuevos documentos

Cambios importantes

  • Se eliminó la documentación del análisis de datos de prueba de PHPUnit luego de que el agente PHP dejó de brindar soporte para PHPUnit. Reemplazado con la documentación de resolución de problemas para problemas de incompatibilidad PHPUnit.
  • Se reestructuró la búsqueda y filtrado de entidades para una mejor organización y se agregó una nueva característica de filtrado de catálogo.
  • Instalación actualizada de New Relic eBPF en entornos Kubernetes con opciones de configuración de desacoplamiento para la monitorización del rendimiento de la red.

Cambios menores

Notas de la versión

  • Mantener actualizado con nuestros últimos lanzamientos:

    • Go agente v3.42.0:

      • Se agregaron nuevas opciones de configuración de muestras máximas para transacciones, Insights personalizada, errores y logs.
      • Se agregó soporte para MultiValueHeaders en nrlambda.
      • Se eliminaron las variables no empleadas en nrpxg5.
      • Se corrigió un error donde el evento de error no marcaba correctamente el error esperado.
    • Agente .NET v10.47.0:

      • Se agregó un mecanismo de almacenamiento de transacciones opcional para permitir que las transacciones fluyan con ExecutionContext para aplicaciones sitio web ASP.NET.
      • Se solucionó la excepción de referencia nula de instrumentación de Azure Service Bus.
      • Se corrigió la instrumentación de OpenAI para manejar las finalizaciones de chat cuando el parámetro de mensajes no es una matriz.
    • AgenteNode.js v13.6.5:

      • Se actualizó la instrumentación expresa para omitir el error cuando el siguiente controlador pasa por la ruta o el enrutador.
      • Se actualizó MessageConsumerSubscriber para esperar a que finalice la devolución de llamada del consumidor cuando es una promesa.
    • Agente Node.js v13.6.6:

      • Se actualizó la instrumentación Express de app.use o router.use para encapsular adecuadamente todo el middleware definido.
      • Se agregó configuración para distributed_tracing.samplers.partial_granularity y distributed_tracing.samplers.full_granularity.
    • Agente PHP v12.2.0.27:

      • Se agregó soporte para Laravel 12.
      • Se agregó compatibilidad con Laravel Horizon en Laravel 10.x+ y PHP 8.1+.
      • Se solucionó el manejo de excepciones de trabajos en cola de Laravel.
      • Se actualizó la versión de golang a 1.25.3.
    • Integración Kubernetes v3.50.1:

      • Actualizado a la versión 3.50.1 con correcciones de errores y mejoras.
    • Agente de infraestructura v1.71.1:

      • Se actualizó la dependencia newrelic/nri-docker a v2.6.3.
      • Se actualizó la dependencia newrelic/nri-flex a v1.17.1.
      • Versión de go actualizada a 1.25.4.
      • Se actualizó la dependencia newrelic/nri-prometheus a v2.27.3.
    • Logs 25-11-20:

      • Se corrigió CVE-2025-53643 en lambda de AWS-log-ingestion.
      • Biblioteca aiohttp actualizada a 3.13.2 y versión poética a 1.8.3.
    • Tiempo de ejecución del browser de nodo rc1.3:

      • Actualicé el navegador Chrome a la versión 142.

Copyright © 2026 New Relic Inc.

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