From ea601b60062dd578abca83254c8131dc45b418e6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:42:56 +0000 Subject: [PATCH] chore(main): release 0.247.1 --- BigQuery/VERSION | 2 +- BigQuery/src/BigQueryClient.php | 2 +- Bigtable/VERSION | 2 +- Bigtable/src/BigtableClient.php | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ composer.json | 4 ++-- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/BigQuery/VERSION b/BigQuery/VERSION index d1eaa3ba0b8c..b0f33908df16 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.30.2 +1.30.3 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index 2e7fcbe15c6f..2dc3e38a0067 100644 --- a/BigQuery/src/BigQueryClient.php +++ b/BigQuery/src/BigQueryClient.php @@ -50,7 +50,7 @@ class BigQueryClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '1.30.2'; + const VERSION = '1.30.3'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/Bigtable/VERSION b/Bigtable/VERSION index 96cd6ee1e7a2..c78d39b8ed1d 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -1.32.1 +1.32.2 diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index 6bed993755e8..636bb10bf325 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '1.32.1'; + const VERSION = '1.32.2'; /** * @var GapicClient diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ad28224ba1..815d7d94fff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.247.1 + +
google/cloud-bigquery 1.30.3 + + + +### Bug Fixes + +* **BigQuery:** Throw exception when reload function returns 499 status code ([#6756](https://github.com/googleapis/google-cloud-php/issues/6756)) ([cd4fdc3](https://github.com/googleapis/google-cloud-php/commit/cd4fdc396906dffd8f62a64f95a3ef6ecee74340)) + +
+ +
google/cloud-bigtable 1.32.2 + + + +
+ ## 0.247.0
google/cloud-access-approval 1.2.5 diff --git a/composer.json b/composer.json index 456d3d7b471e..3a126715e219 100644 --- a/composer.json +++ b/composer.json @@ -97,7 +97,7 @@ "google/cloud-beyondcorp-appgateways": "0.4.5", "google/cloud-beyondcorp-clientconnectorservices": "0.4.5", "google/cloud-beyondcorp-clientgateways": "0.4.5", - "google/cloud-bigquery": "1.30.2", + "google/cloud-bigquery": "1.30.3", "google/cloud-bigquery-analyticshub": "0.5.3", "google/cloud-bigquery-connection": "1.5.5", "google/cloud-bigquery-data-exchange": "0.4.5", @@ -106,7 +106,7 @@ "google/cloud-bigquery-reservation": "1.3.5", "google/cloud-bigquery-storage": "1.10.4", "google/cloud-bigquerydatatransfer": "1.8.5", - "google/cloud-bigtable": "1.32.1", + "google/cloud-bigtable": "1.32.2", "google/cloud-billing": "1.9.7", "google/cloud-billing-budgets": "1.4.5", "google/cloud-binary-authorization": "0.8.7",