Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 2.14 KB

File metadata and controls

36 lines (30 loc) · 2.14 KB
subject releaseDate version downloadLink features bugs security
Java agent
2019-08-27
5.4.0
New Relic x-ray feature is EOL
Support for OkHttp 4.0
Agent configuration settings set via environment variables are shown on the Environment page
Performance improvements
Transaction Traces could omit segments when using the spring @Async annotation with servlets
Jax-RS instrumentation was not starting transactions
Race condition during agent startup could manifest as a NoClassDefFoundError
Akka-http instrumentation would attempt multiple retransforms of the same class
noticeError API would drop custom attributes that weren't of type String, Number, or Boolean
Download this agent version

Notes

  • x-ray and any x-ray related attributes and identifiers will no longer be available in this version of the java agent. The New Relic x-ray feature reached end-of-life on April 17, 2019

Improvements

  • OkHttp This release adds support for OkHttp 4.0. You will now see OkHttp calls as external calls in New Relic.
  • Agent configuration settings set via environment variables will be available on the Environment page.
  • Improves performance of the Java agent.

Fixes

  • Transaction Traces would occasionally miss segments when using the spring @Async annotation with servlets.
  • Jax-RS instrumentation was not starting transactions.
  • A potential race condition during agent startup that would manifest as a NoClassDefFoundError for internal New Relic classes.
  • Akka-http instrumentation would attempt multiple retransforms of the same class.
  • The noticeError API would drop custom attributes that weren't of type String, Number, or Boolean, such as an Enum or other custom types.