Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.79 KB

File metadata and controls

38 lines (29 loc) · 1.79 KB

Changelog for older versions can be found in our release page.

All products

Added

  • Support the stable OpenTelemetry deployment.environment.name resource attribute, mapped to DD_ENV (in addition to the legacy deployment.environment) #4148

Internal

  • Exclude DD_API_KEY and OTLP exporter header values from configuration telemetry #3961

Tracer

Changed

  • Add a 1 MB size limit to Dynamic Instrumentation capture snapshots #4126

Fixed

  • Fix missing/mis-tagged drupal.theme.render spans on Drupal >= 11.3 and under early-returning renders #4145
  • Fix sidecar reconnection error handling DataDog/libdatadog#2463
  • Fix a sidecar listening-socket leak across forks DataDog/libdatadog#2447

Internal

Profiling

Changed

  • Improve profiler throughput by ~1% by gating debug-only runtime cache stats behind a build feature #4130

Fixed

  • Restore I/O GOT hooks on module shutdown #4154

Internal

AppSec

Internal

  • Move appsec communication onto the sidecar; the appsec helper is now built into the sidecar instead of as a separate binary, and the legacy C++ helper is removed #3725