|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 0.1.0 (2026-05-11) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Add Agent Engine-level configuration for generation_trigger_config. ([5f80eac](https://github.com/googleapis/java-vertexai/commit/5f80eac9d41d7ed07c5f3723b6d0f69095a3fe10)) |
| 9 | +* Add AgentEngine Memories module ([01da9a3](https://github.com/googleapis/java-vertexai/commit/01da9a3d95789c63940fb02877017b2c32638aa9)) |
| 10 | +* Add AgentEngine Memories Revisions module ([7196cad](https://github.com/googleapis/java-vertexai/commit/7196cad2633a9028f937e6a4bff3501c25ee3d83)) |
| 11 | +* Add AgentEngine Sandboxes module ([b690152](https://github.com/googleapis/java-vertexai/commit/b6901521c80b25ed988f7d97e200c86f62548739)) |
| 12 | +* Add AgentEngine Sessions module ([40c4b7a](https://github.com/googleapis/java-vertexai/commit/40c4b7a531dc37fc7636c9b2794c4fa2e2ab6831)) |
| 13 | +* Add AgentEngine Sessions module ([aa06c53](https://github.com/googleapis/java-vertexai/commit/aa06c53dbf2c3bbf25ca5e081ab08aff05ab22c4)) |
| 14 | +* Add consolidation customization to Memory Bank ([27adf0e](https://github.com/googleapis/java-vertexai/commit/27adf0ea0acffd93763c204aa4b72627e811cdb0)) |
| 15 | +* Add GenAI Client and basic Agent Engine module ([694acaf](https://github.com/googleapis/java-vertexai/commit/694acaf9cdb0e988f67d7d10f75ef881b59c60b7)) |
| 16 | +* Add ingest_events method for Memory Bank. ([5f80eac](https://github.com/googleapis/java-vertexai/commit/5f80eac9d41d7ed07c5f3723b6d0f69095a3fe10)) |
| 17 | +* Add memory_types filter to RetrieveMemories ([9f3174b](https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d)) |
| 18 | +* Add model_status to GenerateContentResponse (Gemini API only) ([bb078d7](https://github.com/googleapis/java-vertexai/commit/bb078d72188f289788bd71924c773e3e9663f14c)) |
| 19 | +* Add part_metadata in Part (Gemini API only) ([bb078d7](https://github.com/googleapis/java-vertexai/commit/bb078d72188f289788bd71924c773e3e9663f14c)) |
| 20 | +* Add rawEvent field to SessionEvents ([cf692e3](https://github.com/googleapis/java-vertexai/commit/cf692e396e6b9457f4fb36b80308ebcf10276f9d)) |
| 21 | +* Add RetrieveProfiles. ([9f3174b](https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d)) |
| 22 | +* Add session_id to Create Session to allow custom session id ([d6af269](https://github.com/googleapis/java-vertexai/commit/d6af2692fe29388669b5f33632d116f7741e7765)) |
| 23 | +* Add structured data and context to MemoryRevision. ([9f3174b](https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d)) |
| 24 | +* Add structured data and memory type to Memory. ([9f3174b](https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d)) |
| 25 | +* Add subset_topics to Memory Bank GenerateMemories ([3d7e09e](https://github.com/googleapis/java-vertexai/commit/3d7e09e697df3f6b1ed8821a9e71577e2077950d)) |
| 26 | +* Add support for agent gateway in agent engine ([fc840bb](https://github.com/googleapis/java-vertexai/commit/fc840bb90f5f0a3b5cade4d183de74e475f93cad)) |
| 27 | +* add support for keep alive probe in agent engines ([080977f](https://github.com/googleapis/java-vertexai/commit/080977f4d39229aec98cc3b3417626af8ff4d7b7)) |
| 28 | +* Adds cancel_query_job to SDK for agent engine long running async tasks. ([15a2401](https://github.com/googleapis/java-vertexai/commit/15a2401032dbdf6da279848b7e927cd43181910a)) |
| 29 | +* faster sandbox creation with templates and snapshots and improve dataplane routing and security. ([2bcf522](https://github.com/googleapis/java-vertexai/commit/2bcf5221c4a14e3572ef2f7b29b2a073b28dcaa6)) |
| 30 | +* In run_query_job, rename gcs_bucket to gcs_uri and allow the case that user sets the filename for the output. ([dffffd3](https://github.com/googleapis/java-vertexai/commit/dffffd3215d89b40f29e6cbf58cd5820c18d85f6)) |
| 31 | +* Make AgentEngine module methods public for prototyping ([372858b](https://github.com/googleapis/java-vertexai/commit/372858b9b95b2ab25d79fdfeab30f905a1e78645)) |
| 32 | +* Move Agent Engines modules into agentplatform namespace ([3ce78d0](https://github.com/googleapis/java-vertexai/commit/3ce78d0f5ef713087b676f0d7c719cba10e797ad)) |
| 33 | +* Support rendered_parts in GroundingSupport ([bb078d7](https://github.com/googleapis/java-vertexai/commit/bb078d72188f289788bd71924c773e3e9663f14c)) |
| 34 | +* Update fields from discovery doc change ([#36](https://github.com/googleapis/java-vertexai/issues/36)) ([11ad542](https://github.com/googleapis/java-vertexai/commit/11ad542c2f420894b8e21baf4b2daa2b4fa7ba88)) |
| 35 | + |
| 36 | + |
| 37 | +### Bug Fixes |
| 38 | + |
| 39 | +* Fix name collision on SandboxEnvironment.state by renaming enum to SandboxState ([bb442c8](https://github.com/googleapis/java-vertexai/commit/bb442c8d7d1e77ee0349b92ea5223040ccf24fa6)) |
| 40 | + |
| 41 | + |
| 42 | +### Documentation |
| 43 | + |
| 44 | +* Add more examples for AgentEngine ([cb3d618](https://github.com/googleapis/java-vertexai/commit/cb3d618617b36f0725e3b581803729017d3c2f58)) |
| 45 | +* introduce Gemini Enterprise Agent Platform to Vertex AI README ([1a44b46](https://github.com/googleapis/java-vertexai/commit/1a44b46831217ddd7f0b2f2eee5d956ef8dbe98d)) |
| 46 | +* 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](https://github.com/googleapis/java-vertexai/commit/407add34f2be7124ff60384cc5bb0873b0bb1a90)) |
| 47 | +* Update README with experimental warning ([0c1eff4](https://github.com/googleapis/java-vertexai/commit/0c1eff4636c4a86f592cf6bd81de00e95aa32b60)) |
| 48 | + |
| 49 | + |
| 50 | +### Miscellaneous Chores |
| 51 | + |
| 52 | +* Reset version to 0.0.0 to prepare for 0.1.0 agentplatform release ([4902cc0](https://github.com/googleapis/java-vertexai/commit/4902cc04af19a10fab358dadcd4f182de11903e2)) |
| 53 | +* Update versions ([79204de](https://github.com/googleapis/java-vertexai/commit/79204ded6ec693e1881f969b9d8e41964ef65981)) |
| 54 | + |
| 55 | +## [1.52.0](https://github.com/googleapis/java-vertexai/compare/v1.51.0...v1.52.0) (2026-04-14) |
| 56 | + |
| 57 | + |
| 58 | +### Features |
| 59 | + |
| 60 | +* Add Agent Engine-level configuration for generation_trigger_config. ([5f80eac](https://github.com/googleapis/java-vertexai/commit/5f80eac9d41d7ed07c5f3723b6d0f69095a3fe10)) |
| 61 | +* Add ingest_events method for Memory Bank. ([5f80eac](https://github.com/googleapis/java-vertexai/commit/5f80eac9d41d7ed07c5f3723b6d0f69095a3fe10)) |
| 62 | +* Add memory_types filter to RetrieveMemories ([9f3174b](https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d)) |
| 63 | +* Add RetrieveProfiles. ([9f3174b](https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d)) |
| 64 | +* Add structured data and context to MemoryRevision. ([9f3174b](https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d)) |
| 65 | +* Add structured data and memory type to Memory. ([9f3174b](https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d)) |
| 66 | +* Add subset_topics to Memory Bank GenerateMemories ([3d7e09e](https://github.com/googleapis/java-vertexai/commit/3d7e09e697df3f6b1ed8821a9e71577e2077950d)) |
| 67 | +* Add support for agent gateway in agent engine ([fc840bb](https://github.com/googleapis/java-vertexai/commit/fc840bb90f5f0a3b5cade4d183de74e475f93cad)) |
| 68 | +* add support for keep alive probe in agent engines ([080977f](https://github.com/googleapis/java-vertexai/commit/080977f4d39229aec98cc3b3417626af8ff4d7b7)) |
| 69 | +* Adds cancel_query_job to SDK for agent engine long running async tasks. ([15a2401](https://github.com/googleapis/java-vertexai/commit/15a2401032dbdf6da279848b7e927cd43181910a)) |
| 70 | + |
| 71 | + |
| 72 | +### Documentation |
| 73 | + |
| 74 | +* Add more examples for AgentEngine ([cb3d618](https://github.com/googleapis/java-vertexai/commit/cb3d618617b36f0725e3b581803729017d3c2f58)) |
| 75 | + |
| 76 | +## [1.51.0](https://github.com/googleapis/java-vertexai/compare/v1.50.0...v1.51.0) (2026-04-07) |
| 77 | + |
| 78 | + |
| 79 | +### Features |
| 80 | + |
| 81 | +* Add AgentEngine Memories module ([01da9a3](https://github.com/googleapis/java-vertexai/commit/01da9a3d95789c63940fb02877017b2c32638aa9)) |
| 82 | +* Add AgentEngine Memories Revisions module ([7196cad](https://github.com/googleapis/java-vertexai/commit/7196cad2633a9028f937e6a4bff3501c25ee3d83)) |
| 83 | +* Add AgentEngine Sandboxes module ([b690152](https://github.com/googleapis/java-vertexai/commit/b6901521c80b25ed988f7d97e200c86f62548739)) |
| 84 | +* Add consolidation customization to Memory Bank ([27adf0e](https://github.com/googleapis/java-vertexai/commit/27adf0ea0acffd93763c204aa4b72627e811cdb0)) |
| 85 | +* Add session_id to Create Session to allow custom session id ([d6af269](https://github.com/googleapis/java-vertexai/commit/d6af2692fe29388669b5f33632d116f7741e7765)) |
| 86 | +* In run_query_job, rename gcs_bucket to gcs_uri and allow the case that user sets the filename for the output. ([dffffd3](https://github.com/googleapis/java-vertexai/commit/dffffd3215d89b40f29e6cbf58cd5820c18d85f6)) |
| 87 | + |
| 88 | +## [1.50.0](https://github.com/googleapis/java-vertexai/compare/v1.49.0...v1.50.0) (2026-03-30) |
| 89 | + |
| 90 | + |
| 91 | +### Features |
| 92 | + |
| 93 | +* Add rawEvent field to SessionEvents ([cf692e3](https://github.com/googleapis/java-vertexai/commit/cf692e396e6b9457f4fb36b80308ebcf10276f9d)) |
| 94 | +* Make AgentEngine module methods public for prototyping ([372858b](https://github.com/googleapis/java-vertexai/commit/372858b9b95b2ab25d79fdfeab30f905a1e78645)) |
| 95 | +* Update fields from discovery doc change ([#36](https://github.com/googleapis/java-vertexai/issues/36)) ([11ad542](https://github.com/googleapis/java-vertexai/commit/11ad542c2f420894b8e21baf4b2daa2b4fa7ba88)) |
| 96 | + |
| 97 | + |
| 98 | +### Bug Fixes |
| 99 | + |
| 100 | +* Fix pom file build for Java 25 ([ebdd232](https://github.com/googleapis/java-vertexai/commit/ebdd23289712a15d6e07a81245df1fa7283d2f33)) |
| 101 | + |
| 102 | + |
| 103 | +### Documentation |
| 104 | + |
| 105 | +* Update README with experimental warning ([0c1eff4](https://github.com/googleapis/java-vertexai/commit/0c1eff4636c4a86f592cf6bd81de00e95aa32b60)) |
| 106 | + |
| 107 | +## [1.49.0](https://github.com/googleapis/java-vertexai/compare/v1.48.0...v1.49.0) (2026-03-24) |
| 108 | + |
| 109 | + |
| 110 | +### Features |
| 111 | + |
| 112 | +* Add AgentEngine Sessions Events module ([40c4b7a](https://github.com/googleapis/java-vertexai/commit/40c4b7a531dc37fc7636c9b2794c4fa2e2ab6831)) |
| 113 | +* Add AgentEngine Sessions module ([aa06c53](https://github.com/googleapis/java-vertexai/commit/aa06c53dbf2c3bbf25ca5e081ab08aff05ab22c4)) |
| 114 | +* Add GenAI Client and basic Agent Engine module ([694acaf](https://github.com/googleapis/java-vertexai/commit/694acaf9cdb0e988f67d7d10f75ef881b59c60b7)) |
| 115 | + |
| 116 | + |
| 117 | +### Miscellaneous Chores |
| 118 | + |
| 119 | +* Update versions ([79204de](https://github.com/googleapis/java-vertexai/commit/79204ded6ec693e1881f969b9d8e41964ef65981)) |
| 120 | + |
| 121 | +## Changelog |
0 commit comments