Skip to content

Releases: googleapis/python-aiplatform

v1.96.0

04 Jun 00:14
aa6eda4
Compare
Choose a tag to compare

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

v1.95.1

30 May 03:58
060ff3b
Compare
Choose a tag to compare

1.95.1 (2025-05-30)

Features

  • Add support to process RAG response and generate inline citations in RAG v1. (2b2dc4f)
  • Register async methods to AdkApp. (cb2754d)

Bug Fixes

  • Fix CachedContent.create if the kms_key_name is not given (05986c0)

Miscellaneous Chores

v1.95.0

29 May 00:04
d0a2bab
Compare
Choose a tag to compare

1.95.0 (2025-05-28)

Features

  • [vertexai] Fix the result of export function (9427b15)
  • Add async support for reasoning engine. (1b7d29c)
  • Introduce RAG as context/memory store for Gemini Live API (787c60f)
  • Update AdkApp template to match ADK async interface. After this change, AdkApp will only work with ADK >= 1.0.0. (e1745d7)

v1.94.0

22 May 15:00
1318515
Compare
Choose a tag to compare

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 accept encryption_spec in rag_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

20 May 00:48
e13f19f
Compare
Choose a tag to compare

1.93.1 (2025-05-20)

Bug Fixes

  • Fix dedicated endpoint DNS is empty (fc6d893)
  • Fix resolving between passed and attached read configs in multimodal datasets (4429e36)

v1.93.0

15 May 17:27
9f56f82
Compare
Choose a tag to compare

1.93.0 (2025-05-15)

Features

  • A new value NVIDIA_B200 & NVIDIA_H200_141GB is added to enum AcceleratorType (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

  • Fix links and typos (02236be)
  • Remove comments for a non public feature (#5301) (02236be)
  • Update doc publisher for Gemini docs (6700e3d)

v1.92.0

08 May 01:05
f4cc2b6
Compare
Choose a tag to compare

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 message google.cloud.aiplatform.v1beta1.DeployRequest (1f98f4e)
  • Add enable_custom_service_account parameter (must be set to True for successful Persistent Resource). The service_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 and defs 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

v1.91.0

30 Apr 17:05
ec3bc04
Compare
Choose a tag to compare

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

22 Apr 23:42
e6772d3
Compare
Choose a tag to compare

1.90.0 (2025-04-22)

Features

  • Add pydantic to default required packages for agent engines (6960ae4)
  • Introduce a ModuleAgent template to Agent Engine (5efcd6b)

Bug Fixes

  • Broken import of VertexAiSessionService in AdkApp (b84657a)
  • deps: Allow werkzeug 3.x (0cb2b93)
  • Pin pydantic version lower-bound limit to 2.11.1 to fix a pydantic dependency issue. (a5c1130)
  • Pin pydantic version lower-bound limit to 2.11.1 to fix a pydantic dependency issue. (180cbba)

v1.89.0

16 Apr 23:22
da35701
Compare
Choose a tag to compare

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 in rag_data.py (cda064e)
  • Implement preview update_rag_engine_config in rag_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)