Skip to content

Commit 0b340fa

Browse files
chore(main): release 0.324.0
1 parent 90641db commit 0b340fa

9 files changed

Lines changed: 64 additions & 12 deletions

File tree

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.54.0
1+
1.55.0

BigQuery/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.35.2
1+
1.36.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.35.2';
57+
const VERSION = '1.36.0';
5858

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

CHANGELOG.md

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

3+
## 0.324.0
4+
5+
<details><summary>google/cloud-ai-platform 1.55.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AiPlatform] add `VALIDATED` Function Calling mode to v1 ([#9025](https://github.com/googleapis/google-cloud-php/issues/9025)) ([bf58c00](https://github.com/googleapis/google-cloud-php/commit/bf58c00be153693a88cedf4510260cba037a2b39))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-bigquery 1.36.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* **BigQuery:** Add Stateless Query support ([#9022](https://github.com/googleapis/google-cloud-php/issues/9022)) ([a1f6930](https://github.com/googleapis/google-cloud-php/commit/a1f69303a1c7b84395928b6c27b4d2517cf27615))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-dlp 2.10.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* [Dlp] added support for detecting key-value pairs in document metadata ([#9029](https://github.com/googleapis/google-cloud-php/issues/9029)) ([2cc507c](https://github.com/googleapis/google-cloud-php/commit/2cc507c8b57bcbe709e1c3a237c86881b2955a78))
32+
33+
</details>
34+
35+
<details><summary>google/cloud-run 1.12.2</summary>
36+
37+
38+
39+
### Documentation
40+
41+
* [Run] An existing repeated string field custom_audiences is marked deprecated for WorkerPools API ([#9031](https://github.com/googleapis/google-cloud-php/issues/9031)) ([c4fd69b](https://github.com/googleapis/google-cloud-php/commit/c4fd69bfe51d2ef82a31dff2ed55f954ffa26333))
42+
43+
</details>
44+
45+
<details><summary>google/cloud-storage 1.50.0</summary>
46+
47+
48+
49+
### Features
50+
51+
* **storage:** Add support for encryption enforcement configurations ([#8937](https://github.com/googleapis/google-cloud-php/issues/8937)) ([e0d7036](https://github.com/googleapis/google-cloud-php/commit/e0d7036b3fd6fbd62bbaacc9b185b96642fc3b47))
52+
53+
</details>
54+
355
## 0.323.0
456

557
<details><summary>google/cloud-access-approval 2.1.3</summary>

Dlp/VERSION

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

Run/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.1
1+
1.12.2

Storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.49.2
1+
1.50.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 = '1.49.2';
50+
const VERSION = '1.50.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';

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"google/apps-meet": "0.5.4",
9292
"google/cloud-access-approval": "2.1.3",
9393
"google/cloud-advisorynotifications": "1.2.4",
94-
"google/cloud-ai-platform": "1.54.0",
94+
"google/cloud-ai-platform": "1.55.0",
9595
"google/cloud-alloydb": "1.7.1",
9696
"google/cloud-api-gateway": "2.1.3",
9797
"google/cloud-api-keys": "1.1.2",
@@ -114,7 +114,7 @@
114114
"google/cloud-beyondcorp-appgateways": "1.1.3",
115115
"google/cloud-beyondcorp-clientconnectorservices": "1.1.3",
116116
"google/cloud-beyondcorp-clientgateways": "1.1.3",
117-
"google/cloud-bigquery": "1.35.2",
117+
"google/cloud-bigquery": "1.36.0",
118118
"google/cloud-bigquery-analyticshub": "1.5.1",
119119
"google/cloud-bigquery-connection": "2.1.3",
120120
"google/cloud-bigquery-data-exchange": "0.6.3",
@@ -163,7 +163,7 @@
163163
"google/cloud-dialogflow": "2.3.1",
164164
"google/cloud-dialogflow-cx": "0.10.2",
165165
"google/cloud-discoveryengine": "1.11.1",
166-
"google/cloud-dlp": "2.9.2",
166+
"google/cloud-dlp": "2.10.0",
167167
"google/cloud-dms": "2.1.3",
168168
"google/cloud-document-ai": "2.6.1",
169169
"google/cloud-domains": "1.1.3",
@@ -236,7 +236,7 @@
236236
"google/cloud-redis-cluster": "0.6.4",
237237
"google/cloud-resource-manager": "1.1.3",
238238
"google/cloud-retail": "2.5.3",
239-
"google/cloud-run": "1.12.1",
239+
"google/cloud-run": "1.12.2",
240240
"google/cloud-scheduler": "2.2.0",
241241
"google/cloud-secret-manager": "2.3.0",
242242
"google/cloud-securesourcemanager": "1.7.0",
@@ -254,7 +254,7 @@
254254
"google/cloud-spanner": "2.6.0",
255255
"google/cloud-speech": "2.5.0",
256256
"google/cloud-sql-admin": "1.8.0",
257-
"google/cloud-storage": "1.49.2",
257+
"google/cloud-storage": "1.50.0",
258258
"google/cloud-storage-control": "1.8.0",
259259
"google/cloud-storage-transfer": "2.4.0",
260260
"google/cloud-storagebatchoperations": "0.6.0",

0 commit comments

Comments
 (0)