Skip to content

Commit

Permalink
chore(main): release 0.266.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 31, 2024
1 parent e0b9c6f commit b63028e
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ArtifactRegistry/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.6.0
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Changelog

## 0.266.0

<details><summary>google/cloud-artifact-registry 1.1.0</summary>



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

</details>

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



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

</details>

<details><summary>google/cloud-storage 1.44.0</summary>



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

</details>

<details><summary>google/cloud-text-to-speech 1.12.0</summary>



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

</details>

## 0.265.0

<details><summary>googleads/ad-manager 0.1.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.43.1
1.44.0
2 changes: 1 addition & 1 deletion Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion TextToSpeech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -220,15 +220,15 @@
"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",
"google/cloud-support": "1.0.0",
"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",
Expand Down

0 comments on commit b63028e

Please sign in to comment.