github DataDog/dd-trace-java v0.53.0
0.53.0

latest releases: v1.40.1, v1.40.0, v1.39.1...
4 years ago

Improvements

Breaking Changes

HTTP error statuses in Config have been changed from Set<Integer> to BitSet - this change will require version parity between dd-java-agent and dd-trace-api and modifies an internal API that most likely users do not depend on, but no configuration changes are required.

  • [Performance] replace Set with BitSet for HTTP statuses #1496

Changes

  • [Performance] reduce the number of ConcurrentHashMap lookups per span in rule processing #1504
  • Do not start profiling if API key doesn't look correct #1502
  • [Performance] intern more common UTF-8 string encodings #1488
  • record time spent in Kafka queue #1481
  • Register WeakMapProvider earlier in AgentInstaller #1480
  • add {"_dd.measured":1} to every integration individually #1362

Fixes

  • Allow traces to be reported if continuations are GC'd before activation. #1493

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

NewReleases is sending notifications on new releases.