Skip to content

0.39.0

Compare
Choose a tag to compare
@randomanderson randomanderson released this 13 Dec 21:41
· 10137 commits to master since this release

Improvements

  • Added support for JAX-RS annotations in interface and superclass hierarchies #1098
  • Added instrumentation for JAX-RS ContainerRequestContextFilter #1134
  • Added instrumentation for Jedis 3.0+ #1129
  • Reduced memory overhead for helper classes #1126

Changes

  • Updated Bytebuddy to version 1.10.4 #1122

Fixes

  • Fixed capture of query string in Servlet instrumentation #1136
  • Fixed container info reporting for docker #1135 (Thanks @cecile75)
  • Bounded sender queue to prevent unbounded growth #1132
  • Resolved deadlock issue with helper class injection #1126
  • Fixed ordering inconsistency between withTag and decorators #1125