Skip to content

1.42.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 17:20
· 153 commits to master since this release
6eac0b8

Known Issues

This release contains a critical bug that may cause intermittent crashes when using profiler.

To avoid this bug you can either upgrade to v1.42.1, revert to v1.41.2, or:

  • To greatly reduce the chance of crash, disable native stack collection via -Ddd.profilng.ddprof.cstack=no
  • To completely eliminate the chance of crash, turn off Datadog Java profiler via -Ddd.profiling.ddprof.enabled=false and use only JFR, when available

Components

Application Security Management (IAST)

Application Security Management (WAF)

Build & Tooling

Configuration at Runtime

Continuous Integration Visibility

Database Monitoring

Dynamic Instrumentation

JMX fetch

Profiling

Telemetry

  • 🐛 Fix telemetry logs default flag (#7833 - @smola)

Tracer core

  • 🐛 Prevent NPE setting null span baggage (#7848 - @PerfectSlayer)
  • Widen catch blocks to make agent discovery more tolerant (#7796 - @mcculls)
  • Fall back to ports when we cannot use auto-discovered unix domain sockets (#7794 - @mcculls)
  • Improve isolation of embedded JFFI dependency (#7789 - @mcculls)
  • ✨ Support DD_TRACE_<INTEGRATION>_ENABLED (#7718 - @mtoffl01)
  • ⚠️ Add support for TRACE_HTTP_CLIENT_TAG_QUERY_STRING and change default value of HTTP_CLIENT_TAG_QUERY_STRING to true (#7677 - @mhlidd)
  • Propagate AppSec blocking exceptions from bytebuddy supressions (#7516 - @manuel-alvarez-alvarez)

Instrumentations

Apache Spark instrumentation

AWS SDK instrumentation

JAX-WS instrumentation

JDBC instrumentation

  • 🐛 Avoid metadata access in driver connect advice for Oracle sharded connections (#7812 - @mcculls)
  • 🐛 Do not parse DBInfo when no connection (#7800 - @amarziali)

Kafka instrumentation

Lettuce instrumentation

Reactor instrumentation