ITR skip details fixed; IAST taint race resolved
v4.11.2
6 fixesThis release6 fixesBug fixesAI-tallied from the release notes
From the original release noteView original ↗
Bug Fixes
-
CI Visibility:
- This fix resolves an issue where the Datadog UI showed
No extra information availablewhen viewing details about why a test was skipped by Intelligent Test Runner, due to missing ITR correlation ID on test or suite events.
- This fix resolves an issue where the Datadog UI showed
-
Code Security (IAST):
- This fix scopes
copy_ranges_from_stringsandcopy_and_shift_ranges_from_stringsto the active request slot, matching the scoped taint read path. Previously these copy helpers resolved the taint map by scanning all request slots, so a concurrent or still-open request could capture the derived taint and the current request would miss the transformed tainted input.
- This fix scopes
-
MCP:
- Fixes an issue where MCP instrumentation can fail to initialize when LLM Observability is imported during application startup.
-
code origin:
- Fix deepcopying of view functions performed by frameworks like cadwyn, when code origin is enabled.
-
IAST:
- A crash occurring when using
uvloophas been fixed.
- A crash occurring when using
-
LLM Observability:
- Resolves an issue where the OpenAI and LiteLLM integrations were missing cost data when using OpenRouter as a provider.
Fetched July 27, 2026

