diff --git a/BigQueryMigration/VERSION b/BigQueryMigration/VERSION index 0495c4a88ca..f0bb29e7638 100644 --- a/BigQueryMigration/VERSION +++ b/BigQueryMigration/VERSION @@ -1 +1 @@ -1.2.3 +1.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c2268151e..244b04f9fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,73 @@ # Changelog +## 0.331.0 + +
google/cloud-bigquery-migration 1.3.0 + + + +### Features + +* [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)) + +
+ +
google/cloud-dataplex 1.14.0 + + + +### Features + +* **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)) + +
+ +
google/cloud-security-private-ca 2.4.0 + + + +### Features + +* [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)) + +
+ +
google/cloud-spanner 2.8.1 + + + +
+ +
google/cloud-sql-admin 1.9.0 + + + +### Features + +* [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)) + +
+ +
google/cloud-storage 2.3.0 + + + +### Features + +* **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)) + +
+ +
google/cloud-storage-control 1.9.0 + + + +### Features + +* [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)) + +
+ ## 0.330.0
google/cloud-bigquery 1.38.0 diff --git a/Dataplex/VERSION b/Dataplex/VERSION index feaae22bac7..850e742404b 100644 --- a/Dataplex/VERSION +++ b/Dataplex/VERSION @@ -1 +1 @@ -1.13.0 +1.14.0 diff --git a/SecurityPrivateCa/VERSION b/SecurityPrivateCa/VERSION index 276cbf9e285..197c4d5c2d7 100644 --- a/SecurityPrivateCa/VERSION +++ b/SecurityPrivateCa/VERSION @@ -1 +1 @@ -2.3.0 +2.4.0 diff --git a/Spanner/VERSION b/Spanner/VERSION index 834f2629538..dbe59006547 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -2.8.0 +2.8.1 diff --git a/SqlAdmin/VERSION b/SqlAdmin/VERSION index 27f9cd322bb..f8e233b2733 100644 --- a/SqlAdmin/VERSION +++ b/SqlAdmin/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/Storage/VERSION b/Storage/VERSION index ccbccc3dc62..276cbf9e285 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -2.2.0 +2.3.0 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index ba98f721530..1fbacc0ae21 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '2.2.0'; + const VERSION = '2.3.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only'; diff --git a/StorageControl/VERSION b/StorageControl/VERSION index 27f9cd322bb..f8e233b2733 100644 --- a/StorageControl/VERSION +++ b/StorageControl/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/composer.json b/composer.json index a5fde45b6bb..0d0d3038e00 100644 --- a/composer.json +++ b/composer.json @@ -120,7 +120,7 @@ "google/cloud-bigquery-connection": "2.1.3", "google/cloud-bigquery-data-exchange": "0.6.3", "google/cloud-bigquery-datapolicies": "1.1.3", - "google/cloud-bigquery-migration": "1.2.3", + "google/cloud-bigquery-migration": "1.3.0", "google/cloud-bigquery-reservation": "2.7.0", "google/cloud-bigquery-storage": "2.3.1", "google/cloud-bigquerydatatransfer": "2.2.4", @@ -152,7 +152,7 @@ "google/cloud-dataflow": "0.10.0", "google/cloud-dataform": "0.11.0", "google/cloud-datalabeling": "0.7.2", - "google/cloud-dataplex": "1.13.0", + "google/cloud-dataplex": "1.14.0", "google/cloud-dataproc": "2.11.0", "google/cloud-dataproc-metastore": "1.2.3", "google/cloud-datastore": "2.0.6", @@ -242,7 +242,7 @@ "google/cloud-secret-manager": "2.3.0", "google/cloud-securesourcemanager": "1.8.0", "google/cloud-security-center": "2.5.1", - "google/cloud-security-private-ca": "2.3.0", + "google/cloud-security-private-ca": "2.4.0", "google/cloud-security-public-ca": "1.2.0", "google/cloud-securitycentermanagement": "1.4.0", "google/cloud-securitycompliance": "0.4.0", @@ -252,11 +252,11 @@ "google/cloud-service-usage": "2.2.0", "google/cloud-servicehealth": "0.5.0", "google/cloud-shell": "2.2.0", - "google/cloud-spanner": "2.8.0", + "google/cloud-spanner": "2.8.1", "google/cloud-speech": "2.5.1", - "google/cloud-sql-admin": "1.8.0", - "google/cloud-storage": "2.2.0", - "google/cloud-storage-control": "1.8.0", + "google/cloud-sql-admin": "1.9.0", + "google/cloud-storage": "2.3.0", + "google/cloud-storage-control": "1.9.0", "google/cloud-storage-transfer": "2.4.0", "google/cloud-storagebatchoperations": "0.7.0", "google/cloud-storageinsights": "1.4.0",