Skip to content

Commit cb02da7

Browse files
chore(main): release 0.295.0 (#8415)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 43739c5 commit cb02da7

31 files changed

Lines changed: 332 additions & 55 deletions

File tree

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.31.0
1+
1.32.0

BigQuery/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.32.0
1+
1.33.0

BigQuery/src/BigQueryClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class BigQueryClient
5050
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
5151
}
5252

53-
const VERSION = '1.32.0';
53+
const VERSION = '1.33.0';
5454

5555
const MAX_DELAY_MICROSECONDS = 32000000;
5656

Bigtable/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.13.0
1+
2.14.0

CHANGELOG.md

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

3+
## 0.295.0
4+
5+
<details><summary>google/cloud-ai-platform 1.32.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AiPlatform] add computer use support to tools ([#8412](https://github.com/googleapis/google-cloud-php/issues/8412)) ([a5717f3](https://github.com/googleapis/google-cloud-php/commit/a5717f301e2c36995c7db37ae58252ac1e06ea29))
12+
* [AiPlatform] add message ColabImage, add field colab_image to NotebookSoftwareConfig ([#8416](https://github.com/googleapis/google-cloud-php/issues/8416)) ([c3b35ef](https://github.com/googleapis/google-cloud-php/commit/c3b35efa9164a840e92768c4d51848de86abb255))
13+
* [AiPlatform] Expose task_unique_name in pipeline task details for pipeline rerun ([#8425](https://github.com/googleapis/google-cloud-php/issues/8425)) ([b58ccc7](https://github.com/googleapis/google-cloud-php/commit/b58ccc7fac27c47006dce7abd7629d12a8533a9c))
14+
* combined changes across many products. See https://github.com/googleapis/google-cloud-php/pull/8424 for a complete list of changes. ([5fd6a84](https://github.com/googleapis/google-cloud-php/commit/5fd6a842ca9518d75133e6839e1a2bd683096724))
15+
16+
</details>
17+
18+
<details><summary>google/cloud-bigquery 1.33.0</summary>
19+
20+
21+
22+
### Features
23+
24+
* **BigQuery:** Use lossless Int64 Timestamps ([#8375](https://github.com/googleapis/google-cloud-php/issues/8375)) ([43739c5](https://github.com/googleapis/google-cloud-php/commit/43739c509a3ba91a1521a8596facde0e4db9d7eb))
25+
26+
</details>
27+
28+
<details><summary>google/cloud-bigtable 2.14.0</summary>
29+
30+
31+
32+
### Features
33+
34+
* [Bigtable] add Idempotency to Cloud Bigtable MutateRowRequest API ([#8411](https://github.com/googleapis/google-cloud-php/issues/8411)) ([4a83c13](https://github.com/googleapis/google-cloud-php/commit/4a83c1319d3752774bb9d886860ad86ca6a3c92a))
35+
36+
</details>
37+
38+
<details><summary>google/cloud-compute 1.31.0</summary>
39+
40+
41+
42+
### ⚠ BREAKING CHANGES
43+
44+
* removed ScratchDiskField from Disks
45+
* removed ScratchDiskField from Disks
46+
47+
### Features
48+
49+
* Update Compute Engine v1 API to revision 20250626 ([8fc7d40](https://github.com/googleapis/google-cloud-php/commit/8fc7d40c305ac5a30eda34ff8ca1bce36568f9d7))
50+
* Update Compute Engine v1 API to revision 20250626 ([8fc7d40](https://github.com/googleapis/google-cloud-php/commit/8fc7d40c305ac5a30eda34ff8ca1bce36568f9d7))
51+
52+
53+
### Bug Fixes
54+
55+
* removed ScratchDiskField from Disks ([8fc7d40](https://github.com/googleapis/google-cloud-php/commit/8fc7d40c305ac5a30eda34ff8ca1bce36568f9d7))
56+
* removed ScratchDiskField from Disks ([8fc7d40](https://github.com/googleapis/google-cloud-php/commit/8fc7d40c305ac5a30eda34ff8ca1bce36568f9d7))
57+
58+
</details>
59+
60+
<details><summary>google/cloud-config 1.4.0</summary>
61+
62+
63+
64+
### Features
65+
66+
* [Config] added resource change and drift details for the preview ([#8426](https://github.com/googleapis/google-cloud-php/issues/8426)) ([350a245](https://github.com/googleapis/google-cloud-php/commit/350a2455e8a3413188c73862e4a925938ae99244))
67+
68+
</details>
69+
70+
<details><summary>google/cloud-configdelivery 0.1.0</summary>
71+
72+
73+
74+
### Features
75+
76+
* Add the ConfigDelivery component ([#8408](https://github.com/googleapis/google-cloud-php/issues/8408)) ([f64db7f](https://github.com/googleapis/google-cloud-php/commit/f64db7f038a8e1bd772c8a0bec10f72e08d26ab3))
77+
78+
</details>
79+
80+
<details><summary>google/cloud-core 1.64.0</summary>
81+
82+
83+
84+
### Features
85+
86+
* Support for dot-syntax query parameters in RequestBuilder ([#8434](https://github.com/googleapis/google-cloud-php/issues/8434)) ([c284176](https://github.com/googleapis/google-cloud-php/commit/c28417685d71cb47c96cc4266b089a9cddb80b9f))
87+
88+
</details>
89+
90+
<details><summary>google/cloud-dataform 0.8.0</summary>
91+
92+
93+
94+
### Features
95+
96+
* Add Dataform V1 ([#8395](https://github.com/googleapis/google-cloud-php/issues/8395)) ([8517f23](https://github.com/googleapis/google-cloud-php/commit/8517f2382d511dd493a17a1fa3857aad0a445a06))
97+
98+
</details>
99+
100+
<details><summary>google/cloud-dataplex 1.7.0</summary>
101+
102+
103+
104+
### Features
105+
106+
* combined changes across many products. See https://github.com/googleapis/google-cloud-php/pull/8424 for a complete list of changes. ([5fd6a84](https://github.com/googleapis/google-cloud-php/commit/5fd6a842ca9518d75133e6839e1a2bd683096724))
107+
108+
</details>
109+
110+
<details><summary>google/cloud-dataproc 2.6.0</summary>
111+
112+
113+
114+
### Features
115+
116+
* [Dataproc] Add `cluster_tier` to support creating premium clusters ([#8413](https://github.com/googleapis/google-cloud-php/issues/8413)) ([61c1438](https://github.com/googleapis/google-cloud-php/commit/61c143885b0e063663561d5af332bea0e4abd505))
117+
118+
</details>
119+
120+
<details><summary>google/cloud-dataproc-metastore 1.1.0</summary>
121+
122+
123+
124+
### Features
125+
126+
* combined changes across many products. See https://github.com/googleapis/google-cloud-php/pull/8424 for a complete list of changes. ([5fd6a84](https://github.com/googleapis/google-cloud-php/commit/5fd6a842ca9518d75133e6839e1a2bd683096724))
127+
128+
</details>
129+
130+
<details><summary>google/cloud-dialogflow-cx 0.8.0</summary>
131+
132+
133+
134+
### Features
135+
136+
* [DialogflowCx] Add support for generator settings on fulfillment ([#8420](https://github.com/googleapis/google-cloud-php/issues/8420)) ([f6933f3](https://github.com/googleapis/google-cloud-php/commit/f6933f3f5073cf62b8acd878af43ba0bbc96ebb2))
137+
138+
</details>
139+
140+
<details><summary>google/cloud-managedkafka 0.6.0</summary>
141+
142+
143+
144+
### Features
145+
146+
* combined changes across many products. See https://github.com/googleapis/google-cloud-php/pull/8424 for a complete list of changes. ([5fd6a84](https://github.com/googleapis/google-cloud-php/commit/5fd6a842ca9518d75133e6839e1a2bd683096724))
147+
148+
</details>
149+
150+
<details><summary>google/cloud-managedkafka-schemaregistry 0.1.0</summary>
151+
152+
153+
154+
### Features
155+
156+
* Add the ManagedKafkaSchemaRegistry component ([#8432](https://github.com/googleapis/google-cloud-php/issues/8432)) ([cb458d4](https://github.com/googleapis/google-cloud-php/commit/cb458d4d257fe22925f94ce5bad75d17c886d502))
157+
158+
</details>
159+
160+
<details><summary>google/maps-fleetengine 0.4.0</summary>
161+
162+
163+
164+
### Features
165+
166+
* [MapsFleetEngine] add ability to specify trip attributes to Trip and deprecate Trip.remaining_waypoints_version ([#8429](https://github.com/googleapis/google-cloud-php/issues/8429)) ([5672be0](https://github.com/googleapis/google-cloud-php/commit/5672be004e50587eda6742df63060fc51306268e))
167+
168+
</details>
169+
170+
<details><summary>google/maps-fleetengine-delivery 0.4.0</summary>
171+
172+
173+
174+
### Features
175+
176+
* [MapsFleetEngineDelivery] add ability to specify trip attributes to Trip and deprecate Trip.remaining_waypoints_version ([#8428](https://github.com/googleapis/google-cloud-php/issues/8428)) ([4e70664](https://github.com/googleapis/google-cloud-php/commit/4e706649efda4b2c57a7f339957318de5168cf98))
177+
178+
</details>
179+
180+
<details><summary>google/cloud-modelarmor 0.3.0</summary>
181+
182+
183+
184+
### Features
185+
186+
* [ModelArmor] Add MultiLingual Support for Sanitize APIs ([#8417](https://github.com/googleapis/google-cloud-php/issues/8417)) ([b9d6aec](https://github.com/googleapis/google-cloud-php/commit/b9d6aec8703ffc1034a14032d0a6112cf640cf1e))
187+
188+
</details>
189+
190+
<details><summary>google/cloud-networkservices 0.6.0</summary>
191+
192+
193+
194+
### Features
195+
196+
* combined changes across many products. See https://github.com/googleapis/google-cloud-php/pull/8424 for a complete list of changes. ([5fd6a84](https://github.com/googleapis/google-cloud-php/commit/5fd6a842ca9518d75133e6839e1a2bd683096724))
197+
198+
</details>
199+
200+
<details><summary>google/cloud-parametermanager 0.4.0</summary>
201+
202+
203+
204+
### Features
205+
206+
* [ParameterManager] KMS key resource_definition `cloudkms.googleapis.com/CryptoKey is added ([#8392](https://github.com/googleapis/google-cloud-php/issues/8392)) ([899693c](https://github.com/googleapis/google-cloud-php/commit/899693c8d885f129d99a9d3ccabced32acb8b20f))
207+
208+
</details>
209+
210+
<details><summary>google/cloud-pubsub 2.13.1</summary>
211+
212+
213+
214+
### Bug Fixes
215+
216+
* [PubSub] Remove element_count_limit and request_byte_limit from pubsub_gapic.yaml ([#8427](https://github.com/googleapis/google-cloud-php/issues/8427)) ([4ea2abf](https://github.com/googleapis/google-cloud-php/commit/4ea2abf91a5c9f2a991fbecf36a6636ed723138d))
217+
218+
</details>
219+
220+
<details><summary>google/cloud-security-center 2.2.0</summary>
221+
222+
223+
224+
### Features
225+
226+
* [SecurityCenter] Add AffectedResources proto ([#8414](https://github.com/googleapis/google-cloud-php/issues/8414)) ([2139cf8](https://github.com/googleapis/google-cloud-php/commit/2139cf843e0f138136d560c18b0b5f004c22d465))
227+
228+
</details>
229+
230+
<details><summary>google/cloud-security-private-ca 2.1.0</summary>
231+
232+
233+
234+
### Features
235+
236+
* combined changes across many products. See https://github.com/googleapis/google-cloud-php/pull/8424 for a complete list of changes. ([5fd6a84](https://github.com/googleapis/google-cloud-php/commit/5fd6a842ca9518d75133e6839e1a2bd683096724))
237+
238+
</details>
239+
240+
<details><summary>google/shopping-merchant-ordertracking 0.1.0</summary>
241+
242+
243+
244+
### Features
245+
246+
* Introduce ShoppingMerchantOrderTracking ([#8396](https://github.com/googleapis/google-cloud-php/issues/8396)) ([67ab2bf](https://github.com/googleapis/google-cloud-php/commit/67ab2bf85bd83ea5d6ce319974e6ad27ba74eb08))
247+
248+
</details>
249+
250+
<details><summary>google/shopping-merchant-products 0.6.0</summary>
251+
252+
253+
254+
### Features
255+
256+
* [ShoppingMerchantProducts] adds fields maximum_retail_price and gtins to message .google.shopping.merchant.products.v1beta.Attributes ([#8431](https://github.com/googleapis/google-cloud-php/issues/8431)) ([9bd2a1a](https://github.com/googleapis/google-cloud-php/commit/9bd2a1aaafc8eddc415e313c54ff5a601a51316a))
257+
258+
</details>
259+
260+
<details><summary>google/shopping-merchant-reviews 0.3.0</summary>
261+
262+
263+
264+
### Features
265+
266+
* [ShoppingMerchantReviews] adds fields is_incentivized_review and is_verified_purchase to message ProductReviewAttributes ([#8430](https://github.com/googleapis/google-cloud-php/issues/8430)) ([3dbe351](https://github.com/googleapis/google-cloud-php/commit/3dbe351cd1ae3f76d86a182a935c20f2f2f5687b))
267+
268+
</details>
269+
270+
<details><summary>google/cloud-spanner 1.102.0</summary>
271+
272+
273+
274+
### Features
275+
276+
* **Spanner:** Ordering and lock options ([#8421](https://github.com/googleapis/google-cloud-php/issues/8421)) ([f3b49b2](https://github.com/googleapis/google-cloud-php/commit/f3b49b26c805d732cb1d74a082fddb40801c033a))
277+
278+
</details>
279+
3280
## 0.294.0
4281

5282
<details><summary>googleads/ad-manager 0.3.0</summary>

Compute/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.30.0
1+
1.31.0

Config/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

ConfigDelivery/VERSION

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

Core/VERSION

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

Dataform/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

0 commit comments

Comments
 (0)