Skip to content

0.104.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 14:49
· 5426 commits to master since this release
a17ff6c

Improvements

Changes

  • Added standardized tags #3595
    (to turn off reporting request query string add -Ddd.http.server.tag.query-string=false to your JVM options or set DD_ HTTP_SERVER_TAG_QUERY_STRING =false in your environment)
  • Implemented Live Debugger #3582
  • Introduced Telemetry #3559
  • Profiling communication now using OkHttpUtils #3637

Efficiency

  • Outline type parsing #3597
    (to turn off this feature add -Ddd.resolver.outline.pool.enabled=false to your JVM options or set DD_RESOLVER_OUTLINE_POOL_ENABLED=false in your environment)
  • Reuse named pipe sockets #3493
  • [Dev/testing] Add simple trace-annotation inheritance tests #3618