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 5, 2024
1 parent dab2c39 commit 0ffb003
Show file tree
Hide file tree
Showing 12 changed files with 124 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.9
0.16.10
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

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

## 0.248.0

<details><summary>google/cloud-batch 0.16.10</summary>



### Documentation

* Documentation improvements ([#7369](https://github.com/googleapis/google-cloud-php/issues/7369)) ([dab2c39](https://github.com/googleapis/google-cloud-php/commit/dab2c3977edd8e720eade07c06c5c912f441c2b2))

</details>

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


### ⚠ 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-redis-cluster 0.3.0</summary>



### Features

* Add persistence support ([b01e8dc](https://github.com/googleapis/google-cloud-php/commit/b01e8dcd3a229b0f5f0d8aa6ec60257444859b75))
* Add support for different node types ([#7368](https://github.com/googleapis/google-cloud-php/issues/7368)) ([b01e8dc](https://github.com/googleapis/google-cloud-php/commit/b01e8dcd3a229b0f5f0d8aa6ec60257444859b75))
* Get details of certificate authority from redis cluster ([b01e8dc](https://github.com/googleapis/google-cloud-php/commit/b01e8dcd3a229b0f5f0d8aa6ec60257444859b75))


### Documentation

* Size_gb field shows the size of the cluster rounded up to the next integer, precise_size_gb field will show the exact size of the cluster ([b01e8dc](https://github.com/googleapis/google-cloud-php/commit/b01e8dcd3a229b0f5f0d8aa6ec60257444859b75))

</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 RedisCluster/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.3.0
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
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
"google/cloud-assured-workloads": "0.11.5",
"google/cloud-automl": "1.6.5",
"google/cloud-bare-metal-solution": "0.6.5",
"google/cloud-batch": "0.16.9",
"google/cloud-batch": "0.16.10",
"google/cloud-beyondcorp-appconnections": "0.4.5",
"google/cloud-beyondcorp-appconnectors": "0.4.5",
"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,16 +191,16 @@
"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",
"google/cloud-recommendations-ai": "0.7.5",
"google/cloud-recommender": "1.11.5",
"google/cloud-redis": "1.9.5",
"google/cloud-redis-cluster": "0.2.5",
"google/cloud-redis-cluster": "0.3.0",
"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 0ffb003

Please sign in to comment.