- Support for Java 15
- Ability to add attributes to segments
Newrelic.addCustomParameter()
API now supports boolean values- Fix a config issue where the agent would try to read environment
variables using system-property syntax. It will now log the correct syntax and ignore the incorrect config - The Java agent now includes the newrelic.com SSL certificate.
In previous agent versions, applications using a custom Truststore would have to provide their certificate or use the
use_private_ssl
configuration which was removed in 6.0.0. - Fixed an issue where applications could fail to start due to the agent attempting to access the JMX MBean server before it was initialized.