Bug fixes
- [tracing] Fix kafka client trying to use ipv6 in tests (#2877)
- [ci-visibility] Fix logic to validate commit SHAs (#2876)
- [ci-visibility] Fix error in test fingerprint calculation due to
test.bundle
(#2880) - [tracing] Switch to
network.destination.port
for client port tag name (#2826) - [tracing] Fix using pubsub internal api directly (#2883)
- [ci-visibility] Do not run mocha plugin if in parallel mode (#2900)
- [ci-visibility] Fix cypress errors when using interactive mode (#2895)
- [tracing] Fix nextjs resource name (#2834)
- [tracing] Use SpanContext name, not Span name, for single span sampling rules (#2898)
- [lambda] Fix potential crash when no active span exists on impeding timeout (#2871)
- [tracing] Fix tcp connections to the agent being traced (#2920)
- [tracing] Remove unhandled wrap() typescript method overload (#2914)
- [tracing] Fix mariadb connection pool spans leaking across queries (#2925)
- [tracing] Stop attempting to instrument removed mongo functions (#2823)
- [ci-visibility] Fix playwright require crash when tests are compiled (#2935)
- [tracing] Fix potential conflict with name property on plugin constructors (#2937)
- [tracing] Fix mongoose v7 tests and restore support (#2936)
Improvements
- [tracing] Support Cloud Foundry container Ids (#2831)
- [appsec] Implement new appsec IP header detection (#2878)
- [ci-visibility] Change intelligent test runner default config (#2842)
- [ci-visibility] Add jest worker exporter (#2853)
- [tracing] Allow DD_TRACE_AWSSDK_{SERVICE}_ENABLED configuration (#2817)
- [ci-visibility] Add
test.toolchain
containing the package manager name and version (#2907) - [tracing] Next Plugin Next 13.2 updated handleAPIRequest support (#2905)
- [appsec] Report IAST internal exceptions with telemetry (#2699)
- [ci-visibility] Add Intelligent Test Runner support for cucumber (#2918)
- [ci-visibility] Add support for Team City CI provider (#2928)
- [ci-visibility] Report total code coverage for mocha and cucumber (#2922)
- [profiling] Export heap profile on v8 heap OOM (#2882)
- [appsec] Vulnerability deduplication rework (#2921)