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_adkintegration dropped an agent span (loggingmissing 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_adkintegrations rendered unhandled Gemini response parts (such asinline_data,file_data, empty parts, or thought-signature parts) as a confusingUnsupported file typeplaceholder. 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).