github DataDog/dd-trace-java v0.2.12
0.2.12

latest releases: v1.35.2, v1.35.1, v1.35.0...
pre-release6 years ago

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)

Don't miss a new dd-trace-java release

NewReleases is sending notifications on new releases.