Change8

v4.10.10

📦 datadog-sdkView on GitHub →
🐛 4 fixes🔧 3 symbols

Summary

This release includes several bug fixes across CI Visibility, Code Security (IAST), MCP, and IAST. Notably, issues related to Intelligent Test Runner correlation IDs, taint mapping in IAST, MCP initialization with LLM Observability, and uvloop compatibility have been addressed.

🐛 Bug Fixes

  • CI Visibility: Resolved an issue where the Datadog UI displayed 'No extra information available' for skipped tests by Intelligent Test Runner due to missing ITR correlation ID on test or suite events.
  • Code Security (IAST): Scoped `copy_ranges_from_strings` and `copy_and_shift_ranges_from_strings` to the active request slot to match the scoped taint read path, preventing concurrent or open requests from incorrectly capturing taint information.
  • MCP: Fixed an issue where MCP instrumentation initialization failed when LLM Observability was imported during application startup.
  • IAST: Fixed a crash that occurred when using `uvloop`.

Affected Symbols