Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.32.0 #10504

Closed
wants to merge 14 commits into from
Closed
Prev Previous commit
Next Next commit
chore(main): release 1.32.0
  • Loading branch information
release-please[bot] committed Mar 13, 2024
commit 1a004c4b7839167287e5f724027ace1fc6cedb6f
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.31.0"
".": "1.32.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.32.0](https://github.com/googleapis/google-cloud-java/compare/v1.31.0...v1.32.0) (2024-03-13)


### Features

* Add getFunctionCalls to ResponseHanlder ([#10499](https://github.com/googleapis/google-cloud-java/issues/10499)) ([cb6b3d2](https://github.com/googleapis/google-cloud-java/commit/cb6b3d2103b230ee8d741e3f5a6efe46b81971d4))
* create pr after library generation ([#10503](https://github.com/googleapis/google-cloud-java/issues/10503)) ([cd29fa9](https://github.com/googleapis/google-cloud-java/commit/cd29fa94816cc3398f3924485037514274e8b6fb))

## [1.31.0](https://github.com/googleapis/google-cloud-java/compare/v1.30.0...v1.31.0) (2024-03-06)


Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "cb6b3d2103b230ee8d741e3f5a6efe46b81971d4",
"message": "Add getFunctionCalls to ResponseHanlder",
"issues": [
"10499"
]
}
],
"version": "1.32.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-vertexai",
"id": "5948e85f-cbfd-4f7c-8ec7-d74854175013",
"createTime": "2024-03-13T15:46:37.782Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -29273,5 +29290,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2024-03-06T23:56:35.426Z"
"updateTime": "2024-03-13T15:46:37.782Z"
}
6 changes: 3 additions & 3 deletions java-monitoring-dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring-dashboard</artifactId>
<version>2.39.0</version>
<version>2.40.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.39.0'
implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.40.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-monitoring-metricsscope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring-metricsscope</artifactId>
<version>0.31.0</version>
<version>0.32.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring-metricsscope:0.31.0'
implementation 'com.google.cloud:google-cloud-monitoring-metricsscope:0.32.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
<version>3.38.0</version>
<version>3.39.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring:3.38.0'
implementation 'com.google.cloud:google-cloud-monitoring:3.39.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-netapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-netapp</artifactId>
<version>0.16.0</version>
<version>0.17.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-netapp:0.16.0'
implementation 'com.google.cloud:google-cloud-netapp:0.17.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-network-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-network-management</artifactId>
<version>1.38.0</version>
<version>1.39.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-network-management:1.38.0'
implementation 'com.google.cloud:google-cloud-network-management:1.39.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-network-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-network-security</artifactId>
<version>0.40.0</version>
<version>0.41.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-network-security:0.40.0'
implementation 'com.google.cloud:google-cloud-network-security:0.41.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-networkconnectivity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-networkconnectivity</artifactId>
<version>1.36.0</version>
<version>1.37.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-networkconnectivity:1.36.0'
implementation 'com.google.cloud:google-cloud-networkconnectivity:1.37.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks</artifactId>
<version>1.35.0</version>
<version>1.36.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-notebooks:1.35.0'
implementation 'com.google.cloud:google-cloud-notebooks:1.36.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.35.0"
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.36.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notification</artifactId>
<version>0.155.0-beta</version>
<version>0.156.0-beta</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-notification:0.155.0-beta'
implementation 'com.google.cloud:google-cloud-notification:0.156.0-beta'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.155.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.156.0-beta"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-optimization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-optimization</artifactId>
<version>1.35.0</version>
<version>1.36.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-optimization:1.35.0'
implementation 'com.google.cloud:google-cloud-optimization:1.36.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.35.0"
libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.36.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-orchestration-airflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow</artifactId>
<version>1.37.0</version>
<version>1.38.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.37.0'
implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.38.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.38.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-orgpolicy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orgpolicy</artifactId>
<version>2.37.0</version>
<version>2.38.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-orgpolicy:2.37.0'
implementation 'com.google.cloud:google-cloud-orgpolicy:2.38.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.38.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-os-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-os-config</artifactId>
<version>2.39.0</version>
<version>2.40.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-os-config:2.39.0'
implementation 'com.google.cloud:google-cloud-os-config:2.40.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.39.0"
libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.40.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-os-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-os-login</artifactId>
<version>2.36.0</version>
<version>2.37.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-os-login:2.36.0'
implementation 'com.google.cloud:google-cloud-os-login:2.37.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.36.0"
libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.37.0"
```
<!-- {x-version-update-end} -->

Expand Down
Loading
Loading