Releases: googleapis/python-aiplatform
Releases · googleapis/python-aiplatform
v1.96.0
1.96.0 (2025-06-03)
Features
- A new field
include_thoughts
is added to message.google.cloud.aiplatform.v1.GenerationConfig.ThinkingConfig
(f2244aa) - A new field
include_thoughts
is added to message.google.cloud.aiplatform.v1.Part
(f2244aa) - A new field
thought_signature
is added to message.google.cloud.aiplatform.v1.Part
(f2244aa) - A new field
thought
is added to message.google.cloud.aiplatform.v1.Part
(f2244aa) - Add json schema support to structured output and function declaration (f2244aa)
- Add json schema support to structured output and function declaration (f2244aa)
- Add network_attachment to PscInterfaceConfig (f2244aa)
- Add psc_interface_config to CustomJobSpec (f2244aa)
- Add psc_interface_config to PersistentResource (f2244aa)
- Add psc_interface_config to PipelineJob (f2244aa)
- Expose URL Context API to v1 (f2244aa)
- Expose URL Context API to v1beta1 (f2244aa)
Bug Fixes
- Small fix in
MultimodalDataset.toBigframes()
. (ee12f05)
Documentation
- Allow field
thought
to be set as input (f2244aa)
Miscellaneous Chores
- Release 1.96.0 (97be629)
v1.95.1
v1.95.0
1.95.0 (2025-05-28)
Features
v1.94.0
1.94.0 (2025-05-22)
Features
- Add checkpoint ID to endpoint proto (f0812e3)
- Add checkpoint ID to endpoint proto (f0812e3)
- Add encryption_spec to Model Monitoring public preview API (f0812e3)
- Add VertexAISearch.max_results, filter, data_store_specs options (f0812e3)
- Add VertexAISearch.max_results, filter, data_store_specs options (f0812e3)
- Adding thoughts_token_count to prediction service (f0812e3)
- Adding thoughts_token_count to v1beta1 client library (f0812e3)
- Update preview
create_corpus
to acceptencryption_spec
inrag_data.py
(ad821c5)
Bug Fixes
- Throw error when user is using google-adk>=1.0.0 as it is not well supported for now. (634bb78)
v1.93.1
v1.93.0
1.93.0 (2025-05-15)
Features
- A new value
NVIDIA_B200 & NVIDIA_H200_141GB
is added to enumAcceleratorType
(02236be) - Add
MultimodalDataset.toBigframes()
method to convert dataset to a Bigframes Dataframe object and inspect the dataset in the notebook. (64dfdbc) - Add ANN feature for RagManagedDb (02236be)
- Add EncryptionSpec for RagCorpus CMEK feature (02236be)
- Add support for system paths in ModuleAgent (8c95d3f)
- Allow customers to set kms_key_name for context caching create method (c551cc6)
- GenAI - Release the Model Garden SDK to GA (49c3418)
- New field
additional_properties
is added to message.google.cloud.aiplatform.v1.Schema
(02236be) - Populate agent_framework field in the RE spec. (0a127fd)
- RAG - Add ANN and KNN retrieval strategies for RagManagedDb in preview (8c0bf19)
- Support async stream query in agent engines and adk template. (0c4f4a6)
- Support Python 3.13 for reasoning engine. (51b13e5)
- Update v1 sdk to support llmparser in import file functions (03a7861)
Bug Fixes
- Fix the type annotation for content dictionaries in AdkApp (674beaa)
Documentation
v1.92.0
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_labels
is added to messagegoogle.cloud.aiplatform.v1beta1.DeployRequest
(1f98f4e) - Add
enable_custom_service_account
parameter (must be set toTrue
for successful Persistent Resource). Theservice_account
parameter 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
ref
anddefs
are 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)
v1.91.0
1.91.0 (2025-04-30)
Features
- Add Model Garden deploy SDK documentation and use cases. (6eea5f4)
- Allow setting Vertex Model Garden source model version id during model upload (b1bbba6)
- GenAI - Add support for self-hosted OSS models in Batch Prediction. (c76ac62)
- GenAI - Support batch prediction in Model Garden OpenModel. (8bf30b7)
- Update upperbound for langgraph (547bf01)
Bug Fixes
- Removing Python 3.8 support due to EOL (4330b2f)
v1.90.0
v1.89.0
1.89.0 (2025-04-16)
Features
- Add support for env_vars parameter when creating or updating Agent Engine. (691c1f6)
- Add UpdateRagEngineConfig rpc (64386e9)
- Implement preview
get_rag_engine_config
inrag_data.py
(cda064e) - Implement preview
update_rag_engine_config
inrag_data.py
(cda064e) - Update win rate calculation in GenAI Evaluation for rubric based evaluation (d442c42)
Bug Fixes
- Include the env variables of the AdkApp when cloning (9814768)