Skip to content

Commit

Permalink
chore(main): release 0.245.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 6, 2024
1 parent 5cd68b2 commit 5e2cb5b
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 0.245.0

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



### Features

* **Storage:** Enable hierarchical namespace ([#7292](https://github.com/googleapis/google-cloud-php/issues/7292)) ([c6f645f](https://github.com/googleapis/google-cloud-php/commit/c6f645f3c6171fb385d996eda68ef909943e8a99))
* **Storage:** Update Service Definition to enable hierarchical namespace ([#7291](https://github.com/googleapis/google-cloud-php/issues/7291)) ([9ad2e3d](https://github.com/googleapis/google-cloud-php/commit/9ad2e3d7fd8358ef7f9d8ca9c6c4db68dbcadb78))

</details>

<details><summary>google/cloud-storage-control 0.2.0</summary>



### Features

* A new resource pattern value `projects/{project}/buckets/{bucket}/managedFolders/{managed_folder=**}` added to the resource definition `storage.googleapis.com/ManagedFolder` ([5cd68b2](https://github.com/googleapis/google-cloud-php/commit/5cd68b2cdec40101a2654511d8958ee1339b8507))


### Bug Fixes

* An existing resource pattern value `projects/{project}/buckets/{bucket}/managedFolders/{managedFolder=**}` to resource definition `storage.googleapis.com/ManagedFolder` is removed ([#7286](https://github.com/googleapis/google-cloud-php/issues/7286)) ([5cd68b2](https://github.com/googleapis/google-cloud-php/commit/5cd68b2cdec40101a2654511d8958ee1339b8507))

</details>

## 0.244.0

<details><summary>google/cloud-access-approval 1.2.4</summary>
Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.41.4
1.42.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.41.4';
const VERSION = '1.42.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 StorageControl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@
"google/cloud-spanner": "1.76.1",
"google/cloud-speech": "1.18.2",
"google/cloud-sql-admin": "0.17.0",
"google/cloud-storage": "1.41.4",
"google/cloud-storage-control": "0.1.1",
"google/cloud-storage": "1.42.0",
"google/cloud-storage-control": "0.2.0",
"google/cloud-storage-transfer": "1.4.4",
"google/cloud-storageinsights": "0.3.4",
"google/cloud-support": "0.2.4",
Expand Down

0 comments on commit 5e2cb5b

Please sign in to comment.