Skip to content

Commit

Permalink
chore(main): release 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 11, 2024
1 parent 88d7921 commit c7f741c
Show file tree
Hide file tree
Showing 83 changed files with 302 additions and 242 deletions.
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.39.0"
".": "1.40.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.40.0](https://github.com/googleapis/google-cloud-java/compare/v1.39.0...v1.40.0) (2024-06-11)


### Features

* [vertexai] add AutomaticFunctionCallingResponder class ([#10896](https://github.com/googleapis/google-cloud-java/issues/10896)) ([a97ac3d](https://github.com/googleapis/google-cloud-java/commit/a97ac3d71c92db934d566df0f8a24a20e8479aa9))
* [vertexai] allow setting ToolConfig and SystemInstruction in ChatSession ([#10953](https://github.com/googleapis/google-cloud-java/issues/10953)) ([5ebfc33](https://github.com/googleapis/google-cloud-java/commit/5ebfc33afaf473c847389f9ef8adc58ee41f6a29))
* [vertexai] enable AutomaticFunctionCallingResponder in ChatSession ([#10913](https://github.com/googleapis/google-cloud-java/issues/10913)) ([4db0d1d](https://github.com/googleapis/google-cloud-java/commit/4db0d1dfa6069e6d917f12b625cb7cc9319323e4))
* [vertexai] support ToolConfig in GenerativeModel ([#10950](https://github.com/googleapis/google-cloud-java/issues/10950)) ([0801812](https://github.com/googleapis/google-cloud-java/commit/08018121c0d1284d7dd0cd0d288f40d0a11e5506))
* [vertexai] Update gapic to include ToolConfig ([#10920](https://github.com/googleapis/google-cloud-java/issues/10920)) ([782f21b](https://github.com/googleapis/google-cloud-java/commit/782f21b5836d3b56bf58cc81026ab326e260b16c))

## [1.39.0](https://github.com/googleapis/google-cloud-java/compare/v1.38.0...v1.39.0) (2024-06-07)


Expand Down
51 changes: 50 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "5ebfc33afaf473c847389f9ef8adc58ee41f6a29",
"message": "[vertexai] allow setting ToolConfig and SystemInstruction in ChatSession",
"issues": [
"10953"
]
},
{
"type": "feat",
"sha": "08018121c0d1284d7dd0cd0d288f40d0a11e5506",
"message": "[vertexai] support ToolConfig in GenerativeModel",
"issues": [
"10950"
]
},
{
"type": "feat",
"sha": "4db0d1dfa6069e6d917f12b625cb7cc9319323e4",
"message": "[vertexai] enable AutomaticFunctionCallingResponder in ChatSession",
"issues": [
"10913"
]
},
{
"type": "feat",
"sha": "782f21b5836d3b56bf58cc81026ab326e260b16c",
"message": "[vertexai] Update gapic to include ToolConfig",
"issues": [
"10920"
]
},
{
"type": "feat",
"sha": "a97ac3d71c92db934d566df0f8a24a20e8479aa9",
"message": "[vertexai] add AutomaticFunctionCallingResponder class",
"issues": [
"10896"
]
}
],
"version": "1.40.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-vertexai",
"id": "a49ddf06-33e4-42b9-bb4c-7ab4c6f9e35a",
"createTime": "2024-06-11T17:51:46.349Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -235639,5 +235688,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2024-06-07T16:02:00.642Z"
"updateTime": "2024-06-11T17:51:46.349Z"
}
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.24.0</version>
<version>0.25.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-netapp:0.24.0'
implementation 'com.google.cloud:google-cloud-netapp:0.25.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.24.0"
libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.25.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.46.0</version>
<version>1.47.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.46.0'
implementation 'com.google.cloud:google-cloud-network-management:1.47.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.46.0"
libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.47.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 @@ -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-security</artifactId>
<version>0.48.0</version>
<version>0.49.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.48.0'
implementation 'com.google.cloud:google-cloud-network-security:0.49.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.48.0"
libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.49.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.44.0</version>
<version>1.45.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-networkconnectivity:1.44.0'
implementation 'com.google.cloud:google-cloud-networkconnectivity:1.45.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-networkservices/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-networkservices</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-networkservices:0.1.0'
implementation 'com.google.cloud:google-cloud-networkservices:0.2.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-networkservices" % "0.1.0"
libraryDependencies += "com.google.cloud" % "google-cloud-networkservices" % "0.2.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.43.0</version>
<version>1.44.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-notebooks:1.43.0'
implementation 'com.google.cloud:google-cloud-notebooks:1.44.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.43.0"
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.44.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.163.0-beta</version>
<version>0.164.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.163.0-beta'
implementation 'com.google.cloud:google-cloud-notification:0.164.0-beta'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.163.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.164.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.43.0</version>
<version>1.44.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-optimization:1.43.0'
implementation 'com.google.cloud:google-cloud-optimization:1.44.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.43.0"
libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.44.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.45.0</version>
<version>1.46.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.45.0'
implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.46.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.45.0"
libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.46.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.45.0</version>
<version>2.46.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-orgpolicy:2.45.0'
implementation 'com.google.cloud:google-cloud-orgpolicy:2.46.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.45.0"
libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.46.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.47.0</version>
<version>2.48.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.47.0'
implementation 'com.google.cloud:google-cloud-os-config:2.48.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.47.0"
libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.48.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.44.0</version>
<version>2.45.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.44.0'
implementation 'com.google.cloud:google-cloud-os-login:2.45.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-parallelstore/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-parallelstore</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-parallelstore:0.8.0'
implementation 'com.google.cloud:google-cloud-parallelstore:0.9.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-parallelstore" % "0.8.0"
libraryDependencies += "com.google.cloud" % "google-cloud-parallelstore" % "0.9.0"
```
<!-- {x-version-update-end} -->

Expand Down
Loading

0 comments on commit c7f741c

Please sign in to comment.