1.123.0 (2025-10-29)
Features
- Add initial support for Python v3.14 (4618729)
- Add more attributes to OTel resource for ADK tracing (5aaa60e)
- Add Python 3.13 Kokoro run config (57d2709)
- Add support for
appinput in AdkApp template (10ca56f) - Add support of google-cloud-storage v3 dependency (85cbb75)
- Disable prompt/response content in ADK spans if telemetry env is set (be5d1f5)
- GenAI Client(evals) - Add agent data to EvaluationRun
showin Vertex AI GenAI SDK evals (d62afc3) - GenAI SDK client - add context management to AsyncClient (8075e60)
- GenAI SDK client - Enabling zero-shot prompt optimization for prompts from Android API by passing optimization_target=vertexai.types.OptimizeTarget.OPTIMIZATION_TARGET_GEMINI_NANO in the config (92d8b2a)
- GenAI SDK client (Multimodal Dataset) - Create a multimodal dataset from Big Query. (d4e211d)
- GenAI SDK client(memory): Add extracted memories to MemoryRevision resources (2267d58)
- GenAI SDK client(memory): Add filter to RetrieveMemories (2267d58)
- GenAI SDK client(memory): Add Memory Topic labels to Memory (de941a6)
- GenAI SDK client(multimodal) - Add get/update/list/delete to multimodal datasets. (34996a2)
- GenAI SDK client(multimodal) - Add public get/update/delete methods to multimodal datasets. (6737a70)
- Support Inline Source Deployment in Agent Engine (9ae5f35)
Bug Fixes
- Allow both camelCase and snake_case in _StreamRunRequest (6a6674d)
- Clone agent_framework attribute in ModuleAgent.clone() (81f8c40)
- GenAI Client(evals) - fix hallucination visualization (a52da0b)
- GenAI Client(evals) - fix visualization (67f9099)
- GenAI SDK client - Fix log showing how to get an Agent Engine. Positional arguments are not allowed. (0fc74de)
- Remove unnecessary pandas import from multimodal datasets preview module. (5dd51a2)