1.118.0 (2025-09-30)
⚠ BREAKING CHANGES
- GenAI SDK client (prompt management) - Split create into two methods, create() and create_version()
- GenAI SDK client (prompt management) - Split get into two methods, get() and get_version()
- GenAI SDK client (prompt management) - Rename list methods to list() and list_versions()
- GenAI SDK client (prompt management) - Rename delete methods to delete() and delete_version()
- GenAI SDK client (prompt management) - Rename prompt_management module to prompts
Features
- Add enable_widget option in Google Maps and additional grounding information (0722687)
- Add filter option for deploy configuration in Model Garden deploy SDK (ac33e87)
- Add Model Garden deploy SDK select verified config guide. (36a5bbc)
- Add private_model_server_enabled to in Endpoint.proto (0722687)
- Add Validation mode in FunctionCallingConfig (0722687)
- Add Validation mode in FunctionCallingConfig (0722687)
- GenAI Client(evals) - Add
create_evaluation_runmethod to Vertex AI GenAI SDK evals (7db9b4f) - GenAI Client(evals) - Add
get_evaluation_runmethod to Vertex AI GenAI SDK evals (bbbadbc) - GenAI SDK client (prompt management) - Rename delete methods to delete() and delete_version() (d52ed42)
- GenAI SDK client (prompt management) - Rename list methods to list() and list_versions() (d52ed42)
- GenAI SDK client (prompt management) - Rename prompt_management module to prompts (d52ed42)
- GenAI SDK client (prompt management) - Split create into two methods, create() and create_version() (d52ed42)
- GenAI SDK client (prompt management) - Split get into two methods, get() and get_version() (d52ed42)
- GenAI SDK client(evals) Add data model for agent evaluation (d3ef487)
- PSC support for custom weights deploy (0722687)
- Tuning PreTunedModel API field (0722687)
Bug Fixes
- Mitigate breaking change in GenAI SDK for ADK on AgentEngine (9fa50aa)
- Relax the type annotations to avoid issues with pydantic when deploying (7a6a2f5)
- Remove the upperbound on google-genai for AgentEngine (74726f3)
Documentation
- A comment for field
dedicated_endpoint_disabledin message.google.cloud.aiplatform.v1beta1.DeployRequestis changed (0722687) - Remove legacy internal lint directives (0722687)
- Update the comment for ANY mode in FunctionCallingConfig. (0722687)
- Update the comment for ANY mode in FunctionCallingConfig. (0722687)
Miscellaneous Chores
- Release 1.118.0 (a67a795)