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] committed May 6, 2024
1 parent 9b1f2b9 commit ec71173
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 11 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
# Changelog

## 0.245.0

<details><summary>google/shopping-css 0.2.6</summary>



### Bug Fixes

* **deps:** Update dependency google/shopping-common-protos to ^0.4.0 ([#7287](https://github.com/googleapis/google-cloud-php/issues/7287)) ([9b1f2b9](https://github.com/googleapis/google-cloud-php/commit/9b1f2b9839604eae79bcf54b1088ed61d0942434))

</details>

<details><summary>google/shopping-merchant-inventories 0.4.3</summary>



### Bug Fixes

* **deps:** Update dependency google/shopping-common-protos to ^0.4.0 ([#7287](https://github.com/googleapis/google-cloud-php/issues/7287)) ([9b1f2b9](https://github.com/googleapis/google-cloud-php/commit/9b1f2b9839604eae79bcf54b1088ed61d0942434))

</details>

<details><summary>google/shopping-merchant-reports 0.7.3</summary>



### Bug Fixes

* **deps:** Update dependency google/shopping-common-protos to ^0.4.0 ([#7287](https://github.com/googleapis/google-cloud-php/issues/7287)) ([9b1f2b9](https://github.com/googleapis/google-cloud-php/commit/9b1f2b9839604eae79bcf54b1088ed61d0942434))

</details>

<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 ShoppingCss/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.6
2 changes: 1 addition & 1 deletion ShoppingMerchantInventories/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.4.3
2 changes: 1 addition & 1 deletion ShoppingMerchantReports/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.7.3
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
10 changes: 5 additions & 5 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 All @@ -243,11 +243,11 @@
"google/grafeas": "0.10.2",
"google/longrunning": "0.4.2",
"google/shopping-common-protos": "0.4.0",
"google/shopping-css": "0.2.5",
"google/shopping-css": "0.2.6",
"google/shopping-merchant-conversions": "0.1.0",
"google/shopping-merchant-inventories": "0.4.2",
"google/shopping-merchant-inventories": "0.4.3",
"google/shopping-merchant-quota": "0.1.2",
"google/shopping-merchant-reports": "0.7.2"
"google/shopping-merchant-reports": "0.7.3"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
Expand Down

0 comments on commit ec71173

Please sign in to comment.