1.112.0 (2025-09-09)
Features
- GenAI SDK client - Add A2A support in Agent Engine (d500945)
- GenAI SDK client - Add Observability GenAI data format converter for evals (0665566)
- GenAI SDK client - Add orderBy to ListMemories (c6872f0)
- GenAI SDK client - Add support for loading evaluation datasets from Observability GCS sources (bfcccc9)
- GenAI SDK client - Add the service account option for the agent engine (219c33f)
- Adding
gpu_partition_sizeparameter to Model.deploy() method. (966c236) - Change
gpu_partition_sizetype hint tostr. (910016d) - GenAI SDK client - Add
api_keyparameter to vertexai.Client (a9ffc60) - GenAI SDK client - Add experimental prompt_management module with create_version and get methods (d5a14ba)
- GenAI SDK client - Add live/bidi agent deployment support for Agent Engine (74e3f25)
- GenAI SDK client - Add sandbox code execution SDK support (74e52d9)
- GenAI SDK client - Remove experimental warning from agent_engines module (42c3c9c)
- GenAI SDK client - Support bidi stream query in agent engines and ADK template. (456249e)
Bug Fixes
- GenAI SDK client - Allow for inheritance of clone behavior in AdkApp (e5ced93)
- GenAI SDK client - Decrease polling interval for GenerateMemories and CreateSession (currently 10s) (77a3933)
- GenAI SDK client - Fix deepcopy for RubricGenerationConfig in RubricBasedMetric. (e39f0bd)
- GenAI SDK client - Handle empty GenerateMemories response (no memories generated) as valid response. (99f0078)