releases.shpreview

Process fork no longer hangs; LLM spans no longer drop on parse failure

v4.10.8

5 fixesThis release5 fixesBug fixesAI-tallied from the release notes

Bug Fixes

  • AAP: Fix an issue which could make the Threat Protection panel wrongly report that a library update was required.
<!-- -->
  • tracing: This fix resolves a rare issue that could cause an application to hang after forking a child process.
<!-- -->
  • LLM Observability: This fix resolves an issue where the google_adk integration dropped an agent span (logging missing span kind in span context) and orphaned its child spans when a Gemini response part could not be parsed. The span kind is now set before input/output extraction, so a parsing failure degrades to empty input/output instead of dropping the span.
<!-- -->
  • LLM Observability: This fix resolves an issue where the Google GenAI and google_adk integrations rendered unhandled Gemini response parts (such as inline_data, file_data, empty parts, or thought-signature parts) as a confusing Unsupported file type placeholder. These parts now produce a concise summary or empty content.
<!-- -->
  • CI Visibility: This fix resolves an issue where quarantined tests were not retried by Auto Test Retry (ATR).

Fetched July 9, 2026

Process fork no longer hangs; LLM spans no longer drop on… — releases.sh