Skip to content

Commit c840968

Browse files
chore(main): release 0.299.0 (#8520)
1 parent 1ea30b3 commit c840968

File tree

29 files changed

+330
-52
lines changed

29 files changed

+330
-52
lines changed

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.0
1+
1.35.0

BigQueryReservation/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.3.0

Bigtable/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.17.0
1+
2.17.1

CHANGELOG.md

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

3+
## 0.299.0
4+
5+
<details><summary>google/cloud-ai-platform 1.35.0</summary>
6+
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* [AiPlatform] fields are not part of `oneof` ([#8521](https://github.com/googleapis/google-cloud-php/issues/8521))
12+
13+
### Features
14+
15+
* [AiPlatform] add option EndpointUserId and ModelUserId fields ([#8512](https://github.com/googleapis/google-cloud-php/issues/8512)) ([0e66bdd](https://github.com/googleapis/google-cloud-php/commit/0e66bddc8e21e172701eb7192e50d812da72d3d6))
16+
* Add support for CMEK, runtime controls, and PSC-I to Reasoning Engine protos ([0e66bdd](https://github.com/googleapis/google-cloud-php/commit/0e66bddc8e21e172701eb7192e50d812da72d3d6))
17+
* Added document_name for vertex ai search as part of retrieved context from grounding chunk ([0e66bdd](https://github.com/googleapis/google-cloud-php/commit/0e66bddc8e21e172701eb7192e50d812da72d3d6))
18+
* Migrate dedicated endpoint to be enabled by default ([0e66bdd](https://github.com/googleapis/google-cloud-php/commit/0e66bddc8e21e172701eb7192e50d812da72d3d6))
19+
20+
21+
### Bug Fixes
22+
23+
* [AiPlatform] fields are not part of `oneof` ([#8521](https://github.com/googleapis/google-cloud-php/issues/8521)) ([18a4067](https://github.com/googleapis/google-cloud-php/commit/18a4067f49a4c020dabef31bb5251303313a8573))
24+
25+
26+
### Documentation
27+
28+
* A comment for field `dedicated_endpoint_enabled` in message `.google.cloud.aiplatform.v1.DeployRequest` is changed ([0e66bdd](https://github.com/googleapis/google-cloud-php/commit/0e66bddc8e21e172701eb7192e50d812da72d3d6))
29+
* Add encryption_spec to ReasoningEngine ([0e66bdd](https://github.com/googleapis/google-cloud-php/commit/0e66bddc8e21e172701eb7192e50d812da72d3d6))
30+
* Add psc_interface_config, min/max_instances, resource_limits, container_concurrency to ReasoningEngineSpec ([0e66bdd](https://github.com/googleapis/google-cloud-php/commit/0e66bddc8e21e172701eb7192e50d812da72d3d6))
31+
32+
</details>
33+
34+
<details><summary>google/cloud-bigquery-reservation 2.3.0</summary>
35+
36+
37+
38+
### Features
39+
40+
* [BigQueryReservation] Add Reservation.max_slots field to Reservation proto, indicating the total max number of slots this reservation can use up to ([#8525](https://github.com/googleapis/google-cloud-php/issues/8525)) ([4046366](https://github.com/googleapis/google-cloud-php/commit/4046366b2525e66b4185caa5e825198e67b217b2))
41+
* Add Reservation.scaling_mode field and its corresponding enum message ScalingMode. This field should be used together with Reservation.max_slots ([4046366](https://github.com/googleapis/google-cloud-php/commit/4046366b2525e66b4185caa5e825198e67b217b2))
42+
43+
</details>
44+
45+
<details><summary>google/cloud-bigtable 2.17.1</summary>
46+
47+
48+
49+
### Bug Fixes
50+
51+
* [Bigtable] Add ReadRows/SampleRowKeys bindings for materialized views ([#8515](https://github.com/googleapis/google-cloud-php/issues/8515)) ([a05fe03](https://github.com/googleapis/google-cloud-php/commit/a05fe037ce52000ad3c8bb1cf08f064e4ff4773e))
52+
53+
</details>
54+
55+
<details><summary>google/cloud-common-protos 0.8.2</summary>
56+
57+
58+
59+
</details>
60+
61+
<details><summary>google/common-protos 4.12.3</summary>
62+
63+
64+
65+
</details>
66+
67+
<details><summary>google/cloud-compute 1.35.0</summary>
68+
69+
70+
71+
### Features
72+
73+
* [Compute] Update Compute Engine v1 API to revision 20250729 ([#1085](https://github.com/googleapis/google-cloud-php/issues/1085)) ([#8498](https://github.com/googleapis/google-cloud-php/issues/8498)) ([144095f](https://github.com/googleapis/google-cloud-php/commit/144095f1d12ec1fb42a2f80e7acc88e0ccd9dcd0))
74+
75+
</details>
76+
77+
<details><summary>google/cloud-core 1.64.2</summary>
78+
79+
80+
81+
### Bug Fixes
82+
83+
* Retry options for Storage Client. ([#8489](https://github.com/googleapis/google-cloud-php/issues/8489)) ([b6de1e9](https://github.com/googleapis/google-cloud-php/commit/b6de1e9d68da1ff7eb4190bad693b36fc9975781))
84+
85+
</details>
86+
87+
<details><summary>google/cloud-document-ai 2.3.0</summary>
88+
89+
90+
91+
### Features
92+
93+
* [DocumentAi] Added config options for derived fields and signature detection. Some annotation changes changes to mark fields explicitly output only (no changes in semantics just readability) ([#8526](https://github.com/googleapis/google-cloud-php/issues/8526)) ([6812039](https://github.com/googleapis/google-cloud-php/commit/681203987449167a6e0ebcec5608660965519e37))
94+
95+
</details>
96+
97+
<details><summary>google/cloud-gke-hub 1.0.6</summary>
98+
99+
100+
101+
### Documentation
102+
103+
* Reformat comments for several messages, including ListFeaturesRequest, CreateFeatureRequest, and OperationMetadata ([c0d0fcd](https://github.com/googleapis/google-cloud-php/commit/c0d0fcd0c6ac5421db4f9ee67d481b775e713b82))
104+
105+
</details>
106+
107+
<details><summary>google/cloud-network-management 2.5.0</summary>
108+
109+
110+
111+
### Features
112+
113+
* [NetworkManagement] add `service_uri` field to CloudRunRevisionEndpoint ([#8514](https://github.com/googleapis/google-cloud-php/issues/8514)) ([91d3e2b](https://github.com/googleapis/google-cloud-php/commit/91d3e2b773e6df7954bf1013c5c3faab5ddb4d83))
114+
115+
</details>
116+
117+
<details><summary>google/cloud-osconfig 2.1.0</summary>
118+
119+
120+
121+
### Features
122+
123+
* [OsConfig] Add highest_upgradable_cve_severity field to Vulnerability report ([#8513](https://github.com/googleapis/google-cloud-php/issues/8513)) ([9ba0a9a](https://github.com/googleapis/google-cloud-php/commit/9ba0a9a2f65f5d27e9dd0918423e95bfee01f86f))
124+
125+
</details>
126+
127+
<details><summary>google/cloud-run 1.9.0</summary>
128+
129+
130+
131+
### ⚠ BREAKING CHANGES
132+
133+
* A type of an existing resource_reference option of the field `worker_pool` in message `.google.cloud.run.v2.SubmitBuildRequest` is changed from `cloudbuild.googleapis.com/WorkerPool` to `cloudbuild.googleapis.com/BuildWorkerPool`
134+
* A type of an existing resource_reference option of the field `worker_pool` in message `.google.cloud.run.v2.BuildConfig` is changed from `cloudbuild.googleapis.com/WorkerPool` to `cloudbuild.googleapis.com/BuildWorkerPool`
135+
* [Run] An existing resource_definition `cloudbuild.googleapis.com/WorkerPool` is removed ([#8499](https://github.com/googleapis/google-cloud-php/issues/8499))
136+
137+
### Features
138+
139+
* Adding new resource tpye run.googleapis.com/WorkerPool. ([87293f8](https://github.com/googleapis/google-cloud-php/commit/87293f8f9ee7e4e7793008e3b7ed6e98eaebf03e))
140+
141+
142+
### Bug Fixes
143+
144+
* [Run] An existing resource_definition `cloudbuild.googleapis.com/WorkerPool` is removed ([#8499](https://github.com/googleapis/google-cloud-php/issues/8499)) ([87293f8](https://github.com/googleapis/google-cloud-php/commit/87293f8f9ee7e4e7793008e3b7ed6e98eaebf03e))
145+
* A type of an existing resource_reference option of the field `worker_pool` in message `.google.cloud.run.v2.BuildConfig` is changed from `cloudbuild.googleapis.com/WorkerPool` to `cloudbuild.googleapis.com/BuildWorkerPool` ([87293f8](https://github.com/googleapis/google-cloud-php/commit/87293f8f9ee7e4e7793008e3b7ed6e98eaebf03e))
146+
* A type of an existing resource_reference option of the field `worker_pool` in message `.google.cloud.run.v2.SubmitBuildRequest` is changed from `cloudbuild.googleapis.com/WorkerPool` to `cloudbuild.googleapis.com/BuildWorkerPool` ([87293f8](https://github.com/googleapis/google-cloud-php/commit/87293f8f9ee7e4e7793008e3b7ed6e98eaebf03e))
147+
148+
</details>
149+
150+
<details><summary>google/shopping-common-protos 0.4.2</summary>
151+
152+
153+
154+
</details>
155+
156+
<details><summary>google/shopping-merchant-accounts 0.10.0</summary>
157+
158+
159+
160+
### Features
161+
162+
* Add V1 for ShoppingMerchantAccounts ([#8511](https://github.com/googleapis/google-cloud-php/issues/8511)) ([8ccf7ae](https://github.com/googleapis/google-cloud-php/commit/8ccf7aefe9b714cbb26bb72e3a1f535b363ec820))
163+
164+
165+
### Documentation
166+
167+
* [ShoppingMerchantAccounts] fix comment for online return policy ([#8524](https://github.com/googleapis/google-cloud-php/issues/8524)) ([7422c50](https://github.com/googleapis/google-cloud-php/commit/7422c50d2318d16fa3674e1dd328a3189380c2e1))
168+
169+
</details>
170+
171+
<details><summary>google/shopping-merchant-datasources 0.6.0</summary>
172+
173+
174+
175+
### Features
176+
177+
* Add V1 for ShoppingMerchantDataSources ([#8501](https://github.com/googleapis/google-cloud-php/issues/8501)) ([daed1a1](https://github.com/googleapis/google-cloud-php/commit/daed1a1552508fdbb302f4c2a3dbadfcad838f42))
178+
179+
</details>
180+
181+
<details><summary>google/shopping-merchant-inventories 0.7.0</summary>
182+
183+
184+
185+
### Features
186+
187+
* Add the v1 version for ShoppingMerchantInventories ([#8500](https://github.com/googleapis/google-cloud-php/issues/8500)) ([925a4f0](https://github.com/googleapis/google-cloud-php/commit/925a4f0641f102be8dd08d1c39d167b34c1a2623))
188+
189+
</details>
190+
191+
<details><summary>google/shopping-merchant-issueresolution 0.1.0</summary>
192+
193+
194+
195+
### Features
196+
197+
* Add V1 for ShoppingMerchantIssueResolution ([#8505](https://github.com/googleapis/google-cloud-php/issues/8505)) ([a88f07b](https://github.com/googleapis/google-cloud-php/commit/a88f07b13bd530e75e389df060b48906c4644651))
198+
199+
</details>
200+
201+
<details><summary>google/shopping-merchant-lfp 0.4.0</summary>
202+
203+
204+
205+
### Features
206+
207+
* Add V1 for ShoppingMerchantLfp ([#8504](https://github.com/googleapis/google-cloud-php/issues/8504)) ([9bcb1d9](https://github.com/googleapis/google-cloud-php/commit/9bcb1d94685f6b76882c21ce05f15543f8ab42f2))
208+
209+
</details>
210+
211+
<details><summary>google/shopping-merchant-notifications 0.3.0</summary>
212+
213+
214+
215+
### Features
216+
217+
* Add V1 for ShoppingMerchantNotifications ([#8502](https://github.com/googleapis/google-cloud-php/issues/8502)) ([dba17ae](https://github.com/googleapis/google-cloud-php/commit/dba17aed64bd6d56aba2bef6c9bd1a4c53b4eb54))
218+
219+
</details>
220+
221+
<details><summary>google/shopping-merchant-ordertracking 0.2.0</summary>
222+
223+
224+
225+
### Features
226+
227+
* Add V1 for ShoppingMerchantOrderTracking ([#8508](https://github.com/googleapis/google-cloud-php/issues/8508)) ([eedcdbb](https://github.com/googleapis/google-cloud-php/commit/eedcdbbd15be5b186a417453ac85c91793858cd9))
228+
229+
</details>
230+
231+
<details><summary>google/shopping-merchant-products 0.7.0</summary>
232+
233+
234+
235+
### Features
236+
237+
* Add V1 for ShoppingMerchantProducts ([#8509](https://github.com/googleapis/google-cloud-php/issues/8509)) ([20a9e68](https://github.com/googleapis/google-cloud-php/commit/20a9e684476fccfc5b8bb430df0e77291541d000))
238+
239+
</details>
240+
241+
<details><summary>google/shopping-merchant-promotions 0.3.0</summary>
242+
243+
244+
245+
### Features
246+
247+
* Add V1 for ShoppingMerchantPromotions: ([#8506](https://github.com/googleapis/google-cloud-php/issues/8506)) ([55a133f](https://github.com/googleapis/google-cloud-php/commit/55a133ffb1b9208dae8920c0df77f7a9eec977b6))
248+
249+
</details>
250+
251+
<details><summary>google/shopping-merchant-quota 0.3.0</summary>
252+
253+
254+
255+
### Features
256+
257+
* Add V1 for ShoppingMerchantQuota ([#8503](https://github.com/googleapis/google-cloud-php/issues/8503)) ([5bb860e](https://github.com/googleapis/google-cloud-php/commit/5bb860ecd6accfaf768a0dbcb7eac4565c5b8f0b))
258+
259+
</details>
260+
261+
<details><summary>google/shopping-merchant-reports 0.10.0</summary>
262+
263+
264+
265+
### Features
266+
267+
* Add V1 for ShoppingMerchantReports ([#8510](https://github.com/googleapis/google-cloud-php/issues/8510)) ([2993b69](https://github.com/googleapis/google-cloud-php/commit/2993b69f5d385cfeec34122ee0debead78755e71))
268+
269+
</details>
270+
271+
<details><summary>google/cloud-storage 1.48.3</summary>
272+
273+
274+
275+
### Bug Fixes
276+
277+
* Retry options for Storage Client. ([#8489](https://github.com/googleapis/google-cloud-php/issues/8489)) ([b6de1e9](https://github.com/googleapis/google-cloud-php/commit/b6de1e9d68da1ff7eb4190bad693b36fc9975781))
278+
279+
</details>
280+
3281
## 0.298.0
4282

5283
<details><summary>google/cloud-ai-platform 1.34.0</summary>

CloudCommonProtos/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.1
1+
0.8.2

CommonProtos/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.12.2
1+
4.12.3

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.12.2",
5+
"version": "4.12.3",
66
"keywords": [
77
"google"
88
],

Compute/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.0
1+
1.35.0

Core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.64.1
1+
1.64.2

DocumentAi/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.3.0

0 commit comments

Comments
 (0)