Skip to content

0.2.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@realark realark released this 03 Jan 17:26
· 14532 commits to master since this release

Known Issues

  • This release is a bit picky about overriding default configs. This will be resolved in the next release, but for now:
    • To override host or port, you must specify the type, host, and port, otherwise it won't work and fall back to the default.
  • For systems using non-system classloaders (for example Spring Boot Executable Jars), there is a problem with some helpers that presents as a ClassNotFoundException.

Improvements

  • Configure the Java Client with system properties and environment variables (#178)
    • NOTE: Beginning with this release, YAML config is deprecated and will be removed in the next release.
    • Please migrate config using Java Client Config Documentation before updating further.
  • Enhance servlet Instrumentation
    • Include Servlet Filters in timing (#179)
    • Fix Jersey bypassing instrumentation (#175)

Internal Changes

  • Support helper classes in instrumentation modules (#174)
  • Spock Instrumentation Test Framework (#177)
  • Improve CI report gathering (#176)
  • Fix types for Intellij (#181)
  • Better support for eclipse+buildship (#173)
  • Integration benchmarks for Jetty (#180)