Skip to content

Commit a9ffd8f

Browse files
chore(main): release 0.337.0 (#9364)
1 parent b38c7a7 commit a9ffd8f

10 files changed

Lines changed: 92 additions & 15 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.336.0"
2+
".": "0.337.0"
33
}

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.62.0
1+
1.63.0

AppsChat/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.22.0
1+
0.23.0

CHANGELOG.md

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

3+
## 0.337.0
4+
5+
<details><summary>google/cloud-ai-platform 1.63.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AiPlatform] add Route to GroundingChunk.Maps in Vertex AI v1 ([#9370](https://github.com/googleapis/google-cloud-php/issues/9370)) ([1588d9c](https://github.com/googleapis/google-cloud-php/commit/1588d9cf557f27181d1e291bcf99d4969cbe89b8))
12+
13+
14+
### Documentation
15+
16+
* expand GroundingChunk.Maps documentation to describe route support ([1588d9c](https://github.com/googleapis/google-cloud-php/commit/1588d9cf557f27181d1e291bcf99d4969cbe89b8))
17+
18+
</details>
19+
20+
<details><summary>google/apps-chat 0.23.0</summary>
21+
22+
23+
24+
### Features
25+
26+
* [AppsChat] Addition of Membership Affiliation information ([#9376](https://github.com/googleapis/google-cloud-php/issues/9376)) ([5e1fe05](https://github.com/googleapis/google-cloud-php/commit/5e1fe0508b115476b91b347afa90aff180f6c69b))
27+
28+
</details>
29+
30+
<details><summary>google/developer-knowledge 0.2.1</summary>
31+
32+
33+
34+
### Documentation
35+
36+
* [DeveloperKnowledge] fix filter docs -- content_length_bytes is not supported yet and strings must be quoted ([#9367](https://github.com/googleapis/google-cloud-php/issues/9367)) ([c587677](https://github.com/googleapis/google-cloud-php/commit/c5876775c40b3e161b817101a36ccf26d8b8dbc2))
37+
38+
</details>
39+
40+
<details><summary>google/gax 1.46.0</summary>
41+
42+
43+
44+
### Features
45+
46+
* Add getServiceScopes method to GapicClientTrait ([#9372](https://github.com/googleapis/google-cloud-php/issues/9372)) ([0e0c79e](https://github.com/googleapis/google-cloud-php/commit/0e0c79eaa9fc0290bab7e857fc7751e6e9471e94))
47+
48+
</details>
49+
50+
<details><summary>google/cloud-networkservices 0.10.0</summary>
51+
52+
53+
54+
### Features
55+
56+
* [NetworkServices] A new field `resource_uris` is added to message `.google.cloud.networkservices.v1.AgentGateway` ([#9369](https://github.com/googleapis/google-cloud-php/issues/9369)) ([e614859](https://github.com/googleapis/google-cloud-php/commit/e61485920d8499a83827a0c6a21e0f8ffec28470))
57+
58+
</details>
59+
60+
<details><summary>google/cloud-redis-cluster 0.9.0</summary>
61+
62+
63+
64+
### Features
65+
66+
* [RedisCluster] [Memorystore for Redis Cluster] add Cluster.AsyncClusterEndpointsDeletionEnabled ([#9361](https://github.com/googleapis/google-cloud-php/issues/9361)) ([2e12179](https://github.com/googleapis/google-cloud-php/commit/2e12179c83de9dee8aa268796236188079b8601f))
67+
68+
</details>
69+
70+
<details><summary>google/cloud-spanner 2.10.1</summary>
71+
72+
73+
74+
### Bug Fixes
75+
76+
* **Spanner:** prevent unnecessary GCE metadata probing during client … ([#9327](https://github.com/googleapis/google-cloud-php/issues/9327)) ([920e1bc](https://github.com/googleapis/google-cloud-php/commit/920e1bca8cd4c44c4d41ad05c13e875cac050fc4))
77+
78+
</details>
79+
380
## 0.336.0
481

582
<details><summary>googleads/ad-manager 0.8.0</summary>

DeveloperKnowledge/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

Gax/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.45.0
1+
1.46.0

NetworkServices/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.1
1+
0.10.0

RedisCluster/VERSION

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

Spanner/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.0
1+
2.10.1

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
"google/access-context-manager": "1.1.3",
9191
"google/analytics-admin": "0.33.0",
9292
"google/analytics-data": "0.24.0",
93-
"google/apps-chat": "0.22.0",
93+
"google/apps-chat": "0.23.0",
9494
"google/apps-events-subscriptions": "0.4.4",
9595
"google/apps-meet": "0.5.4",
9696
"google/cloud-access-approval": "2.1.3",
9797
"google/cloud-advisorynotifications": "1.2.4",
98-
"google/cloud-ai-platform": "1.62.0",
98+
"google/cloud-ai-platform": "1.63.0",
9999
"google/cloud-alloydb": "1.7.1",
100100
"google/cloud-api-gateway": "2.1.3",
101101
"google/cloud-api-keys": "1.1.2",
@@ -215,7 +215,7 @@
215215
"google/cloud-network-connectivity": "2.5.4",
216216
"google/cloud-network-management": "2.10.0",
217217
"google/cloud-network-security": "1.4.2",
218-
"google/cloud-networkservices": "0.9.1",
218+
"google/cloud-networkservices": "0.10.0",
219219
"google/cloud-notebooks": "1.1.4",
220220
"google/cloud-optimization": "1.1.3",
221221
"google/cloud-oracledatabase": "0.9.0",
@@ -238,7 +238,7 @@
238238
"google/cloud-recommendations-ai": "0.9.3",
239239
"google/cloud-recommender": "2.2.0",
240240
"google/cloud-redis": "2.2.3",
241-
"google/cloud-redis-cluster": "0.8.0",
241+
"google/cloud-redis-cluster": "0.9.0",
242242
"google/cloud-resource-manager": "1.1.3",
243243
"google/cloud-retail": "2.5.3",
244244
"google/cloud-run": "1.12.2",
@@ -256,7 +256,7 @@
256256
"google/cloud-service-usage": "2.2.0",
257257
"google/cloud-servicehealth": "0.5.0",
258258
"google/cloud-shell": "2.2.0",
259-
"google/cloud-spanner": "2.10.0",
259+
"google/cloud-spanner": "2.10.1",
260260
"google/cloud-speech": "2.5.2",
261261
"google/cloud-sql-admin": "1.10.0",
262262
"google/cloud-storage": "2.4.0",
@@ -287,7 +287,7 @@
287287
"google/cloud-workflows": "1.3.0",
288288
"google/cloud-workloadmanager": "0.2.1",
289289
"google/common-protos": "4.14.1",
290-
"google/gax": "1.45.0",
290+
"google/gax": "1.46.0",
291291
"google/developers-knowledge": "0.0.0",
292292
"google/geo-common-protos": "0.2.4",
293293
"google/grafeas": "1.7.0",
@@ -313,7 +313,7 @@
313313
"googleads/ad-manager": "0.8.0",
314314
"googleads/data-manager": "0.6.0",
315315
"googleads/marketingplatform-admin": "0.4.2",
316-
"google/developer-knowledge": "0.2.0"
316+
"google/developer-knowledge": "0.2.1"
317317
},
318318
"suggest": {
319319
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",

0 commit comments

Comments
 (0)