Skip to content

Commit 998aeaa

Browse files
chore(main): release 0.331.0
1 parent cc0d5a2 commit 998aeaa

9 files changed

Lines changed: 75 additions & 13 deletions

File tree

BigQueryMigration/VERSION

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

CHANGELOG.md

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

3+
## 0.331.0
4+
5+
<details><summary>google/cloud-bigquery-migration 1.3.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [BigQueryMigration] add support for assessment tasks in BigQuery Migration API ([#9204](https://github.com/googleapis/google-cloud-php/issues/9204)) ([474203e](https://github.com/googleapis/google-cloud-php/commit/474203ee9e73c69b94c9f8217fa290ef9cc08371))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-dataplex 1.14.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* **dataplex:** [Dataplex] Add `RequestDataProductAccess` method to request access to `DataAssets` with in a `DataProduct` ([#9209](https://github.com/googleapis/google-cloud-php/issues/9209)) ([f4098d9](https://github.com/googleapis/google-cloud-php/commit/f4098d91528d6ff8fad8e67696731a7fa16aa7ac))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-security-private-ca 2.4.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* [SecurityPrivateCa] add allow_requester_specified_not_before_time and requested_not_before_time fields to PrivateCA v1 API ([#9215](https://github.com/googleapis/google-cloud-php/issues/9215)) ([fb908b8](https://github.com/googleapis/google-cloud-php/commit/fb908b860a8a0fb89232dda7d9fed18201071d59))
32+
33+
</details>
34+
35+
<details><summary>google/cloud-sql-admin 1.9.0</summary>
36+
37+
38+
39+
### Features
40+
41+
* [SqlAdmin] A new field `target_instance_settings` is added to message `.google.cloud.sql.v1.PointInTimeRestoreContext` ([#9216](https://github.com/googleapis/google-cloud-php/issues/9216)) ([b6a6b3e](https://github.com/googleapis/google-cloud-php/commit/b6a6b3eb44481d0813d1a77a784167fcbc2b7c70))
42+
43+
</details>
44+
45+
<details><summary>google/cloud-storage 2.3.0</summary>
46+
47+
48+
49+
### Features
50+
51+
* **storage:** Add deleteSourceObjects option to Bucket::compose() ([#9211](https://github.com/googleapis/google-cloud-php/issues/9211)) ([cc0d5a2](https://github.com/googleapis/google-cloud-php/commit/cc0d5a2451972cc41fcd2ac4f62580b7bbfbd66f))
52+
53+
</details>
54+
55+
<details><summary>google/cloud-storage-control 1.9.0</summary>
56+
57+
58+
59+
### Features
60+
61+
* [StorageControl] add support for GCS Storage Control Intelligence Finding APIs ([#9217](https://github.com/googleapis/google-cloud-php/issues/9217)) ([8925a0d](https://github.com/googleapis/google-cloud-php/commit/8925a0d9d06f4a7f6a57bbddce0791e33811e116))
62+
63+
</details>
64+
365
## 0.330.0
466

567
<details><summary>google/cloud-bigquery 1.38.0</summary>

Dataplex/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.14.0

SecurityPrivateCa/VERSION

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

SqlAdmin/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

Storage/VERSION

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

StorageControl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"google/cloud-bigquery-connection": "2.1.3",
121121
"google/cloud-bigquery-data-exchange": "0.6.3",
122122
"google/cloud-bigquery-datapolicies": "1.1.3",
123-
"google/cloud-bigquery-migration": "1.2.3",
123+
"google/cloud-bigquery-migration": "1.3.0",
124124
"google/cloud-bigquery-reservation": "2.7.0",
125125
"google/cloud-bigquery-storage": "2.3.1",
126126
"google/cloud-bigquerydatatransfer": "2.2.4",
@@ -152,7 +152,7 @@
152152
"google/cloud-dataflow": "0.10.0",
153153
"google/cloud-dataform": "0.11.0",
154154
"google/cloud-datalabeling": "0.7.2",
155-
"google/cloud-dataplex": "1.13.0",
155+
"google/cloud-dataplex": "1.14.0",
156156
"google/cloud-dataproc": "2.11.0",
157157
"google/cloud-dataproc-metastore": "1.2.3",
158158
"google/cloud-datastore": "2.0.6",
@@ -242,7 +242,7 @@
242242
"google/cloud-secret-manager": "2.3.0",
243243
"google/cloud-securesourcemanager": "1.8.0",
244244
"google/cloud-security-center": "2.5.1",
245-
"google/cloud-security-private-ca": "2.3.0",
245+
"google/cloud-security-private-ca": "2.4.0",
246246
"google/cloud-security-public-ca": "1.2.0",
247247
"google/cloud-securitycentermanagement": "1.4.0",
248248
"google/cloud-securitycompliance": "0.4.0",
@@ -254,9 +254,9 @@
254254
"google/cloud-shell": "2.2.0",
255255
"google/cloud-spanner": "2.8.0",
256256
"google/cloud-speech": "2.5.1",
257-
"google/cloud-sql-admin": "1.8.0",
258-
"google/cloud-storage": "2.2.0",
259-
"google/cloud-storage-control": "1.8.0",
257+
"google/cloud-sql-admin": "1.9.0",
258+
"google/cloud-storage": "2.3.0",
259+
"google/cloud-storage-control": "1.9.0",
260260
"google/cloud-storage-transfer": "2.4.0",
261261
"google/cloud-storagebatchoperations": "0.7.0",
262262
"google/cloud-storageinsights": "1.4.0",

0 commit comments

Comments
 (0)