Skip to content

2.41.0

Latest

Choose a tag to compare

@eregon eregon released this 13 Aug 12:06
· 98 commits to master since this release
a36bba3

Added

  • Tracing: Integrations: Add support for redis-rb 6.0/RESP3. (#6142)
  • Tracing: Native trace export now supports structured span metadata. (#6130)

Changed

  • AppSec: Native trace export now encodes supported structured span metadata values without Ruby MessagePack encoding. (#6132)
  • Tracing: Native trace export now writes structured span metadata directly through libdatadog. (#6133)

Fixed

  • Profiling: Fix a rare crash (SIGSEGV) in the profiler that could occur when sampling a thread during Thread.new. (#6173)
  • Profiling: Fix possible crash in sample_thread() when rb_id2str() returns Qfalse. (#6138)
  • Tracing: Prevent runtime configuration telemetry from being rejected when header tags or sampling rules are updated remotely. (#6126)