1.92.0 (2025-05-08)
⚠ BREAKING CHANGES
- Removed support for session resource paths that do not include reasoning engine
Features
- [vertexai] Added a concise option to
OpenModel.list_deploy_options()(acc301a) - [vertexai] Added system labels to
OpenModel.deploy()(acc301a) - A new field
system_labelsis added to messagegoogle.cloud.aiplatform.v1beta1.DeployRequest(1f98f4e) - Add
enable_custom_service_accountparameter (must be set toTruefor successful Persistent Resource). Theservice_accountparameter is retained for backward compatibility. (bf79bdf) - Add dedicated_endpoint_enabled and dedicated_endpoint_dns property. (32ee6d9)
- Add gemini_request_read_config field to AssembleDataRequest and AssessDataRequest in aiplatform v1beta (1f98f4e)
- Add google.genai.types.Content as an allowed message type to ADK's stream_query method (6b131d1)
- Adding ThinkingConfig to v1 client library (1f98f4e)
- Adding ThinkingConfig to v1beta1 client library (1f98f4e)
- Allow customers to set encryption_spec for context caching (1f98f4e)
- Deprecate election category HARM_CATEGORY_CIVIC_INTEGRITY (1f98f4e)
- Deprecated EventActions.transfer_to_agent and replaced with EventActions.transfer_agent (1f98f4e)
- Implement check_license_agreement_status and accept_model_license_agreement for Model Garden OpenModel. (3289d92)
- In predict/rawPredict/streamRawPredict, send requests to the correct DNS based on endpoint type. (32ee6d9)
- Model Registry Model Checkpoint API (1f98f4e)
- New fields
refanddefsare added to message.google.cloud.aiplatform.v1.Schema(1f98f4e) - Remove the requirement for a staging bucket to be set if an agent engine is created without extra packages or requirements files. (6de9de1)
Bug Fixes
- Only set parameters when it is not None for predict requests. (32ee6d9)
- Raise exception with details for dedicated endpoint if predict failed. (32ee6d9)
- Removed support for session resource paths that do not include reasoning engine (1f98f4e)
- Set the app_name in AdkApp template to GOOGLE_CLOUD_AGENT_ENGINE_ID if it exists. (1cbe028)
Documentation
- Deprecate election category HARM_CATEGORY_CIVIC_INTEGRITY (1f98f4e)
- Fix comment for field_mapping field in GeminiTemplateConfig (1f98f4e)
- Update an outdated URL (1f98f4e)
Miscellaneous Chores
- Release 1.92.0 (5d60f6b)