Skip to content

Commit

Permalink
chore(main): release 0.247.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 3, 2024
1 parent cd4fdc3 commit ea601b6
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.2
1.30.3
2 changes: 1 addition & 1 deletion BigQuery/src/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.32.1
1.32.2
2 changes: 1 addition & 1 deletion Bigtable/src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '1.32.1';
const VERSION = '1.32.2';

/**
* @var GapicClient
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.247.1

<details><summary>google/cloud-bigquery 1.30.3</summary>



### 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))

</details>

<details><summary>google/cloud-bigtable 1.32.2</summary>



</details>

## 0.247.0

<details><summary>google/cloud-access-approval 1.2.5</summary>
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit ea601b6

Please sign in to comment.