From 6357f5a4d2725d54e34b7d380bceda3603b4cc87 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:51:23 +0000 Subject: [PATCH] chore(main): release 0.236.0 --- Batch/VERSION | 2 +- BigQuery/VERSION | 2 +- BigQuery/src/BigQueryClient.php | 2 +- BigQueryDataTransfer/VERSION | 2 +- BigQueryStorage/VERSION | 2 +- CHANGELOG.md | 113 ++++++++++++++++++++++++++++++++ Core/VERSION | 2 +- SecurityCenter/VERSION | 2 +- ServiceControl/VERSION | 2 +- Spanner/VERSION | 2 +- Spanner/src/SpannerClient.php | 2 +- Speech/VERSION | 2 +- Speech/src/SpeechClient.php | 2 +- Storage/VERSION | 2 +- Storage/src/StorageClient.php | 2 +- composer.json | 20 +++--- 16 files changed, 137 insertions(+), 24 deletions(-) diff --git a/Batch/VERSION b/Batch/VERSION index 2a0970ca757c..201a22c8fa5c 100644 --- a/Batch/VERSION +++ b/Batch/VERSION @@ -1 +1 @@ -0.16.1 +0.16.2 diff --git a/BigQuery/VERSION b/BigQuery/VERSION index 83cf0d951b0c..034552a83eeb 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.29.1 +1.30.0 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index 038913446761..01cf7b072d53 100644 --- a/BigQuery/src/BigQueryClient.php +++ b/BigQuery/src/BigQueryClient.php @@ -50,7 +50,7 @@ class BigQueryClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '1.29.1'; + const VERSION = '1.30.0'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/BigQueryDataTransfer/VERSION b/BigQueryDataTransfer/VERSION index 27f9cd322bb9..a8fdfda1c782 100644 --- a/BigQueryDataTransfer/VERSION +++ b/BigQueryDataTransfer/VERSION @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/BigQueryStorage/VERSION b/BigQueryStorage/VERSION index 9ab8337f3962..81c871de46b3 100644 --- a/BigQueryStorage/VERSION +++ b/BigQueryStorage/VERSION @@ -1 +1 @@ -1.9.1 +1.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 437dfc28de7b..98b2313cbcb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,118 @@ # Changelog +## 0.236.0 + +
google/cloud-batch 0.16.2 + + + +### Documentation + +* Add caution messages for container runnable username and password fields ([1164d54](https://github.com/googleapis/google-cloud-php/commit/1164d5494669c0b8a19d94def34bcfc9df808efa)) +* Refine proto comment for run_as_non_root ([#7073](https://github.com/googleapis/google-cloud-php/issues/7073)) ([1164d54](https://github.com/googleapis/google-cloud-php/commit/1164d5494669c0b8a19d94def34bcfc9df808efa)) + +
+ +
google/cloud-bigquery 1.30.0 + + + +### Features + +* Add universe domain environment variable support ([#6993](https://github.com/googleapis/google-cloud-php/issues/6993)) ([528bb62](https://github.com/googleapis/google-cloud-php/commit/528bb62810558fc73a7fbeb2f2c891cede1b9a8f)) + +
+ +
google/cloud-bigquerydatatransfer 1.8.1 + + + +### Documentation + +* Update unenrollDataSources API documentation ([#7079](https://github.com/googleapis/google-cloud-php/issues/7079)) ([b119d44](https://github.com/googleapis/google-cloud-php/commit/b119d44f8e823795788586d9091dcc0e31634af2)) + +
+ +
google/cloud-bigquery-storage 1.10.0 + + + +### Features + +* Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema ([#7072](https://github.com/googleapis/google-cloud-php/issues/7072)) ([b188d41](https://github.com/googleapis/google-cloud-php/commit/b188d412f8a9d6824ee9ba69489e73b0c9fa1c61)) + +
+ +
google/cloud-core 1.56.0 + + + +### Features + +* Add universe domain environment variable support ([#6993](https://github.com/googleapis/google-cloud-php/issues/6993)) ([528bb62](https://github.com/googleapis/google-cloud-php/commit/528bb62810558fc73a7fbeb2f2c891cede1b9a8f)) + + +### Bug Fixes + +* Insecure credentials wrapper ([#7077](https://github.com/googleapis/google-cloud-php/issues/7077)) ([adb9a54](https://github.com/googleapis/google-cloud-php/commit/adb9a54d99767eef3ce944770f002783983e8178)) + +
+ +
google/cloud-security-center 1.23.0 + + + +### Features + +* Add Backup DR field to finding's list of attributes ([#7083](https://github.com/googleapis/google-cloud-php/issues/7083)) ([ee748dd](https://github.com/googleapis/google-cloud-php/commit/ee748ddff7a44e5c1050363096a6149e4cad7d73)) + +
+ +
google/cloud-service-control 1.4.0 + + + +### Features + +* Include api_key_uid in service control check response ([#7078](https://github.com/googleapis/google-cloud-php/issues/7078)) ([6ac831b](https://github.com/googleapis/google-cloud-php/commit/6ac831bdb120a3cfbe5f1dfd0116413178c5a9cb)) + +
+ +
google/cloud-spanner 1.73.0 + + + +### Features + +* Update TransactionOptions to include new option exclude_txn_from_change_streams ([#7071](https://github.com/googleapis/google-cloud-php/issues/7071)) ([81c782d](https://github.com/googleapis/google-cloud-php/commit/81c782d2f839b0c2fcb308c5a78883688fc356da)) + +
+ +
google/cloud-speech 1.17.0 + + + +### Features + +* Add API for writing BatchRecognize transcripts in SRT and VTT formats ([#7082](https://github.com/googleapis/google-cloud-php/issues/7082)) ([4c49f40](https://github.com/googleapis/google-cloud-php/commit/4c49f406839cb210277c2d10fa024028a31729e5)) + + +### Documentation + +* Update field documentation based on field behavior updates ([4c49f40](https://github.com/googleapis/google-cloud-php/commit/4c49f406839cb210277c2d10fa024028a31729e5)) + +
+ +
google/cloud-storage 1.39.0 + + + +### Features + +* Add universe domain environment variable support ([#6993](https://github.com/googleapis/google-cloud-php/issues/6993)) ([528bb62](https://github.com/googleapis/google-cloud-php/commit/528bb62810558fc73a7fbeb2f2c891cede1b9a8f)) + +
+ ## 0.235.0
google/cloud-ai-platform 0.34.0 diff --git a/Core/VERSION b/Core/VERSION index 094d6ad00ce7..3ebf789f5a8d 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.55.0 +1.56.0 diff --git a/SecurityCenter/VERSION b/SecurityCenter/VERSION index 57807d6d0d0c..a6c2798a482e 100644 --- a/SecurityCenter/VERSION +++ b/SecurityCenter/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0 diff --git a/ServiceControl/VERSION b/ServiceControl/VERSION index f0bb29e76388..88c5fb891dcf 100644 --- a/ServiceControl/VERSION +++ b/ServiceControl/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/Spanner/VERSION b/Spanner/VERSION index 0834888f5580..5e3a42566267 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.72.0 +1.73.0 diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index 89037bc526bb..cd56db0cb7cc 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -120,7 +120,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.72.0'; + const VERSION = '1.73.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/Speech/VERSION b/Speech/VERSION index 4a02d2c3170b..092afa15df4d 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -1.16.2 +1.17.0 diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index 735318b7eae8..9d9beb256937 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '1.16.2'; + const VERSION = '1.17.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Storage/VERSION b/Storage/VERSION index ebeef2f2d619..5edffce6d570 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.38.0 +1.39.0 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 1b6e74091428..e87c391115ce 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.38.0'; + const VERSION = '1.39.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/composer.json b/composer.json index 39713440e5e1..614eba422563 100644 --- a/composer.json +++ b/composer.json @@ -88,21 +88,21 @@ "google/cloud-assured-workloads": "0.11.1", "google/cloud-automl": "1.6.1", "google/cloud-bare-metal-solution": "0.6.1", - "google/cloud-batch": "0.16.1", + "google/cloud-batch": "0.16.2", "google/cloud-beyondcorp-appconnections": "0.4.1", "google/cloud-beyondcorp-appconnectors": "0.4.1", "google/cloud-beyondcorp-appgateways": "0.4.1", "google/cloud-beyondcorp-clientconnectorservices": "0.4.1", "google/cloud-beyondcorp-clientgateways": "0.4.1", - "google/cloud-bigquery": "1.29.1", + "google/cloud-bigquery": "1.30.0", "google/cloud-bigquery-analyticshub": "0.4.1", "google/cloud-bigquery-connection": "1.5.1", "google/cloud-bigquery-data-exchange": "0.4.1", "google/cloud-bigquery-datapolicies": "0.5.1", "google/cloud-bigquery-migration": "0.4.1", "google/cloud-bigquery-reservation": "1.3.1", - "google/cloud-bigquery-storage": "1.9.1", - "google/cloud-bigquerydatatransfer": "1.8.0", + "google/cloud-bigquery-storage": "1.10.0", + "google/cloud-bigquerydatatransfer": "1.8.1", "google/cloud-bigtable": "1.30.2", "google/cloud-billing": "1.9.3", "google/cloud-billing-budgets": "1.4.1", @@ -118,7 +118,7 @@ "google/cloud-contact-center-insights": "1.9.1", "google/cloud-container": "1.26.0", "google/cloud-container-analysis": "0.5.2", - "google/cloud-core": "1.55.0", + "google/cloud-core": "1.56.0", "google/cloud-data-catalog": "1.9.2", "google/cloud-data-fusion": "0.6.1", "google/cloud-datacatalog-lineage": "0.5.1", @@ -199,20 +199,20 @@ "google/cloud-scheduler": "1.10.1", "google/cloud-secret-manager": "1.13.1", "google/cloud-securesourcemanager": "0.2.1", - "google/cloud-security-center": "1.22.0", + "google/cloud-security-center": "1.23.0", "google/cloud-security-private-ca": "1.5.1", "google/cloud-security-public-ca": "0.3.1", "google/cloud-securitycentermanagement": "0.2.3", - "google/cloud-service-control": "1.3.0", + "google/cloud-service-control": "1.4.0", "google/cloud-service-directory": "1.3.1", "google/cloud-service-management": "1.3.1", "google/cloud-service-usage": "1.3.0", "google/cloud-servicehealth": "0.1.2", "google/cloud-shell": "1.3.1", - "google/cloud-spanner": "1.72.0", - "google/cloud-speech": "1.16.2", + "google/cloud-spanner": "1.73.0", + "google/cloud-speech": "1.17.0", "google/cloud-sql-admin": "0.13.0", - "google/cloud-storage": "1.38.0", + "google/cloud-storage": "1.39.0", "google/cloud-storage-transfer": "1.4.1", "google/cloud-storageinsights": "0.3.1", "google/cloud-support": "0.2.1",