From 9f02235d7e85030ef3b4e39c1858a4b03d4ace33 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:17:06 +0000 Subject: [PATCH] chore(main): release 0.266.0 --- ArtifactRegistry/VERSION | 2 +- Bigtable/VERSION | 2 +- CHANGELOG.md | 67 +++++++++++++++++++++++++++++++++++ Eventarc/VERSION | 2 +- Storage/VERSION | 2 +- Storage/src/StorageClient.php | 2 +- TextToSpeech/VERSION | 2 +- composer.json | 10 +++--- 8 files changed, 78 insertions(+), 11 deletions(-) diff --git a/ArtifactRegistry/VERSION b/ArtifactRegistry/VERSION index 3eefcb9dd5b3..9084fa2f716a 100644 --- a/ArtifactRegistry/VERSION +++ b/ArtifactRegistry/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/Bigtable/VERSION b/Bigtable/VERSION index 437459cd94c9..e70b4523ae7f 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -2.5.0 +2.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a24c3cf7e8..dcd1e84d3e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,72 @@ # Changelog +## 0.266.0 + +
google/cloud-artifact-registry 1.1.0 + + + +### Features + +* Add Artifact Registry attachment API ([#7768](https://github.com/googleapis/google-cloud-php/issues/7768)) ([31098df](https://github.com/googleapis/google-cloud-php/commit/31098df0b6df048189c4ab1c863b2c1b755610c4)) +* Add Artifact Registry custom remote support ([31098df](https://github.com/googleapis/google-cloud-php/commit/31098df0b6df048189c4ab1c863b2c1b755610c4)) +* Add Artifact Registry generic repository support ([31098df](https://github.com/googleapis/google-cloud-php/commit/31098df0b6df048189c4ab1c863b2c1b755610c4)) +* Add Artifact Registry rule APIs ([31098df](https://github.com/googleapis/google-cloud-php/commit/31098df0b6df048189c4ab1c863b2c1b755610c4)) +* Add Artifact Registry server side resource filtering and sorting ([31098df](https://github.com/googleapis/google-cloud-php/commit/31098df0b6df048189c4ab1c863b2c1b755610c4)) +* Add Artifact Registry UpdateFile and DeleteFile APIs ([31098df](https://github.com/googleapis/google-cloud-php/commit/31098df0b6df048189c4ab1c863b2c1b755610c4)) + + +### Documentation + +* Include max page size for all Artifact Registry APIs ([31098df](https://github.com/googleapis/google-cloud-php/commit/31098df0b6df048189c4ab1c863b2c1b755610c4)) + +
+ +
google/cloud-bigtable 2.6.0 + + + +### Features + +* Add feature flags proto for Direct Access ([#7770](https://github.com/googleapis/google-cloud-php/issues/7770)) ([b1dcfc6](https://github.com/googleapis/google-cloud-php/commit/b1dcfc615fef5fcbb316d0fa5eb8d41e79ed1565)) + +
+ +
google/cloud-eventarc 2.1.0 + + + +### Features + +* Publish Eventarc Advanced protos ([#7772](https://github.com/googleapis/google-cloud-php/issues/7772)) ([9e21daa](https://github.com/googleapis/google-cloud-php/commit/9e21daa78f8bd303777ac87409d31cb3bcdb71c8)) + + +### Documentation + +* Clarified multiple comments in Eventarc Standard protos ([9e21daa](https://github.com/googleapis/google-cloud-php/commit/9e21daa78f8bd303777ac87409d31cb3bcdb71c8)) + +
+ +
google/cloud-storage 1.44.0 + + + +### Features + +* **Storage:** Add support for restore token ([#7775](https://github.com/googleapis/google-cloud-php/issues/7775)) ([4e408c3](https://github.com/googleapis/google-cloud-php/commit/4e408c363e197524feb8b2109f07d58d3d812045)) + +
+ +
google/cloud-text-to-speech 1.12.0 + + + +### Features + +* Add multi-speaker markup, which allows generating dialogue between multiple speakers ([#7769](https://github.com/googleapis/google-cloud-php/issues/7769)) ([e0b9c6f](https://github.com/googleapis/google-cloud-php/commit/e0b9c6f1a962fbe441fd8ab15b7275a101354553)) + +
+ ## 0.265.0
googleads/ad-manager 0.1.0 diff --git a/Eventarc/VERSION b/Eventarc/VERSION index 38f77a65b301..7ec1d6db4087 100644 --- a/Eventarc/VERSION +++ b/Eventarc/VERSION @@ -1 +1 @@ -2.0.1 +2.1.0 diff --git a/Storage/VERSION b/Storage/VERSION index 3987c472943e..372cf402c73f 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.43.1 +1.44.0 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 2eef4fb0f9f1..5b8bf929776f 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.43.1'; + const VERSION = '1.44.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only'; diff --git a/TextToSpeech/VERSION b/TextToSpeech/VERSION index 1cac385c6cb8..0eed1a29efd6 100644 --- a/TextToSpeech/VERSION +++ b/TextToSpeech/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/composer.json b/composer.json index 5f1433d8b8a9..ef974f8adb58 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "google/cloud-apihub": "0.1.1", "google/cloud-appengine-admin": "2.0.0", "google/cloud-apphub": "0.1.3", - "google/cloud-artifact-registry": "1.0.0", + "google/cloud-artifact-registry": "1.1.0", "google/cloud-asset": "2.1.0", "google/cloud-assured-workloads": "1.0.0", "google/cloud-automl": "2.0.0", @@ -106,7 +106,7 @@ "google/cloud-bigquery-reservation": "2.0.1", "google/cloud-bigquery-storage": "2.1.0", "google/cloud-bigquerydatatransfer": "2.1.0", - "google/cloud-bigtable": "2.5.0", + "google/cloud-bigtable": "2.6.0", "google/cloud-billing": "2.0.0", "google/cloud-billing-budgets": "2.0.1", "google/cloud-binary-authorization": "1.0.1", @@ -148,7 +148,7 @@ "google/cloud-edgenetwork": "1.1.1", "google/cloud-error-reporting": "0.22.7", "google/cloud-essential-contacts": "1.0.1", - "google/cloud-eventarc": "2.0.1", + "google/cloud-eventarc": "2.1.0", "google/cloud-eventarc-publishing": "1.0.0", "google/cloud-filestore": "2.0.1", "google/cloud-firestore": "1.47.0", @@ -220,7 +220,7 @@ "google/cloud-spanner": "1.88.0", "google/cloud-speech": "1.19.0", "google/cloud-sql-admin": "1.2.0", - "google/cloud-storage": "1.43.1", + "google/cloud-storage": "1.44.0", "google/cloud-storage-control": "1.0.0", "google/cloud-storage-transfer": "2.0.0", "google/cloud-storageinsights": "1.0.0", @@ -228,7 +228,7 @@ "google/cloud-talent": "2.0.0", "google/cloud-tasks": "1.15.0", "google/cloud-telcoautomation": "1.0.0", - "google/cloud-text-to-speech": "1.11.0", + "google/cloud-text-to-speech": "1.12.0", "google/cloud-tpu": "1.4.5", "google/cloud-trace": "1.8.6", "google/cloud-translate": "1.19.0",