File tree Expand file tree Collapse file tree
grpc-google-cloud-vertexai-v1
proto-google-cloud-vertexai-v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.51 .0"
2+ "." : " 1.52 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.52.0] ( https://github.com/googleapis/java-vertexai/compare/v1.51.0...v1.52.0 ) (2026-04-14)
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 ingest_events method for Memory Bank. ([ 5f80eac] ( https://github.com/googleapis/java-vertexai/commit/5f80eac9d41d7ed07c5f3723b6d0f69095a3fe10 ) )
10+ * Add memory_types filter to RetrieveMemories ([ 9f3174b] ( https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d ) )
11+ * Add RetrieveProfiles. ([ 9f3174b] ( https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d ) )
12+ * Add structured data and context to MemoryRevision. ([ 9f3174b] ( https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d ) )
13+ * Add structured data and memory type to Memory. ([ 9f3174b] ( https://github.com/googleapis/java-vertexai/commit/9f3174b43cac81b75017c5ac5dd73553808c359d ) )
14+ * Add subset_topics to Memory Bank GenerateMemories ([ 3d7e09e] ( https://github.com/googleapis/java-vertexai/commit/3d7e09e697df3f6b1ed8821a9e71577e2077950d ) )
15+ * Add support for agent gateway in agent engine ([ fc840bb] ( https://github.com/googleapis/java-vertexai/commit/fc840bb90f5f0a3b5cade4d183de74e475f93cad ) )
16+ * add support for keep alive probe in agent engines ([ 080977f] ( https://github.com/googleapis/java-vertexai/commit/080977f4d39229aec98cc3b3417626af8ff4d7b7 ) )
17+ * Adds cancel_query_job to SDK for agent engine long running async tasks. ([ 15a2401] ( https://github.com/googleapis/java-vertexai/commit/15a2401032dbdf6da279848b7e927cd43181910a ) )
18+
19+
20+ ### Documentation
21+
22+ * Add more examples for AgentEngine ([ cb3d618] ( https://github.com/googleapis/java-vertexai/commit/cb3d618617b36f0725e3b581803729017d3c2f58 ) )
23+
324## [ 1.51.0] ( https://github.com/googleapis/java-vertexai/compare/v1.50.0...v1.51.0 ) (2026-04-07)
425
526
Original file line number Diff line number Diff line change @@ -27,20 +27,20 @@ Java idiomatic SDK for [Vertex AI][product-docs].
2727<dependency >
2828 <groupId >com.google.cloud</groupId >
2929 <artifactId >google-cloud-vertexai</artifactId >
30- <version >1.51 .0</version >
30+ <version >1.52 .0</version >
3131</dependency >
3232```
3333
3434If you are using Gradle without BOM, add this to your dependencies:
3535
3636``` Groovy
37- implementation 'com.google.cloud:google-cloud-vertexai:1.51 .0'
37+ implementation 'com.google.cloud:google-cloud-vertexai:1.52 .0'
3838```
3939
4040If you are using SBT, add this to your dependencies:
4141
4242``` Scala
43- libraryDependencies += " com.google.cloud" % " google-cloud-vertexai" % " 1.51 .0"
43+ libraryDependencies += " com.google.cloud" % " google-cloud-vertexai" % " 1.52 .0"
4444```
4545<!-- {x-version-update-end} -->
4646
Original file line number Diff line number Diff line change 55
66 <groupId >com.google.cloud.vertexai.genai.examples</groupId >
77 <artifactId >google-vertexai-examples</artifactId >
8- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
8+ <version >1.52.0</version ><!-- {x-version-update:google-cloud-vertexai:current} -->
99 <name >google-vertexai-examples</name >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <maven .compiler.source>1.8</maven .compiler.source>
1414 <maven .compiler.target>1.8</maven .compiler.target>
1515 <!-- {x-version-update-start:google-cloud-vertexai:current} -->
16- <google-cloud-vertexai .version>1.52.0-SNAPSHOT </google-cloud-vertexai .version>
16+ <google-cloud-vertexai .version>1.52.0</google-cloud-vertexai .version>
1717 <!-- {x-version-update-end} -->
1818 </properties >
1919 <build >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-vertexai</artifactId >
6- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
6+ <version >1.52.0</version ><!-- {x-version-update:google-cloud-vertexai:current} -->
77 <packaging >jar</packaging >
88 <name >Google VertexAI API</name >
99 <description >Vertex AI is an integrated suite of machine learning tools and services
2525 <parent >
2626 <groupId >com.google.cloud</groupId >
2727 <artifactId >google-cloud-vertexai-parent</artifactId >
28- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
28+ <version >1.52.0</version ><!-- {x-version-update:google-cloud-vertexai:current} -->
2929 </parent >
3030 <properties >
3131 <site .installationModule>google-cloud-vertexai</site .installationModule>
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.google.api.grpc</groupId >
66 <artifactId >grpc-google-cloud-vertexai-v1</artifactId >
7- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-vertexai-v1:current} -->
7+ <version >1.52.0</version ><!-- {x-version-update:grpc-google-cloud-vertexai-v1:current} -->
88 <name >grpc-google-cloud-vertexai-v1</name >
99 <description >GRPC library for google-cloud-vertexai</description >
1010 <parent >
1111 <groupId >com.google.cloud</groupId >
1212 <artifactId >google-cloud-vertexai-parent</artifactId >
13- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
13+ <version >1.52.0</version ><!-- {x-version-update:google-cloud-vertexai:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-vertexai-parent</artifactId >
66 <packaging >pom</packaging >
7- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
7+ <version >1.52.0</version ><!-- {x-version-update:google-cloud-vertexai:current} -->
88 <name >Google VertexAI API Parent</name >
99 <description >
1010 Java idiomatic client for Google Cloud Platform services.
2828 <dependency >
2929 <groupId >com.google.cloud</groupId >
3030 <artifactId >google-cloud-vertexai</artifactId >
31- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
31+ <version >1.52.0</version ><!-- {x-version-update:google-cloud-vertexai:current} -->
3232 </dependency >
3333 <dependency >
3434 <groupId >com.google.api.grpc</groupId >
3535 <artifactId >grpc-google-cloud-vertexai-v1</artifactId >
36- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-vertexai-v1:current} -->
36+ <version >1.52.0</version ><!-- {x-version-update:grpc-google-cloud-vertexai-v1:current} -->
3737 </dependency >
3838 <dependency >
3939 <groupId >com.google.api.grpc</groupId >
4040 <artifactId >proto-google-cloud-vertexai-v1</artifactId >
41- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-vertexai-v1:current} -->
41+ <version >1.52.0</version ><!-- {x-version-update:proto-google-cloud-vertexai-v1:current} -->
4242 </dependency >
4343 </dependencies >
4444 </dependencyManagement >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.google.api.grpc</groupId >
66 <artifactId >proto-google-cloud-vertexai-v1</artifactId >
7- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-vertexai-v1:current} -->
7+ <version >1.52.0</version ><!-- {x-version-update:proto-google-cloud-vertexai-v1:current} -->
88 <name >proto-google-cloud-vertexai-v1</name >
99 <description >Proto library for google-cloud-vertexai</description >
1010 <parent >
1111 <groupId >com.google.cloud</groupId >
1212 <artifactId >google-cloud-vertexai-parent</artifactId >
13- <version >1.52.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
13+ <version >1.52.0</version ><!-- {x-version-update:google-cloud-vertexai:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-vertexai:1.51 .0:1.52.0-SNAPSHOT
5- grpc-google-cloud-vertexai-v1:1.51 .0:1.52.0-SNAPSHOT
6- proto-google-cloud-vertexai-v1:1.51 .0:1.52.0-SNAPSHOT
4+ google-cloud-vertexai:1.52 .0:1.52.0
5+ grpc-google-cloud-vertexai-v1:1.52 .0:1.52.0
6+ proto-google-cloud-vertexai-v1:1.52 .0:1.52.0
You can’t perform that action at this time.
0 commit comments