Skip to content

Commit a18a75f

Browse files
chore(main): release 1.43.0
1 parent f6ef6fa commit a18a75f

File tree

8 files changed

+302
-17
lines changed

8 files changed

+302
-17
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.42.0"
2+
".": "1.43.0"
33
}

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.43.0](https://github.com/googleapis/google-cloud-java/compare/v1.42.0...v1.43.0) (2024-09-03)
4+
5+
6+
### Features
7+
8+
* [aiplatform] add max_wait_duration to Scheduling ([7f98418](https://github.com/googleapis/google-cloud-java/commit/7f9841895b1fbc1dfdedee6123c1fa78ead1367a))
9+
* [aiplatform] add max_wait_duration to Scheduling ([7f98418](https://github.com/googleapis/google-cloud-java/commit/7f9841895b1fbc1dfdedee6123c1fa78ead1367a))
10+
* [alloydb] support for enabling outbound public IP on an instance ([8759972](https://github.com/googleapis/google-cloud-java/commit/87599729a7e2d03b934c070110c1d81366bdd8cf))
11+
* [connectgateway] new module for connectgateway ([#11106](https://github.com/googleapis/google-cloud-java/issues/11106)) ([0ad33c1](https://github.com/googleapis/google-cloud-java/commit/0ad33c1c9bbb1d8fe02c9a98e0cbfd1ace4cc743))
12+
* [container] add ReleaseChannel EXTENDED value ([7f98418](https://github.com/googleapis/google-cloud-java/commit/7f9841895b1fbc1dfdedee6123c1fa78ead1367a))
13+
* [recaptchaenterprise] add AssessmentEnvironment for CreateAssessement to explicitly describe the environment of the assessment ([7f98418](https://github.com/googleapis/google-cloud-java/commit/7f9841895b1fbc1dfdedee6123c1fa78ead1367a))
14+
* [visionai] request client libraries for new languages ([8759972](https://github.com/googleapis/google-cloud-java/commit/87599729a7e2d03b934c070110c1d81366bdd8cf))
15+
16+
17+
### Documentation
18+
19+
* [managedkafka] Update product URL for google-cloud-managed_kafka ([8759972](https://github.com/googleapis/google-cloud-java/commit/87599729a7e2d03b934c070110c1d81366bdd8cf))
20+
* [texttospeech] update Long Audio capabilities to include SSML ([8759972](https://github.com/googleapis/google-cloud-java/commit/87599729a7e2d03b934c070110c1d81366bdd8cf))
21+
* add thread safety information to GenerativeModel and ChatSession classes. ([#10961](https://github.com/googleapis/google-cloud-java/issues/10961)) ([80b26b7](https://github.com/googleapis/google-cloud-java/commit/80b26b745b943b4da6f9ad61b8ac99da233f969a))
22+
323
## [1.42.0](https://github.com/googleapis/google-cloud-java/compare/v1.41.0...v1.42.0) (2024-08-21)
424

525

changelog.json

+266-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,271 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "docs",
8+
"sha": "80b26b745b943b4da6f9ad61b8ac99da233f969a",
9+
"message": "add thread safety information to GenerativeModel and ChatSession classes.",
10+
"issues": [
11+
"10961"
12+
]
13+
}
14+
],
15+
"version": "1.43.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-vertexai",
18+
"id": "6b8ebf9b-8794-4959-a36d-59dd4ca5551e",
19+
"createTime": "2024-09-03T18:26:34.339Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
26+
"message": "[visionai] request client libraries for new languages",
27+
"issues": []
28+
},
29+
{
30+
"type": "feat",
31+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
32+
"message": "[alloydb] support for enabling outbound public IP on an instance",
33+
"issues": []
34+
},
35+
{
36+
"type": "docs",
37+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
38+
"message": "[texttospeech] update Long Audio capabilities to include SSML",
39+
"issues": []
40+
},
41+
{
42+
"type": "docs",
43+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
44+
"message": "[managedkafka] Update product URL for google-cloud-managed_kafka",
45+
"issues": []
46+
}
47+
],
48+
"version": "1.43.0",
49+
"language": "JAVA",
50+
"artifactName": "com.google.cloud:google-cloud-visionai",
51+
"id": "5b3d770d-7407-4b2e-8030-69103149296a",
52+
"createTime": "2024-09-03T18:26:33.840Z"
53+
},
54+
{
55+
"changes": [
56+
{
57+
"type": "feat",
58+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
59+
"message": "[visionai] request client libraries for new languages",
60+
"issues": []
61+
},
62+
{
63+
"type": "feat",
64+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
65+
"message": "[alloydb] support for enabling outbound public IP on an instance",
66+
"issues": []
67+
},
68+
{
69+
"type": "docs",
70+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
71+
"message": "[texttospeech] update Long Audio capabilities to include SSML",
72+
"issues": []
73+
},
74+
{
75+
"type": "docs",
76+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
77+
"message": "[managedkafka] Update product URL for google-cloud-managed_kafka",
78+
"issues": []
79+
}
80+
],
81+
"version": "1.43.0",
82+
"language": "JAVA",
83+
"artifactName": "com.google.cloud:google-cloud-texttospeech",
84+
"id": "83bc55c3-06ab-40dc-878e-8275f6fc4913",
85+
"createTime": "2024-09-03T18:26:33.537Z"
86+
},
87+
{
88+
"changes": [
89+
{
90+
"type": "feat",
91+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
92+
"message": "[visionai] request client libraries for new languages",
93+
"issues": []
94+
},
95+
{
96+
"type": "feat",
97+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
98+
"message": "[alloydb] support for enabling outbound public IP on an instance",
99+
"issues": []
100+
},
101+
{
102+
"type": "docs",
103+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
104+
"message": "[texttospeech] update Long Audio capabilities to include SSML",
105+
"issues": []
106+
},
107+
{
108+
"type": "docs",
109+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
110+
"message": "[managedkafka] Update product URL for google-cloud-managed_kafka",
111+
"issues": []
112+
}
113+
],
114+
"version": "1.43.0",
115+
"language": "JAVA",
116+
"artifactName": "com.google.cloud:google-cloud-managedkafka",
117+
"id": "127a39ea-5855-438e-be57-82f23798e4b5",
118+
"createTime": "2024-09-03T18:26:33.017Z"
119+
},
120+
{
121+
"changes": [
122+
{
123+
"type": "feat",
124+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
125+
"message": "[visionai] request client libraries for new languages",
126+
"issues": []
127+
},
128+
{
129+
"type": "feat",
130+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
131+
"message": "[alloydb] support for enabling outbound public IP on an instance",
132+
"issues": []
133+
},
134+
{
135+
"type": "docs",
136+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
137+
"message": "[texttospeech] update Long Audio capabilities to include SSML",
138+
"issues": []
139+
},
140+
{
141+
"type": "docs",
142+
"sha": "87599729a7e2d03b934c070110c1d81366bdd8cf",
143+
"message": "[managedkafka] Update product URL for google-cloud-managed_kafka",
144+
"issues": []
145+
}
146+
],
147+
"version": "1.43.0",
148+
"language": "JAVA",
149+
"artifactName": "com.google.cloud:google-cloud-alloydb",
150+
"id": "f673ecc3-31ce-4cd7-b6f3-5d1858b1fb57",
151+
"createTime": "2024-09-03T18:26:32.709Z"
152+
},
153+
{
154+
"changes": [
155+
{
156+
"type": "feat",
157+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
158+
"message": "[aiplatform] add max_wait_duration to Scheduling",
159+
"issues": []
160+
},
161+
{
162+
"type": "feat",
163+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
164+
"message": "[aiplatform] add max_wait_duration to Scheduling",
165+
"issues": []
166+
},
167+
{
168+
"type": "feat",
169+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
170+
"message": "[container] add ReleaseChannel EXTENDED value",
171+
"issues": []
172+
},
173+
{
174+
"type": "feat",
175+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
176+
"message": "[recaptchaenterprise] add AssessmentEnvironment for CreateAssessement to explicitly describe the environment of the assessment",
177+
"issues": []
178+
}
179+
],
180+
"version": "1.43.0",
181+
"language": "JAVA",
182+
"artifactName": "com.google.cloud:google-cloud-recaptchaenterprise",
183+
"id": "6d0976bb-6926-427c-823b-be55a93f681c",
184+
"createTime": "2024-09-03T18:26:32.147Z"
185+
},
186+
{
187+
"changes": [
188+
{
189+
"type": "feat",
190+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
191+
"message": "[aiplatform] add max_wait_duration to Scheduling",
192+
"issues": []
193+
},
194+
{
195+
"type": "feat",
196+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
197+
"message": "[aiplatform] add max_wait_duration to Scheduling",
198+
"issues": []
199+
},
200+
{
201+
"type": "feat",
202+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
203+
"message": "[container] add ReleaseChannel EXTENDED value",
204+
"issues": []
205+
},
206+
{
207+
"type": "feat",
208+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
209+
"message": "[recaptchaenterprise] add AssessmentEnvironment for CreateAssessement to explicitly describe the environment of the assessment",
210+
"issues": []
211+
}
212+
],
213+
"version": "1.43.0",
214+
"language": "JAVA",
215+
"artifactName": "com.google.cloud:google-cloud-container",
216+
"id": "a9588935-a666-4d36-9035-74a76707ea66",
217+
"createTime": "2024-09-03T18:26:31.852Z"
218+
},
219+
{
220+
"changes": [
221+
{
222+
"type": "feat",
223+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
224+
"message": "[aiplatform] add max_wait_duration to Scheduling",
225+
"issues": []
226+
},
227+
{
228+
"type": "feat",
229+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
230+
"message": "[aiplatform] add max_wait_duration to Scheduling",
231+
"issues": []
232+
},
233+
{
234+
"type": "feat",
235+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
236+
"message": "[container] add ReleaseChannel EXTENDED value",
237+
"issues": []
238+
},
239+
{
240+
"type": "feat",
241+
"sha": "7f9841895b1fbc1dfdedee6123c1fa78ead1367a",
242+
"message": "[recaptchaenterprise] add AssessmentEnvironment for CreateAssessement to explicitly describe the environment of the assessment",
243+
"issues": []
244+
}
245+
],
246+
"version": "1.43.0",
247+
"language": "JAVA",
248+
"artifactName": "com.google.cloud:google-cloud-aiplatform",
249+
"id": "9ac7edcd-576b-4c52-b920-64ccfba5116e",
250+
"createTime": "2024-09-03T18:26:31.325Z"
251+
},
252+
{
253+
"changes": [
254+
{
255+
"type": "feat",
256+
"sha": "0ad33c1c9bbb1d8fe02c9a98e0cbfd1ace4cc743",
257+
"message": "[connectgateway] new module for connectgateway",
258+
"issues": [
259+
"11106"
260+
]
261+
}
262+
],
263+
"version": "1.43.0",
264+
"language": "JAVA",
265+
"artifactName": "com.google.cloud:google-cloud-connectgateway",
266+
"id": "f4723319-9376-482b-920e-570958316e4f",
267+
"createTime": "2024-09-03T18:26:31.019Z"
268+
},
4269
{
5270
"changes": [
6271
{
@@ -308317,5 +308582,5 @@
308317308582
"createTime": "2023-02-03T16:27:23.198Z"
308318308583
}
308319308584
],
308320-
"updateTime": "2024-08-21T19:35:00.170Z"
308585+
"updateTime": "2024-09-03T18:26:34.339Z"
308321308586
}

java-websecurityscanner/README.md

+3-3
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-websecurityscanner</artifactId>
45-
<version>2.48.0</version>
45+
<version>2.49.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-websecurityscanner:2.48.0'
52+
implementation 'com.google.cloud:google-cloud-websecurityscanner:2.49.0'
5353
```
5454

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

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

java-workflow-executions/README.md

+3-3
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-workflow-executions</artifactId>
45-
<version>2.48.0</version>
45+
<version>2.49.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-workflow-executions:2.48.0'
52+
implementation 'com.google.cloud:google-cloud-workflow-executions:2.49.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.48.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.49.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-workflows/README.md

+3-3
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-workflows</artifactId>
45-
<version>2.48.0</version>
45+
<version>2.49.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-workflows:2.48.0'
52+
implementation 'com.google.cloud:google-cloud-workflows:2.49.0'
5353
```
5454

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

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

0 commit comments

Comments
 (0)