Skip to content

Releases: googleapis/java-vertexai

v0.3.0

Choose a tag to compare

@release-please release-please released this 07 Jul 23:25
1c7f06b

0.3.0 (2026-07-06)

Features

  • Add revision_labels, revision_expire_time, revision_ttl, disable_memory_revisions, metadata, metadata_merge_strategy and overlap_event_count to Memory Bank IngestEvents API (2dda057)

Documentation

  • fix typos across docstrings (2d9beea)

v0.2.0

Choose a tag to compare

@release-please release-please released this 27 May 21:37
7ac1675

0.2.0 (2026-05-22)

Features

v0.1.0

Choose a tag to compare

@release-please release-please released this 12 May 17:50
a9e660d

0.1.0 (2026-05-11)

Features

  • Add Agent Engine-level configuration for generation_trigger_config. (5f80eac)
  • Add AgentEngine Memories module (01da9a3)
  • Add AgentEngine Memories Revisions module (7196cad)
  • Add AgentEngine Sandboxes module (b690152)
  • Add AgentEngine Sessions module (40c4b7a)
  • Add AgentEngine Sessions module (aa06c53)
  • Add consolidation customization to Memory Bank (27adf0e)
  • Add GenAI Client and basic Agent Engine module (694acaf)
  • Add ingest_events method for Memory Bank. (5f80eac)
  • Add memory_types filter to RetrieveMemories (9f3174b)
  • Add model_status to GenerateContentResponse (Gemini API only) (bb078d7)
  • Add part_metadata in Part (Gemini API only) (bb078d7)
  • Add rawEvent field to SessionEvents (cf692e3)
  • Add RetrieveProfiles. (9f3174b)
  • Add session_id to Create Session to allow custom session id (d6af269)
  • Add structured data and context to MemoryRevision. (9f3174b)
  • Add structured data and memory type to Memory. (9f3174b)
  • Add subset_topics to Memory Bank GenerateMemories (3d7e09e)
  • Add support for agent gateway in agent engine (fc840bb)
  • add support for keep alive probe in agent engines (080977f)
  • Adds cancel_query_job to SDK for agent engine long running async tasks. (15a2401)
  • faster sandbox creation with templates and snapshots and improve dataplane routing and security. (2bcf522)
  • In run_query_job, rename gcs_bucket to gcs_uri and allow the case that user sets the filename for the output. (dffffd3)
  • Make AgentEngine module methods public for prototyping (372858b)
  • Move Agent Engines modules into agentplatform namespace (3ce78d0)
  • Support rendered_parts in GroundingSupport (bb078d7)
  • Update fields from discovery doc change (#36) (11ad542)

Bug Fixes

  • Fix name collision on SandboxEnvironment.state by renaming enum to SandboxState (bb442c8)

Documentation

  • Add more examples for AgentEngine (cb3d618)
  • introduce Gemini Enterprise Agent Platform to Vertex AI README (1a44b46)
  • update doc string to replace Vertex AI with Gemini Enterprise Agent Platform, update method error message to replace Vertex AI with Gemini Enterprise Agent Platform (previously known as Vertex AI), update converter error message to replace Vertex AI with Gemini Enterprise Agent Platform (407add3)
  • Update README with experimental warning (0c1eff4)

Miscellaneous Chores

  • Reset version to 0.0.0 to prepare for 0.1.0 agentplatform release (4902cc0)
  • Update versions (79204de)

v1.52.0

Choose a tag to compare

@release-please release-please released this 15 Apr 02:18
bc94f27

1.52.0 (2026-04-14)

Features

  • Add Agent Engine-level configuration for generation_trigger_config. (5f80eac)
  • Add ingest_events method for Memory Bank. (5f80eac)
  • Add memory_types filter to RetrieveMemories (9f3174b)
  • Add RetrieveProfiles. (9f3174b)
  • Add structured data and context to MemoryRevision. (9f3174b)
  • Add structured data and memory type to Memory. (9f3174b)
  • Add subset_topics to Memory Bank GenerateMemories (3d7e09e)
  • Add support for agent gateway in agent engine (fc840bb)
  • add support for keep alive probe in agent engines (080977f)
  • Adds cancel_query_job to SDK for agent engine long running async tasks. (15a2401)

Documentation

  • Add more examples for AgentEngine (cb3d618)

v1.51.0

Choose a tag to compare

@release-please release-please released this 07 Apr 22:46
b0ff278

1.51.0 (2026-04-07)

Features

  • Add AgentEngine Memories module (01da9a3)
  • Add AgentEngine Memories Revisions module (7196cad)
  • Add AgentEngine Sandboxes module (b690152)
  • Add consolidation customization to Memory Bank (27adf0e)
  • Add session_id to Create Session to allow custom session id (d6af269)
  • In run_query_job, rename gcs_bucket to gcs_uri and allow the case that user sets the filename for the output. (dffffd3)

v1.50.0

Choose a tag to compare

@release-please release-please released this 31 Mar 23:00
9d8e22b

1.50.0 (2026-03-30)

Features

  • Add rawEvent field to SessionEvents (cf692e3)
  • Make AgentEngine module methods public for prototyping (372858b)
  • Update fields from discovery doc change (#36) (11ad542)

Bug Fixes

  • Fix pom file build for Java 25 (ebdd232)

Documentation

  • Update README with experimental warning (0c1eff4)

v1.49.0

Choose a tag to compare

@release-please release-please released this 24 Mar 00:05
c664b8c

1.49.0 (2026-03-24)

Features

  • Add AgentEngine Sessions Events module (40c4b7a)
  • Add AgentEngine Sessions module (aa06c53)
  • Add GenAI Client and basic Agent Engine module (694acaf)

Miscellaneous Chores