From e60ba279f587c1b19b1fe74908caa69581195604 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:48:08 +0000 Subject: [PATCH] chore(main): release 0.236.0 --- Batch/VERSION | 2 +- BigQuery/VERSION | 2 +- BigQuery/src/BigQueryClient.php | 2 +- BigQueryStorage/VERSION | 2 +- CHANGELOG.md | 63 +++++++++++++++++++++++++++++++++ Core/VERSION | 2 +- Spanner/VERSION | 2 +- Spanner/src/SpannerClient.php | 2 +- Storage/VERSION | 2 +- Storage/src/StorageClient.php | 2 +- composer.json | 12 +++---- 11 files changed, 78 insertions(+), 15 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/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..6cfb1c765f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,68 @@ # 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-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)) + +
+ +
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-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/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/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..6151405f90b8 100644 --- a/composer.json +++ b/composer.json @@ -88,20 +88,20 @@ "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-bigquery-storage": "1.10.0", "google/cloud-bigquerydatatransfer": "1.8.0", "google/cloud-bigtable": "1.30.2", "google/cloud-billing": "1.9.3", @@ -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", @@ -209,10 +209,10 @@ "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-spanner": "1.73.0", "google/cloud-speech": "1.16.2", "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",