Skip to content

Commit c05b227

Browse files
chore(main): release 1.32.0
1 parent fe84bd9 commit c05b227

75 files changed

Lines changed: 242 additions & 218 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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.31.0"
2+
".": "1.32.0"
33
}

CHANGELOG.md

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

3+
## [1.32.0](https://github.com/googleapis/google-cloud-java/compare/v1.31.0...v1.32.0) (2024-03-11)
4+
5+
6+
### Features
7+
8+
* Add getFunctionCalls to ResponseHanlder ([#10499](https://github.com/googleapis/google-cloud-java/issues/10499)) ([cb6b3d2](https://github.com/googleapis/google-cloud-java/commit/cb6b3d2103b230ee8d741e3f5a6efe46b81971d4))
9+
310
## [1.31.0](https://github.com/googleapis/google-cloud-java/compare/v1.30.0...v1.31.0) (2024-03-06)
411

512

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": "feat",
8+
"sha": "cb6b3d2103b230ee8d741e3f5a6efe46b81971d4",
9+
"message": "Add getFunctionCalls to ResponseHanlder",
10+
"issues": [
11+
"10499"
12+
]
13+
}
14+
],
15+
"version": "1.32.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-vertexai",
18+
"id": "8c7b6cd3-ce7e-48dc-9a7e-0d476ab240f2",
19+
"createTime": "2024-03-11T15:23:35.937Z"
20+
},
421
{
522
"changes": [
623
{
@@ -29273,5 +29290,5 @@
2927329290
"createTime": "2023-02-03T16:27:23.198Z"
2927429291
}
2927529292
],
29276-
"updateTime": "2024-03-06T23:56:35.426Z"
29293+
"updateTime": "2024-03-11T15:23:35.937Z"
2927729294
}

java-monitoring-dashboards/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-monitoring-dashboard</artifactId>
45-
<version>2.39.0</version>
45+
<version>2.40.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.39.0'
52+
implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.40.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.39.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.40.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-monitoring-metricsscope/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.cloud</groupId>
4747
<artifactId>google-cloud-monitoring-metricsscope</artifactId>
48-
<version>0.31.0</version>
48+
<version>0.32.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.cloud:google-cloud-monitoring-metricsscope:0.31.0'
55+
implementation 'com.google.cloud:google-cloud-monitoring-metricsscope:0.32.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-metricsscope" % "0.31.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-metricsscope" % "0.32.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-monitoring/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-monitoring</artifactId>
45-
<version>3.38.0</version>
45+
<version>3.39.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-monitoring:3.38.0'
52+
implementation 'com.google.cloud:google-cloud-monitoring:3.39.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.38.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.39.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-netapp/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.cloud</groupId>
4747
<artifactId>google-cloud-netapp</artifactId>
48-
<version>0.16.0</version>
48+
<version>0.17.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.cloud:google-cloud-netapp:0.16.0'
55+
implementation 'com.google.cloud:google-cloud-netapp:0.17.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.16.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.17.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-network-management/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-network-management</artifactId>
45-
<version>1.38.0</version>
45+
<version>1.39.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-network-management:1.38.0'
52+
implementation 'com.google.cloud:google-cloud-network-management:1.39.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.38.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.39.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-network-security/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.cloud</groupId>
4747
<artifactId>google-cloud-network-security</artifactId>
48-
<version>0.40.0</version>
48+
<version>0.41.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.cloud:google-cloud-network-security:0.40.0'
55+
implementation 'com.google.cloud:google-cloud-network-security:0.41.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.40.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.41.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-networkconnectivity/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-networkconnectivity</artifactId>
45-
<version>1.36.0</version>
45+
<version>1.37.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-networkconnectivity:1.36.0'
52+
implementation 'com.google.cloud:google-cloud-networkconnectivity:1.37.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "1.36.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "1.37.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

0 commit comments

Comments
 (0)