Skip to content

Releases: newrelic/newrelic-java-agent

Version 6.2.0

10 Nov 19:23
ef51767
Compare
Choose a tag to compare

New Features and Improvements:

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

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.

Version 6.1.0

30 Sep 20:05
1542056
Compare
Choose a tag to compare

Version 6.0.0

26 Aug 17:36
c44e33c
Compare
Choose a tag to compare
  • Fix for asynchronous jar file collection. Collection of modules will no longer block the initial first harvest.
  • Fix for Real Time Streaming. The first Real Time Streaming harvest will no longer be delayed by 30 seconds.
  • Support for okhttp 4.4 instrumentation.
  • Fix for reactor-netty verifier versions
  • Improve reconnect behavior by not pinning to preconnected collector host instance.
  • Fix race condition around connection pool exhaustion by separating pool timeout from connection timeout.
  • Register an MBean to expose the agent linking metadata.
  • Note: This release removed the certificate bundle from the agent artifact. Users previously using use_private_ssl should now use the ca_bundle_path configuration directive