Skip to content

Commit 2e84138

Browse files
chore(main): release 1.55.0
1 parent 3775733 commit 2e84138

File tree

5 files changed

+37
-8
lines changed

5 files changed

+37
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.54.0"
2+
".": "1.55.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.55.0](https://github.com/googleapis/google-cloud-java/compare/v1.54.0...v1.55.0) (2025-04-04)
4+
5+
6+
### Bug Fixes
7+
8+
* customHeaders are not passed to the VertexAI clients ([#11506](https://github.com/googleapis/google-cloud-java/issues/11506)) ([55bb607](https://github.com/googleapis/google-cloud-java/commit/55bb607f7700eae95c1e28d335834141559ec4db))
9+
10+
11+
### Documentation
12+
13+
* update retry guide to use `java.time.Duration` ([#11518](https://github.com/googleapis/google-cloud-java/issues/11518)) ([2db7ff7](https://github.com/googleapis/google-cloud-java/commit/2db7ff7f366169caa75526100a4686a46873e2a1))
14+
315
## [1.54.0](https://github.com/googleapis/google-cloud-java/compare/v1.53.0...v1.54.0) (2025-03-19)
416

517

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "55bb607f7700eae95c1e28d335834141559ec4db",
9+
"message": "customHeaders are not passed to the VertexAI clients",
10+
"issues": [
11+
"11506"
12+
]
13+
}
14+
],
15+
"version": "1.55.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-vertexai",
18+
"id": "d9aa17ad-34a5-4ac1-bb7d-3ce818011f5d",
19+
"createTime": "2025-04-04T16:15:21.007Z"
20+
},
421
{
522
"changes": [
623
{
@@ -631252,5 +631269,5 @@
631252631269
"createTime": "2023-02-03T16:27:23.198Z"
631253631270
}
631254631271
],
631255-
"updateTime": "2025-03-19T03:16:00.788Z"
631272+
"updateTime": "2025-04-04T16:15:21.007Z"
631256631273
}

java-shopping-merchant-notifications/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.shopping</groupId>
4747
<artifactId>google-shopping-merchant-notifications</artifactId>
48-
<version>0.19.0</version>
48+
<version>0.20.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.19.0'
55+
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.20.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.19.0"
61+
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.20.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-vertexai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-vertexai</artifactId>
43-
<version>1.20.0</version>
43+
<version>1.21.0</version>
4444
</dependency>
4545
```
4646

4747
If you are using Gradle without BOM, add this to your dependencies:
4848

4949
```Groovy
50-
implementation 'com.google.cloud:google-cloud-vertexai:1.20.0'
50+
implementation 'com.google.cloud:google-cloud-vertexai:1.21.0'
5151
```
5252

5353
If you are using SBT, add this to your dependencies:
5454

5555
```Scala
56-
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.20.0"
56+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.21.0"
5757
```
5858
<!-- {x-version-update-end} -->
5959

0 commit comments

Comments
 (0)