Skip to content

Commit 83db838

Browse files
chore(main): release 0.326.0
1 parent 63b8cfb commit 83db838

File tree

7 files changed

+56
-9
lines changed

7 files changed

+56
-9
lines changed

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.56.0
1+
1.57.0

CHANGELOG.md

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

3+
## 0.326.0
4+
5+
<details><summary>google/cloud-ai-platform 1.57.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AiPlatform] add evaluation metrics and autorater configuration to the AI Platform v1 API ([#9074](https://github.com/googleapis/google-cloud-php/issues/9074)) ([63b8cfb](https://github.com/googleapis/google-cloud-php/commit/63b8cfb0444e710df83ead3e816c1c013a517647))
12+
13+
</details>
14+
15+
<details><summary>google/common-protos 4.14.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* [CommonProtos] update SelectiveGapicGeneration usage doc ([#9070](https://github.com/googleapis/google-cloud-php/issues/9070)) ([93dd13c](https://github.com/googleapis/google-cloud-php/commit/93dd13cbb61a81c813fd03f4eabad87ad29e5218))
22+
23+
24+
### Documentation
25+
26+
* Update comments and formatting ([93dd13c](https://github.com/googleapis/google-cloud-php/commit/93dd13cbb61a81c813fd03f4eabad87ad29e5218))
27+
28+
</details>
29+
30+
<details><summary>google/cloud-memorystore 0.8.0</summary>
31+
32+
33+
34+
### Features
35+
36+
* [Memorystore] [Memorystore for Valkey] Add support for Flexible CA feature ([#9075](https://github.com/googleapis/google-cloud-php/issues/9075)) ([ceeb2e2](https://github.com/googleapis/google-cloud-php/commit/ceeb2e2af71c7299aa314a9e84f819e9d9b3b205))
37+
38+
</details>
39+
40+
<details><summary>google/cloud-text-to-speech 2.8.0</summary>
41+
42+
43+
44+
### Features
45+
46+
* [TextToSpeech] Support safety settings for Gemini voices and deprecate `relax_safety_filters` ([#9064](https://github.com/googleapis/google-cloud-php/issues/9064)) ([aafc718](https://github.com/googleapis/google-cloud-php/commit/aafc71895988d9395cc73567fc5f4168194587b6))
47+
48+
</details>
49+
350
## 0.325.0
451

552
<details><summary>googleads/data-manager 0.4.0</summary>

CommonProtos/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.13.0
1+
4.14.0

CommonProtos/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "google/common-protos",
33
"type": "library",
44
"description": "Google API Common Protos for PHP",
5-
"version": "4.13.0",
5+
"version": "4.14.0",
66
"keywords": [
77
"google"
88
],

Memorystore/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

TextToSpeech/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.8.0

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"google/apps-meet": "0.5.4",
9292
"google/cloud-access-approval": "2.1.3",
9393
"google/cloud-advisorynotifications": "1.2.4",
94-
"google/cloud-ai-platform": "1.56.0",
94+
"google/cloud-ai-platform": "1.57.0",
9595
"google/cloud-alloydb": "1.7.1",
9696
"google/cloud-api-gateway": "2.1.3",
9797
"google/cloud-api-keys": "1.1.2",
@@ -202,7 +202,7 @@
202202
"google/cloud-managedkafka-schemaregistry": "0.3.0",
203203
"google/cloud-media-translation": "0.6.2",
204204
"google/cloud-memcache": "2.1.2",
205-
"google/cloud-memorystore": "0.7.0",
205+
"google/cloud-memorystore": "0.8.0",
206206
"google/cloud-migrationcenter": "1.2.3",
207207
"google/cloud-modelarmor": "0.5.3",
208208
"google/cloud-monitoring": "2.2.2",
@@ -263,7 +263,7 @@
263263
"google/cloud-talent": "2.3.0",
264264
"google/cloud-tasks": "2.2.0",
265265
"google/cloud-telcoautomation": "1.3.0",
266-
"google/cloud-text-to-speech": "2.7.0",
266+
"google/cloud-text-to-speech": "2.8.0",
267267
"google/cloud-tpu": "2.3.0",
268268
"google/cloud-trace": "2.0.0-RC1",
269269
"google/cloud-translate": "2.2.0",
@@ -281,7 +281,7 @@
281281
"google/cloud-web-security-scanner": "1.2.0",
282282
"google/cloud-workflows": "1.3.0",
283283
"google/cloud-workloadmanager": "0.2.0",
284-
"google/common-protos": "4.13.0",
284+
"google/common-protos": "4.14.0",
285285
"google/geo-common-protos": "0.2.4",
286286
"google/grafeas": "1.7.0",
287287
"google/longrunning": "0.7.1",

0 commit comments

Comments
 (0)