Skip to content

Commit 07c36bd

Browse files
chore(main): release 0.330.0 (googleapis#9189)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 408735e commit 07c36bd

12 files changed

Lines changed: 105 additions & 18 deletions

File tree

BigQuery/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.37.0
1+
1.38.0

BigQuery/src/BigQueryClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class BigQueryClient
5454
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
5555
}
5656

57-
const VERSION = '1.37.0';
57+
const VERSION = '1.38.0';
5858

5959
const MAX_DELAY_MICROSECONDS = 32000000;
6060
const SERVICE_NAME = 'bigquery';

CHANGELOG.md

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

3+
## 0.330.0
4+
5+
<details><summary>google/cloud-bigquery 1.38.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* (BigQuery) Add Remote Function support ([#9177](https://github.com/googleapis/google-cloud-php/issues/9177)) ([b1c7d34](https://github.com/googleapis/google-cloud-php/commit/b1c7d347f1f4167675c2fbde31bf15424ab675e3))
12+
13+
14+
### Bug Fixes
15+
16+
* **BigQuery:** Fix 404 in stateless query pagination ([#9199](https://github.com/googleapis/google-cloud-php/issues/9199)) ([0e291fb](https://github.com/googleapis/google-cloud-php/commit/0e291fb69201decc8b55c5d0536c579d249fe683))
17+
18+
</details>
19+
20+
<details><summary>google/cloud-compute 2.10.0</summary>
21+
22+
23+
24+
### Features
25+
26+
* [Compute] Update Compute Engine v1 API to revision 20260422 ([#1193](https://github.com/googleapis/google-cloud-php/issues/1193)) ([#9190](https://github.com/googleapis/google-cloud-php/issues/9190)) ([6cf66f2](https://github.com/googleapis/google-cloud-php/commit/6cf66f2836b919e18c2adde025bf60baab53480c))
27+
28+
</details>
29+
30+
<details><summary>google/cloud-container 2.9.0</summary>
31+
32+
33+
34+
### Features
35+
36+
* [Container] add confidential instance type and hyperdisk support to GKE API ([#9185](https://github.com/googleapis/google-cloud-php/issues/9185)) ([d83775a](https://github.com/googleapis/google-cloud-php/commit/d83775acfa7b9951aecb458baa355f3c03e7ea1d))
37+
38+
</details>
39+
40+
<details><summary>google/cloud-databasecenter 0.7.0</summary>
41+
42+
43+
44+
### Features
45+
46+
* [DatabaseCenter] add a AggregateQueryStats API ([#9200](https://github.com/googleapis/google-cloud-php/issues/9200)) ([f40cd90](https://github.com/googleapis/google-cloud-php/commit/f40cd908216b3611c763c93157a913ec6f405dcd))
47+
48+
</details>
49+
50+
<details><summary>google/cloud-hypercomputecluster 0.3.0</summary>
51+
52+
53+
54+
### Features
55+
56+
* **HypercomputeCluster:** Introduce V1 ([#9191](https://github.com/googleapis/google-cloud-php/issues/9191)) ([493b705](https://github.com/googleapis/google-cloud-php/commit/493b7058db9b99bc206be9de0f94e317b3e99eb0))
57+
58+
</details>
59+
60+
<details><summary>google/cloud-security-center 2.5.1</summary>
61+
62+
63+
64+
### Bug Fixes
65+
66+
* **SecurityCenter:** Rename class using reserved PHP "object" keyword ([#9194](https://github.com/googleapis/google-cloud-php/issues/9194)) ([89d96fe](https://github.com/googleapis/google-cloud-php/commit/89d96fefd430b70956814eb5175fec53c0351c01))
67+
68+
</details>
69+
70+
<details><summary>google/cloud-storage 2.2.0</summary>
71+
72+
73+
74+
### Features
75+
76+
* **Storage:** Support user-provided hash validation in uploads ([#9178](https://github.com/googleapis/google-cloud-php/issues/9178)) ([d2b2f3c](https://github.com/googleapis/google-cloud-php/commit/d2b2f3ceec2a4df83dcc4c521aab175dc0bc309b))
77+
78+
</details>
79+
80+
<details><summary>google/cloud-support 1.6.0</summary>
81+
82+
83+
84+
### Features
85+
86+
* [Support] v2 version for `GetComment` and `GetAttachment` ([#9187](https://github.com/googleapis/google-cloud-php/issues/9187)) ([291f912](https://github.com/googleapis/google-cloud-php/commit/291f912577c51f251df354faaed11f9582c30a23))
87+
88+
</details>
89+
390
## 0.329.0
491

592
<details><summary>googleads/ad-manager 0.7.0</summary>

Compute/VERSION

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

Container/VERSION

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

DatabaseCenter/VERSION

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

HypercomputeCluster/VERSION

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

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

Storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

Storage/src/StorageClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class StorageClient
4747
use ArrayTrait;
4848
use ClientTrait;
4949

50-
const VERSION = '2.1.0';
50+
const VERSION = '2.2.0';
5151

5252
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
5353
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';

0 commit comments

Comments
 (0)