Skip to content

0.63.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 17:23
· 11966 commits to master since this release
d8c265f

Known Issues

  • dd-trace-ot has a broken dependency due to an incorrect pom declaration. If you're using this as a library, please stay on 0.62.0 until the next release.

Improvements

  • [Performance] Precompute UTF-8 for span names #1878
  • Instrument spring scheduling @Async #1873
  • Cleanup Log.INFO logging #1895
  • Better messaging around unwritable temp folder #1869

Changes

  • Change health metrics names to be more consistent with other tracers #1870
  • Move HttpUrlConnection helpers to bootstrap #1868

Fixes

  • Fix trace debug logging to file #1896
  • ScopeListener and ScopeManager fixes #1889, #1894
  • Handle custom BeanClassloader in Spring #1879
  • Fix NPE for DDAgentWriter default builder with default monitoring #1872, #1880, #1881