• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

Docs release notesRSS

June 19
Docs June 15 - June 19, 2026

Nuevos documentos

  • Se agregó el monitoreo de nginx con el receptor de Prometheus para entornos de host y Kubernetes para proporcionar una guía completa para el monitoreo de nginx utilizando el receptor de Prometheus de OpenTelemetry.

Cambios importantes

Cambios menores

EOL

Notas de la versión

  • Mantener actualizado con nuestros últimos lanzamientos:

    • NRDOT v1.17.0:

      • Se agregaron componentes OHI adicionales para capacidades de monitoreo mejoradas.
      • Se actualizaron las versiones de los componentes OTel de v0.150.0 a v0.154.0 con un rendimiento mejorado.
      • Se actualizaron las convenciones de nomenclatura de los nodos de configuración del host debido a cambios upstream.
    • Integración de Kubernetes v4.3.1:

      • Estabilidad mejorada y mejoras de rendimiento para el monitoreo de Kubernetes.
      • Se actualizaron las versiones de gráficos para newrelic-infrastructure-4.3.1 y nri-bundle-7.0.21.
    • Agente del browser v1.317.0:

      • Capacidades de monitoreo de browser mejoradas con un seguimiento del rendimiento mejorado.
      • Se actualizó la instrumentación para una mejor compatibilidad con los framework web modernos.
    • Runtime de Node browser rc1.25:

      • Se corrigieron vulnerabilidades de seguridad críticas con dependencias actualizadas.
      • Estabilidad del runtime mejorada y mejoras de rendimiento.
    • NRDOT Host v1.17.0:

      • Capacidades de monitoreo de host mejoradas con una recopilación de datos mejorada.
      • Se actualizaron las opciones de configuración para una mejor gestión de recursos.
    • New Relic Android v5.4.3.0:

      • Monitoreo de aplicaciones móviles mejorado con una detección de fallos mejorada.
      • Se actualizó el seguimiento del rendimiento para las aplicaciones de Android.
    • Agente Android NDK v1.1.4:

      • Se corrigió el formato de los encabezados y la validación de la versión de lanzamiento.
      • Capacidades de monitoreo de código nativo mejoradas.
    • Lanzamiento 556 de Synthetics Job Manager:

      • Se agregaron capacidades de monitoreo mejoradas para el procesamiento de trabajos Sintéticos.
      • Rendimiento mejorado de la programación y ejecución de trabajos.

June 12
Docs June 8 - June 12, 2026

New docs

Major changes

  • Updated eBPF agent requirements with an upper kernel version bound, specifying support for Linux kernel versions v5.8 to v6.14 on both x86-64 and arm64 architectures.
  • Updated eBPF Kubernetes installation and Linux installation with comprehensive proxy support documentation, clarifying that HTTP CONNECT proxies using the http:// scheme are supported and that telemetry data remains TLS-encrypted end-to-end.
  • Updated Node.js agent compatibility requirements with a new Hybrid Agent Instrumentations section, documenting Next.js v16+ support via native OpenTelemetry instrumentation starting with agent v14.1.0.
  • Updated SRE Agent setup to remove the Advanced Compute SKU requirement, clarifying prerequisites for setting up the SRE Agent.
  • Updated Synthetics NerdGraph API reference pages for all monitor types.

Minor changes

Release notes

Check out our What's New posts to learn about new features and releases:

Stay up-to-date with our latest releases:

  • SRE Agent v1.1:

    • Added New Relic AI Knowledge integration to connect Confluence retros, postmortems, runbooks, and custom documents for team-grounded recommendations.
    • Improved investigation completion rates by 21%.
    • Added deployment correlation for before-and-after performance comparison.
    • Added audit skill to correlate configuration changes to alert policies, monitors, and workloads using NrAuditEvent data.
  • Go agent v3.44.0:

    • Added new integration for Anthropic SDK.
    • Added new integration for GocqlX.
    • Fixed bug in sqlparse to support optional INTO statements in SQL integrations.
    • Fixed bug in rnats that caused flaky testing.
    • Security: bumped nrfiber dependency.
  • Infrastructure agent v1.76.2:

    • Added configurable log endpoint.
    • Updated Go version from 1.26.3 to 1.26.4 to address CVE-2026-42504, CVE-2026-27145, and CVE-2026-42507.
    • Updated Fluent Bit to version 5.0.6 and New Relic Fluent Bit output plugin to 3.6.0.
    • Updated bundled integration versions (nri-docker, nri-flex, nri-winservices, nri-prometheus) to address security CVEs.
  • Fluent Bit v5.0.6:

    • Updated Infrastructure agent to recommend Fluent Bit 5.0.6 packages.
    • Updated Fluent Bit Output Plugin Docker image to use Fluent Bit 5.0.6 with output plugin 3.6.0.
    • Updated New Relic Logging Helm chart to install the new plugin image.
  • NRDOT v1.16.0:

    • Added MSI installer for the nrdot-collector distribution on Windows.
    • Fixed CVE-2026-42504 by using Golang 1.26.4 to build artifacts.
  • Kubernetes integration v4.3.0:

    • Included in newrelic-infrastructure-4.3.0 and nri-bundle-7.0.16 chart versions.
  • Mobile app for Android v5.42.1:

    • UI improvements and bug fixes.
  • Synthetics Job Manager v549:

    • Fixed underlying OS vulnerabilities including CVE-2026-41989, CVE-2026-34743, CVE-2025-61726, CVE-2026-25679, CVE-2025-47906, and CVE-2025-47912.
  • Synthetics Node Browser Runtime rc1.24:

    • Updated Chrome to version 149.0.7827.102-1.
    • Fixed multiple security CVEs including CVE-2026-27447, CVE-2026-34978, CVE-2026-34979, CVE-2026-34980, and others.
  • Synthetics Ping Runtime v1.71.0:

    • Fixed underlying OS vulnerabilities including CVE-2026-45447, CVE-2026-34182, CVE-2026-45445, CVE-2026-34180, CVE-2026-42766, and others.

June 5
Docs June 1 - June 5, 2026

New docs

Major changes

Minor changes

Release notes

Stay up-to-date with our latest releases:

  • Node.js agent v14.1.0:

    • Added support for native Next.js OTEL instrumentation via the Hybrid Agent.
    • Fixed label parser to handle empty values in an object key.
    • Refactored @hapi/hapi, @hapi/vision, and koa instrumentation to use subscriber-based events.
    • Deprecated instrumentLoadedModule API.
  • Python agent v13.1.0:

    • Added instrumentation for new Redis v8.8.0 commands.
    • Fixed crash in LangGraph instrumentation due to context propagation issue.
    • Improved handling and logging of harvest limit settings.
  • Python agent v13.1.1:

    • Added request.model and response.model attributes to LangChain Chain LLM events.
    • Fixed TypeError crash in LangGraph streaming instrumentation.
  • .NET agent v10.51.1:

    • Fixed RecordDatastoreSegment() API to correctly use caller-supplied vendor name (note: metric names will change from Datastore/*/Other/* to Datastore/*/<VendorName>/*).
    • Fixed StackExchange.Redis segments not being added to transactions before harvest.
    • Updated MySql.Data instrumentation to support v9.7.0 signature changes.
  • Browser agent v1.316.0:

    • Session info is now namespaced per browser app using licenseKey and applicationID, preventing session sharing across apps on the same origin.
  • Infrastructure agent v1.76.1:

    • Fixed set-service-account failure for local users.
    • Security: bumped containerd to v1.7.32 (CVE-2026-46680) and nri-flex to v1.18.4 (CVE-2026-45570).
  • Kubernetes integration v4.2.0:

    • Included in newrelic-infrastructure-4.2.0 and nri-bundle-7.0.14 chart versions.
  • Android agent v7.7.6:

    • Fixed crash in newrelicTransformClasses with IllegalAccessError after upgrading to AGP 9.1.0.
    • Fixed NullPointerException in session replay textview section.
    • Fixed onTrimMemory() call in hybrid applications.
  • Android NDK agent v1.1.4:

    • Fixed ANRMonitor blocking the main thread on its own lock.
  • Unity agent v1.6.0:

    • iOS dependencies can now be resolved via Swift Package Manager.
    • Bundled External Dependency Manager for Unity (EDM4U) upgraded.
  • .NET MAUI agent v1.2.3:

    • Native Android agent updated to v7.7.5.
    • Native iOS agent updated to v7.7.2.
  • Capacitor agent v1.6.6:

    • Updated Native iOS agent to v7.7.2.
  • Synthetics Ping Runtime v1.70.0:

    • Security: fixed CVE-2026-41989 and CVE-2026-34743.
  • Synthetics Node API Runtime rc1.23:

    • Security: fixed multiple CVEs including CVE-2026-43284, CVE-2026-43500, CVE-2026-46300, and others.
  • Synthetics Node Browser Runtime rc1.23:

    • Security: updated Chrome to v149.0.7827.53-1; fixed multiple CVEs.
  • Pipeline Control Gateway v2.4.1:

    • Added configuration-only mode (without Flux) with namespace-scoped permissions and built-in config-watcher sidecar.
    • Added DaemonSet deployment mode for node-level telemetry processing.

May 29
Docs May 25 - May 29, 2026

New docs

  • Added eBPF attributes reference to provide comprehensive documentation for all attributes collected by the New Relic eBPF agent.
  • Added Install gateway without Flux to provide guidance for deploying the Pipeline Control Gateway without full automation, allowing users to manage gateway infrastructure using Kubernetes tools while still using the UI for pipeline configuration.

Major changes

  • Updated Pipeline Control Gateway documentation with Fluxless installation mode support and improved configuration guidance.
  • Updated Agent Control setup documentation with Fluxless installation instructions for deploying Agent Control without Flux CD dependency.
  • Updated ECS EC2 monitoring and ECS Fargate monitoring documentation with enhanced OpenTelemetry configuration examples and deployment options.
  • Updated MySQL and MariaDB integration install wizard with MariaDB compatibility updates, new configuration options, and improved query performance metrics guidance.

Minor changes

Release notes

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

    • Java agent v9.3.0:

      • Added support for AI Model Context Protocol (MCP) 1.0.0 and above.
      • Added instrumentation for Spring AI completion and embedding clients for versions 1.0.0 and up.
      • Added support for Apache Camel 3.9.0+, Kafka Clients 4.0.0+, and Micronaut Http Clients 3.5.0+.
      • Added AWS DAX support starting from 2.0.0 to latest.
      • Added Solr 9 JMX module and JDBC batch operations support.
      • Fixed coroutines instrumentation with improved async behavior tracking.
      • Resolved Mule 4.9 IllegalAccessError.
    • iOS agent v7.7.2:

      • Fixed hasReplay getting added to errorMode before fullMode.
      • Added UIColor safety to MSR to resolve reported crash.
      • Fixed multiple crash issues in NRMAHarvester, hex library, NRMAMethodProfiler, and HexStore.
    • Flutter agent v1.2.6:

      • Updated native iOS agent to version 7.7.2.
      • Added support for Swift Package Manager.
    • Browser agent v1.315.0:

      • Enhanced SPA API to support targetPageLoad option for binding interactions to the initial page load event.
    • Infrastructure agent v1.76.0:

      • Added support for Unicode.Encoding option for tail input plugin for fluent-bit.
      • Added support for JP region endpoints.
    • Infrastructure agent v1.76.1:

      • Fixed set-service-account for local users.
      • Bumped containerd version to 1.7.32.
      • Bumped nri-flex version to 1.18.4.
    • Job Manager release 539:

      • Fixed underlying OS vulnerabilities including multiple CVEs.
    • Ping runtime v1.69.0:

      • Fixed underlying OS vulnerabilities including multiple CVEs.
    • Node API runtime rc1.22:

      • Applied security patches for libarchive13t64, libgnutls30t64, and qs packages.
    • Node browser runtime rc1.22:

      • Applied security patches for libarchive13t64, brace-expansion, qs, and ws packages.
    • Mobile app for Android v5.42.0:

      • Bug fixes and improvements.
    • Mobile app for iOS v6.9.26:

      • Bug fixes and performance improvements.

May 22
Docs May 18 - May 22, 2026

New docs

  • Added Service Level Management docs for two new GA features: Maintenance Windows for scheduling planned downtime that excludes bad events from SLI calculations, and Facet Compliance for breaking down SLO compliance and error budgets by attribute.

Major changes

Minor changes

What's new posts

Release notes

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

    • Node.js agent v14.0.0:

      • Dropped support for Node.js 20 and fastify 3.x (breaking change).
      • Removed Cross Application Tracing (CAT) and License, Application, and Security Policies (LASP) support.
      • Migrated @apollo/server instrumentation from the @newrelic/apollo-server-plugin package to traditional instrumentation.
      • Removed instrumentation for koa-route and koa-router.
      • Updated minimum supported versions for @nestjs/cli, @nestjs/core, next, bluebird, mysql2, and cassandra-driver.
      • Updated config.distributed_tracing.exclude_newrelic_header default to true.
    • Node API runtime rc1.21:

      • Fixed multiple security vulnerabilities including CVE-2024-50004, CVE-2024-58096, CVE-2025-37926, CVE-2025-38201, and others.
    • Node browser runtime rc1.21:

      • Upgraded Chrome from 148.0.7778.167-1 to 148.0.7778.178-1.
      • Fixed multiple security vulnerabilities including CVE-2026-3832, CVE-2026-3833, CVE-2026-5260, and others.
    • Kubernetes integration v4.1.1:

      • Released as part of newrelic-infrastructure-4.1.1 chart and nri-bundle-7.0.12.
    • Infrastructure agent v1.75.0:

      • Added OCI IMDS v2 endpoint support.
      • Updated nri-docker, nri-winservices, nri-prometheus, and nri-flex dependencies.
      • Bumped Go version to 1.26.3.
    • Logstash Output Plugin v2.0.0:

      • Switched to Manticore HTTP client with connection reuse for improved performance.
      • Fixed gzip compression to resolve payload unmarshalling issues.
      • Added user-configurable connection and socket timeout parameters.
      • Updated integration tests to validate log delivery to New Relic.

May 15
Docs May 11 - May 15, 2026

Nuevos documentos

Cambios importantes

Cambios menores

Publicaciones de novedades

Notas de la versión

  • Mantener actualizado con nuestros últimos lanzamientos:

    • Agente de Python v13.0.0:

      • Se eliminó el soporte para las funciones Lambda de Python en el archivo de configuración (seguridad).
      • Se excluyó el encabezado de rastreo distribuido newrelic por defecto; solo se envían traceparent y tracestate de W3C.
      • Se agregó instrumentación para el streaming de Anthropic y el streaming de respuestas de Gemini.
      • Se agregó el atributo http.statusCode a los eventos de transacción; se discontinuó response.status.
      • Se agregaron las configuraciones opentelemetry.traces.include y opentelemetry.traces.exclude para las trazas del agente híbrido.
    • Agente Node.js v13.20.0:

      • Se agregó instrumentación para Google ADK BaseAgent.runAsync y FunctionTool.runAsync.
      • Se actualizó la instrumentación de @azure/functions al tipo de suscriptor.
      • Se actualizó la forma en que se ocultan las claves de licencia en los logs.
      • Se corrigieron los problemas de instrumentación de connect y AWS SDK v3 con versiones de dependencias más recientes.
    • Agente Ruby v10.5.0:

      • Se agregó soporte para Dalli 5.0 y se corrigió la instrumentación del metaprotocolo para pipelined_get y read_multi_req.
      • Se agregó la opción de configuración active_record_use_table_name para usar nombres de tablas en lugar de nombres de clases en las métricas.
      • Claves de licencia parcialmente ocultas en los logs del agente (primeros 10 caracteres visibles).
      • Se solucionó la incompatibilidad de la instrumentación de Semantic logger con rails_semantic_logger.
    • Agente PHP v12.7.0.36:

      • Se actualizó la versión de Go a 1.26.3 (seguridad).
      • Se cambió el nivel de logs de los mensajes de la fibra de truncamiento de transacción.
      • Se garantizó que los spans sin nombre no se registren para el rastreo infinito.
      • Se permitió la vinculación del parámetro mysqli en execute.
    • Agente de infraestructura v1.74.4:

      • Se actualizó la dependencia newrelic/nri-flex a v1.18.2 para solucionar CVE-2026-29181.
    • Integración de Kubernetes v4.1.0:

      • Lanzado como parte del chart newrelic-infrastructure-4.1.0 y nri-bundle-7.0.10.
    • NRDOT v1.15.1:

      • Se corrigieron CVE-2026-42151 y CVE-2026-42154.
    • Monitoreo de host de NRDOT v1.14.0:

      • Caso de uso de host verificado con nrdot-collector:1.14.0.
      • Se reemplazó filelog por file_log en la configuración debido a su obsolescencia.
    • Monitoreo de host de NRDOT v1.15.1:

      • Caso de uso de host verificado con nrdot-collector:1.15.1.
    • Gateway de control de pipelines 2.2.0:

      • Se agregó soporte para múltiples flotas con un desplegable de selección de flotas para entornos separados.
      • Migrado a un esquema YAML simplificado con una matriz rules directa y un campo context explícito.
      • Se agregó una vista previa en paralelo de las diferencias de configuración para los procesadores de transformación.
    • Aplicación de iOS v6.9.23:

      • Nuevo flujo de dashboard seleccionado por defecto.
      • Corrección de claves de filtro en caso de un dashboard entre cuentas.
    • Aplicación de iOS v6.9.24:

      • Corrección del botón de alternancia del dashboard de NRP al actualizar la aplicación.
      • Se agregó el banner del dashboard de NRP en HomeScreen.
    • Aplicación Android v5.41.9:

      • Correcciones de errores y mejoras de la UI.
    • Agente de React Native v1.8.3:

      • Se actualizó el agente nativo de Android a la versión 7.7.4.
    • Agente de Capacitor v1.6.4:

      • Se actualizó el agente nativo de Android a la versión 7.7.3.
    • Agente de Unity v1.5.2:

      • Agente nativo de Android actualizado a la versión 7.7.4 y agente nativo de iOS a la versión 7.7.1.
    • Synthetics Job Manager versión 532:

      • Se corrigieron vulnerabilidades del sistema operativo subyacente y de Java, incluidas CVE-2026-5545, CVE-2026-6253, CVE-2026-6429 y otras.
    • Runtime de la API de Node rc1.20:

      • Se corrigieron vulnerabilidades, incluidas CVE-2026-2219, CVE-2026-33416, CVE-2026-33636, CVE-2026-34757, CVE-2026-44665 y CVE-2026-44664.
    • Tiempo de ejecución de navegador Node rc1.20:

      • Se actualizó Chrome de 148.0.7778.96-1 a 148.0.7778.167-1 para corregir CVE-2026-44240, CVE-2026-42338, CVE-2026-41636 y otros.
    • Ping runtime v1.68.0:

      • Se corrigieron vulnerabilidades del sistema operativo subyacente, incluidas CVE-2026-5545, CVE-2026-6253, CVE-2026-6429 y otras.

May 9
Docs May 02 - May 09, 2026

Nuevos documentos

Cambios importantes

Cambios menores

  • Se solucionaron varios enlaces rotos y problemas de formato.
  • Se agregaron nuevas consultas NRQL para las métricas de informes semanales en la documentación de informes de rendimiento.

EOL

Notas de la versión

  • Mantener actualizado con nuestros últimos lanzamientos:

Copyright © 2026 New Relic Inc.

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