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

Java agent release notesRSS

June 9, 2021
Java agent v7.0.0

Descargar esta versión del agente

Nuevas características y mejoras:

Esta característica requiere una versión compatible de Java 8 (específicamente la versión 8u262 o superior) o Java 11 o superior y actualmente está deshabilitada por defecto. Para habilitarla, establezca lo siguiente en el yaml (con una sangría de 2 espacios en la sección common).

jfr:
enabled: true

Aviso: Si utilizaba anteriormente el jar jfr-daemon como extensión del agente o proceso independiente, debe eliminar esa opción para evitar posibles conflictos con el servicio JFR que ahora está integrado en el agente.

  • No es compatible con Java 7. Para continuar innovando y proporcionar de manera eficiente nuevas capacidades a los clientes que ejecutan en la JVM, esta y las futuras versiones del agente no son compatibles con Java 7. Si ejecuta Java 7, puede continuar usando el agente de Java 6.5.0 o inferior. Para obtener más detalles, consulte este tema en el Explorers Hub.
  • Agrega soporte para akka http con Scala 2.13. #271
  • Anotación de clase para trazar métodos lambda. #274
  • Anotación de clase para trazar métodos por tipo de retorno. #275

Corrige:

  • Soluciona un problema que podía causar que se aplicaran múltiples versiones de la instrumentación de akka-http-core al mismo tiempo. #208
  • Ahora el agente registrará los eventos descartados en FINE en lugar de WARN para disminuir la verbosidad. #296
  • Soluciona los comentarios de Javadoc que indicaban incorrectamente que, al llamar a la API de noticeError varias veces, se informaría el primer error cuando, de hecho, se informa el último error. #313

Declaración de apoyo:

  • New Relic recomienda actualizar el agente regularmente para asegurarse de obtener las últimas funciones y beneficios de rendimiento. Además, las versiones anteriores dejarán de tener soporte cuando lleguen al fin de su vida útil.

Problemas conocidos

  • OkHttp

Esta versión contiene un error que hace fallar las versiones 3.X y anteriores de OkHttp. Todos los usuarios afectados deben actualizar a la versión 7.0.1.

April 26, 2021
Java agent v6.5.0

Nuevas características y mejoras:

  • El agente ya no incluye certificados SSL y se ha eliminado la opción use_private_ssl que configuraba el agente para usar los certificados incluidos anteriormente. De forma predeterminada, el agente usará el almacén de confianza SSL proporcionado por la JVM a menos que se configure explícitamente para usar un almacén de confianza diferente con la opción ca_bundle_path. Consulte Configuración de certificados SSL para obtener más detalles.

Corrige:

  • Soluciona un problema que podía causar nombres de transacción incorrectos al usar subrecursos de JAX-RS.
  • Mejoras y correcciones de la instrumentación de Reactor Netty.

Aviso de desuso

  • Obsolescencia de la compatibilidad con Java 7

Para continuar innovando y proporcionar de manera eficiente nuevas capacidades a nuestros clientes que operan en la JVM, el soporte de Java 7 ha quedado obsoleto y esta será la última versión del agente compatible con este.

Si ejecuta Java 7, puede continuar usando el agente de Java 6.5.0 o inferior.

Para obtener más información, consulte la publicación en el Explorers Hub.

Declaración de apoyo:

  • New Relic recomienda que actualices el agente periódicamente para garantizar que obtengas las últimas características y beneficios de rendimiento. Además, las versiones anteriores ya no recibirán soporte cuando lleguen al final de su vida útil.

March 2, 2021
Java agent v6.4.2

Fixes

Fixes an issue that could cause some instrumentation modules (e.g. jax-rs-1.0) to have a WeaveViolation and not apply properly.

February 2, 2021
Java agent v6.4.1

Fixes

Fixes an issue in 6.4.0 where spans would not get sent to Infinite Tracing.

January 27, 2021
Java agent v6.4.0

Note:

  • There is an issue with this agent release that could lead to spans not being sent to Infinite Tracing. Please use 6.4.1 instead.

New Features and Improvements:

  • Spring Webflux/Netty Reactor instrumentation improvements for enhanced tracing across asynchronous thread hops.
  • The agent will now utilize a backoff sequence on connection retries to Infinite Tracing.
  • New distributed tracing APIs have been added to better support general use cases for propagating distributed tracing headers. In particular the new APIs provide enhanced support for W3C Trace Context but are flexible enough to support other header protocols that may be supported by the agent in the future. Previous distributed tracing APIs have been deprecated and are subject to removal in a future agent release. See documentation here.

Fixes:

  • Updated the Java agent’s snakeyaml dependency to 1.27.
  • In some environments the jar collector service could lead to high CPU utilization at application startup. The agent now provides a configurable rate limiter, with a reasonable default, for processing jars detected in the application’s environment. See documentation here.

Support statement:

  • New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

December 17, 2020
Java agent v6.3.0

Improvements

  • Spring Webflux
    • The Java agent now supports Spring Webflux versions 5.3+
    • Added reactor-netty.errors.enabled configuration to allow disabling error reporting in Subscriber::onError.
  • Scala 2.13
    • The Java agent now provides support for Scala 2.13 and frameworks compiled with 2.13 Akka-http, Play

Fixes

  • The netty-4.0.8 instrumentation would sometimes not start a Transaction on channelRead, potentially affecting instrumentation dependent on it including: Spring, Akka and Play
  • Updated the Java agent’s Apache HttpClient dependency to 5.13
  • Spring Webclient could report the wrong URL when multiple HTTP calls to several URLs occurred in parallel

November 17, 2020
Java agent v6.2.1

Fixes

  • Fixes an issue where Spring-Webflux applications with endpoints returning Flux or empty content could become unresponsive

November 10, 2020
Java agent v6.2.0

New features

return serviceA.getData()
.map(service -> Response.builder().service(service).build())
.flatMap(serviceB::getData)
.flatMap(serviceC::getData)
.doOnNext(this::saveResponse);

Improvements

Fixes

Support statement:

  • New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

Copyright © 2026 New Relic Inc.

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