Skip to content

Release 0.6.0

Pre-release
Pre-release

Choose a tag to compare

@felixbarny felixbarny released this 05 Jul 09:23
· 3113 commits to main since this release
140978e

As of 0.6.0, the agent is considered to be in beta state. That means it's feature complete for the scope targeted for GA and that it's ready for serious testing. However, the agent is not yet production ready.

Features

  • Added support for Tomcat, Jetty, Undertow, WildFly, WebSphere and Spring Boot. We have set up integration tests to verify that the agent works on these servers. See the documentation for more details about supported technologies.
  • Lots of performance improvements
  • Add logging configuration options for log level and log file
  • Add ability to disable certain instrumentations (#95)
  • Check and log status of the APM server connection (#113)

Bug Fixes

  • Fixes Java 7 compatibility
  • Fix setting username (#106)
  • Make sure the error context is always set (#114)