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 4, 2024
1 parent 7a1be5a commit 3147b01
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 14 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

78 changes: 78 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,83 @@
# 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-04)


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

<details><summary>google/cloud-pubsub 2.2.1</summary>



### Bug Fixes

* Pubsub version constant ([#7362](https://github.com/googleapis/google-cloud-php/issues/7362)) ([ffcadde](https://github.com/googleapis/google-cloud-php/commit/ffcadde3f3d88b3ef2b41f48d385dbed89679591))

</details>

<details><summary>google/cloud-resource-settings 1.2.6</summary>



### Documentation

* Resource Settings is deprecated. As of November 7, 2023, no organizations will be onboarded for any of the enabled settings, and the service will be shut down on October 1, 2024 ([#7358](https://github.com/googleapis/google-cloud-php/issues/7358)) ([7a1be5a](https://github.com/googleapis/google-cloud-php/commit/7a1be5ac80750b82bb62102b17cd438ea8790ddc))

</details>

<details><summary>google/cloud-sql-admin 0.18.0</summary>



### Features

* Support for CLUSTER_MAINTENANCE and SELF_SERVICE_MAINTENANCE operation types ([#7363](https://github.com/googleapis/google-cloud-php/issues/7363)) ([23415ce](https://github.com/googleapis/google-cloud-php/commit/23415ce49ac44aa961bed5af7a6dfec7daa55a3c))
* Support for MySQL 8.4 ([23415ce](https://github.com/googleapis/google-cloud-php/commit/23415ce49ac44aa961bed5af7a6dfec7daa55a3c))


### Documentation

* Various updates and clarifications to the documentation ([23415ce](https://github.com/googleapis/google-cloud-php/commit/23415ce49ac44aa961bed5af7a6dfec7daa55a3c))

</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
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class PubSubClient
use ApiHelperTrait;
use ClientOptionsTrait;

const VERSION = '2.2.0';
const VERSION = '2.2.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub';

Expand Down
2 changes: 1 addition & 1 deletion ResourceSettings/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.5
1.2.6
2 changes: 1 addition & 1 deletion SqlAdmin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.1
0.18.0
12 changes: 6 additions & 6 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 Expand Up @@ -191,7 +191,7 @@
"google/cloud-policytroubleshooter-iam": "0.2.5",
"google/cloud-private-catalog": "0.4.4",
"google/cloud-profiler": "1.4.3",
"google/cloud-pubsub": "2.2.0",
"google/cloud-pubsub": "2.2.1",
"google/cloud-quotas": "0.2.3",
"google/cloud-rapidmigrationassessment": "0.3.5",
"google/cloud-recaptcha-enterprise": "1.12.2",
Expand All @@ -200,7 +200,7 @@
"google/cloud-redis": "1.9.5",
"google/cloud-redis-cluster": "0.2.5",
"google/cloud-resource-manager": "0.8.5",
"google/cloud-resource-settings": "1.2.5",
"google/cloud-resource-settings": "1.2.6",
"google/cloud-retail": "1.6.4",
"google/cloud-run": "0.9.3",
"google/cloud-scheduler": "1.10.5",
Expand All @@ -218,7 +218,7 @@
"google/cloud-shell": "1.3.5",
"google/cloud-spanner": "1.79.0",
"google/cloud-speech": "1.18.3",
"google/cloud-sql-admin": "0.17.1",
"google/cloud-sql-admin": "0.18.0",
"google/cloud-storage": "1.42.0",
"google/cloud-storage-control": "0.2.1",
"google/cloud-storage-transfer": "1.4.5",
Expand Down

0 comments on commit 3147b01

Please sign in to comment.