File tree Expand file tree Collapse file tree 9 files changed +30
-18
lines changed
grpc-google-cloud-vertexai-v1
proto-google-cloud-vertexai-v1 Expand file tree Collapse file tree 9 files changed +30
-18
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.50 .0"
2+ "." : " 1.51 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.51.0] ( https://github.com/googleapis/java-vertexai/compare/v1.50.0...v1.51.0 ) (2026-04-07)
4+
5+
6+ ### Features
7+
8+ * Add AgentEngine Memories module ([ 01da9a3] ( https://github.com/googleapis/java-vertexai/commit/01da9a3d95789c63940fb02877017b2c32638aa9 ) )
9+ * Add AgentEngine Memories Revisions module ([ 7196cad] ( https://github.com/googleapis/java-vertexai/commit/7196cad2633a9028f937e6a4bff3501c25ee3d83 ) )
10+ * Add AgentEngine Sandboxes module ([ b690152] ( https://github.com/googleapis/java-vertexai/commit/b6901521c80b25ed988f7d97e200c86f62548739 ) )
11+ * Add consolidation customization to Memory Bank ([ 27adf0e] ( https://github.com/googleapis/java-vertexai/commit/27adf0ea0acffd93763c204aa4b72627e811cdb0 ) )
12+ * Add session_id to Create Session to allow custom session id ([ d6af269] ( https://github.com/googleapis/java-vertexai/commit/d6af2692fe29388669b5f33632d116f7741e7765 ) )
13+ * 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 ) )
14+
315## [ 1.50.0] ( https://github.com/googleapis/java-vertexai/compare/v1.49.0...v1.50.0 ) (2026-03-30)
416
517
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.50 .0</version >
30+ <version >1.51 .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.50 .0'
37+ implementation 'com.google.cloud:google-cloud-vertexai:1.51 .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.50 .0"
43+ libraryDependencies += " com.google.cloud" % " google-cloud-vertexai" % " 1.51 .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.51.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
8+ <version >1.51.0</version ><!-- {x-version-update:google-cloud-vertexai:current} -->
99 <name >google-vertexai-examples</name >
1010
1111 <properties >
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.51.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
6+ <version >1.51.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.51.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
28+ <version >1.51.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.51.0-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-vertexai-v1:current} -->
7+ <version >1.51.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.51.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
13+ <version >1.51.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.51.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
7+ <version >1.51.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.51.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
31+ <version >1.51.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.51.0-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-vertexai-v1:current} -->
36+ <version >1.51.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.51.0-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-vertexai-v1:current} -->
41+ <version >1.51.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.51.0-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-vertexai-v1:current} -->
7+ <version >1.51.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.51.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-vertexai:current} -->
13+ <version >1.51.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.50 .0:1.51.0-SNAPSHOT
5- grpc-google-cloud-vertexai-v1:1.50 .0:1.51.0-SNAPSHOT
6- proto-google-cloud-vertexai-v1:1.50 .0:1.51.0-SNAPSHOT
4+ google-cloud-vertexai:1.51 .0:1.51.0
5+ grpc-google-cloud-vertexai-v1:1.51 .0:1.51.0
6+ proto-google-cloud-vertexai-v1:1.51 .0:1.51.0
You can’t perform that action at this time.
0 commit comments