Skip to content

Commit

Permalink
chore(main): release 0.248.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 3, 2024
1 parent 446c61f commit 0c3b508
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 7 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
3 changes: 2 additions & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
2.0.0-RC1
3.0.0-RC1

42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## 0.248.0

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



### Bug Fixes

* **BigQuery:** do not retry status code 499 (client canceled) ([cd4fdc3](https://github.com/googleapis/google-cloud-php/commit/cd4fdc396906dffd8f62a64f95a3ef6ecee74340))

</details>

<details><summary>google/cloud-bigtable 3.0.0-RC1
</summary>

](https://github.com/googleapis/google-cloud-php/compare/v0.247.0...v0.248.0) (2024-06-03)


### ⚠ BREAKING CHANGES

* Upgrade Bigtable to 2.0.0-RC1 ([#7317](https://github.com/googleapis/google-cloud-php/issues/7317))

### Features

* Upgrade Bigtable to 2.0.0-RC1 ([#7317](https://github.com/googleapis/google-cloud-php/issues/7317)) ([446c61f](https://github.com/googleapis/google-cloud-php/commit/446c61fa5b51248621cfed90a3831f01689e8258))

</details>

<details><summary>google/cloud-core 2.0.0</summary>



### ⚠ BREAKING CHANGES

* Upgrade Bigtable to 2.0.0-RC1 ([#7317](https://github.com/googleapis/google-cloud-php/issues/7317))

### Features

* Upgrade Bigtable to 2.0.0-RC1 ([#7317](https://github.com/googleapis/google-cloud-php/issues/7317)) ([446c61f](https://github.com/googleapis/google-cloud-php/commit/446c61fa5b51248621cfed90a3831f01689e8258))

</details>

## 0.247.0

<details><summary>google/cloud-access-approval 1.2.5</summary>
Expand Down
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.58.2
2.0.0
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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 @@ -107,7 +107,7 @@
"google/cloud-bigquery-reservation": "1.3.5",
"google/cloud-bigquery-storage": "1.10.4",
"google/cloud-bigquerydatatransfer": "1.8.5",
"google/cloud-bigtable": "2.0.0-RC1",
"google/cloud-bigtable": "3.0.0-RC1\n",
"google/cloud-billing": "1.9.7",
"google/cloud-billing-budgets": "1.4.5",
"google/cloud-binary-authorization": "0.8.7",
Expand All @@ -123,7 +123,7 @@
"google/cloud-contact-center-insights": "1.9.5",
"google/cloud-container": "1.30.3",
"google/cloud-container-analysis": "0.5.7",
"google/cloud-core": "1.58.2",
"google/cloud-core": "2.0.0",
"google/cloud-data-catalog": "1.10.3",
"google/cloud-data-fusion": "0.6.5",
"google/cloud-datacatalog-lineage": "0.5.5",
Expand Down

0 comments on commit 0c3b508

Please sign in to comment.