Estimated end-of-life date, accurate to within three months: 05-2027
See the support level definitions for more information.
Bug Fixes
-
google-adk: Fixes an
AttributeErrorongoogle-adk >= 2.7.0caused by the removal of__call_tool_live. Applications with LLM Observability enabled failed to start. -
google-adk: Fixes an issue on
google-adk < 2.7.0where streaming tool call spans recorded no output. -
vllm: Fixes an issue where the integration failed to instrument vLLM >= 0.14.0 with
ModuleNotFoundError: No module named 'vllm.v1.engine.processor', silently disabling all vLLM tracing and metrics. -
CI Visibility: Fixes an issue where test sessions running with pytest-xdist on shallow Git checkouts can spend excessive time unshallowing the repository and may fail or time out during collection.
-
LLM Observability: Fixes an issue where reasoning content from streamed
google_genairesponses was merged into the output message instead of being captured as a separatereasoningmessage. -
LLM Observability: Fixes an issue where the agentless exporter dropped traces due to non-JSON-serializable objects being stored on a span. All LLM Observability span data is now made JSON-serializable before submission. Non-string span tag keys, span metric keys, and agent versions supplied through
LLMObs.annotate(agent=...)are also coerced to strings. -
MCP: Resolves an error logged when a module named
mcpis importable but is not the MCP SDK. Patching is now skipped instead of raising an error. -
Profiling: Fast memory copy is now automatically disabled when Python is running as an embedded interpreter.