Skip to content

Commit eb1f63a

Browse files
chore(main): release 0.321.0 (#8952)
1 parent 2bf8629 commit eb1f63a

9 files changed

Lines changed: 92 additions & 14 deletions

File tree

AdsDataManager/VERSION

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

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.51.0
1+
1.52.0

CHANGELOG.md

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

3+
## 0.321.0
4+
5+
<details><summary>googleads/data-manager 0.2.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AdsDataManager] add `UserListService` for creating and managing user lists ([#8941](https://github.com/googleapis/google-cloud-php/issues/8941)) ([ce7b28f](https://github.com/googleapis/google-cloud-php/commit/ce7b28f1693815e8e3755bb39a2648fd05bc1d52))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-ai-platform 1.52.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* [AiPlatform] Add image_spec to Reasoning Engine public protos ([#8944](https://github.com/googleapis/google-cloud-php/issues/8944)) ([a1565d2](https://github.com/googleapis/google-cloud-php/commit/a1565d26c8b6ba31718f1d4a6922769372698851))
22+
* Add transcription fields to Session Service ([a1565d2](https://github.com/googleapis/google-cloud-php/commit/a1565d26c8b6ba31718f1d4a6922769372698851))
23+
24+
</details>
25+
26+
<details><summary>google/cloud-datastore 2.0.4</summary>
27+
28+
29+
30+
### Bug Fixes
31+
32+
* **Datastore:** Return type casing ([#8950](https://github.com/googleapis/google-cloud-php/issues/8950)) ([d1954f3](https://github.com/googleapis/google-cloud-php/commit/d1954f327b0827450b9d4d2f8b9268b2151e8ac8))
33+
34+
</details>
35+
36+
<details><summary>google/cloud-network-management 2.9.0</summary>
37+
38+
39+
40+
### Features
41+
42+
* [NetworkManagement] Add API fields related to GKE Pods and Network Policies ([#8945](https://github.com/googleapis/google-cloud-php/issues/8945)) ([d166056](https://github.com/googleapis/google-cloud-php/commit/d166056ebd97a62b1394f11ad301ecf6a29434c0))
43+
44+
</details>
45+
46+
<details><summary>google/cloud-spanner 2.5.1</summary>
47+
48+
49+
50+
### Bug Fixes
51+
52+
* **Spanner:** Ensure tag is passed to BeginTransactionRequest ([#8935](https://github.com/googleapis/google-cloud-php/issues/8935)) ([10ee79e](https://github.com/googleapis/google-cloud-php/commit/10ee79ee459ea99ca1df3bea2087c40631514776))
53+
* **Spanner:** Null array offset in value mapper ([#8949](https://github.com/googleapis/google-cloud-php/issues/8949)) ([2bf8629](https://github.com/googleapis/google-cloud-php/commit/2bf86294e11e67563aacde4fa6025fefe31f6a8c))
54+
55+
</details>
56+
57+
<details><summary>google/cloud-storagebatchoperations 0.5.0</summary>
58+
59+
60+
61+
### Features
62+
63+
* [StorageBatchOperations] add new transformation `update_object_custom_context` ([#8948](https://github.com/googleapis/google-cloud-php/issues/8948)) ([4f1f0fa](https://github.com/googleapis/google-cloud-php/commit/4f1f0fa371a6ecbe4e65014dc3508b5f83d8c735))
64+
65+
</details>
66+
67+
<details><summary>google/cloud-vectorsearch 0.2.0</summary>
68+
69+
70+
71+
### ⚠ BREAKING CHANGES
72+
73+
* [VectorSearch] Removed obsolete field `vertex` from message `.google.cloud.vectorsearch.v1.Ranker` ([#8955](https://github.com/googleapis/google-cloud-php/issues/8955))
74+
75+
### Bug Fixes
76+
77+
* [VectorSearch] Removed obsolete field `vertex` from message `.google.cloud.vectorsearch.v1.Ranker` ([#8955](https://github.com/googleapis/google-cloud-php/issues/8955)) ([f4b69d1](https://github.com/googleapis/google-cloud-php/commit/f4b69d1a4ca317e57a8852627e4046eb3005cecd))
78+
79+
</details>
80+
381
## 0.320.0
482

583
<details><summary>google/cloud-ai-platform 1.51.0</summary>

Datastore/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.3
1+
2.0.4

NetworkManagement/VERSION

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

Spanner/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.5.1

StorageBatchOperations/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

VectorSearch/VERSION

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

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"google/apps-meet": "0.5.3",
9292
"google/cloud-access-approval": "2.1.2",
9393
"google/cloud-advisorynotifications": "1.2.3",
94-
"google/cloud-ai-platform": "1.51.0",
94+
"google/cloud-ai-platform": "1.52.0",
9595
"google/cloud-alloydb": "1.6.3",
9696
"google/cloud-api-gateway": "2.1.2",
9797
"google/cloud-api-keys": "1.1.1",
@@ -154,7 +154,7 @@
154154
"google/cloud-dataplex": "1.11.0",
155155
"google/cloud-dataproc": "2.9.0",
156156
"google/cloud-dataproc-metastore": "1.2.2",
157-
"google/cloud-datastore": "2.0.3",
157+
"google/cloud-datastore": "2.0.4",
158158
"google/cloud-datastore-admin": "1.1.1",
159159
"google/cloud-datastream": "2.5.2",
160160
"google/cloud-deploy": "1.6.2",
@@ -208,7 +208,7 @@
208208
"google/cloud-monitoring": "2.2.1",
209209
"google/cloud-netapp": "1.10.1",
210210
"google/cloud-network-connectivity": "2.5.2",
211-
"google/cloud-network-management": "2.8.0",
211+
"google/cloud-network-management": "2.9.0",
212212
"google/cloud-network-security": "1.2.2",
213213
"google/cloud-networkservices": "0.8.1",
214214
"google/cloud-notebooks": "1.1.2",
@@ -251,13 +251,13 @@
251251
"google/cloud-service-usage": "2.1.2",
252252
"google/cloud-servicehealth": "0.4.3",
253253
"google/cloud-shell": "2.1.2",
254-
"google/cloud-spanner": "2.5.0",
254+
"google/cloud-spanner": "2.5.1",
255255
"google/cloud-speech": "2.4.0",
256256
"google/cloud-sql-admin": "1.7.0",
257257
"google/cloud-storage": "1.49.2",
258258
"google/cloud-storage-control": "1.7.0",
259259
"google/cloud-storage-transfer": "2.3.2",
260-
"google/cloud-storagebatchoperations": "0.4.0",
260+
"google/cloud-storagebatchoperations": "0.5.0",
261261
"google/cloud-storageinsights": "1.3.3",
262262
"google/cloud-support": "1.4.2",
263263
"google/cloud-talent": "2.2.1",
@@ -267,7 +267,7 @@
267267
"google/cloud-tpu": "2.2.2",
268268
"google/cloud-trace": "1.9.5",
269269
"google/cloud-translate": "2.1.2",
270-
"google/cloud-vectorsearch": "0.1.0",
270+
"google/cloud-vectorsearch": "0.2.0",
271271
"google/cloud-video-live-stream": "1.3.2",
272272
"google/cloud-video-stitcher": "1.1.2",
273273
"google/cloud-video-transcoder": "1.3.2",
@@ -304,7 +304,7 @@
304304
"google/shopping-merchant-reports": "1.1.3",
305305
"google/shopping-merchant-reviews": "0.5.3",
306306
"googleads/ad-manager": "0.6.1",
307-
"googleads/data-manager": "0.1.2",
307+
"googleads/data-manager": "0.2.0",
308308
"googleads/marketingplatform-admin": "0.4.1"
309309
},
310310
"suggest": {

0 commit comments

Comments
 (0)