Skip to content

Commit b759829

Browse files
chore(main): release storage 7.22.0
1 parent 43abc45 commit b759829

4 files changed

Lines changed: 43 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"handwritten/logging-winston": "6.0.2",
3535
"handwritten/pubsub": "5.3.1",
3636
"handwritten/spanner": "8.7.1",
37-
"handwritten/storage": "7.21.0",
37+
"handwritten/storage": "7.22.0",
3838
"packages/google-ads-admanager": "0.6.0",
3939
"packages/google-ads-datamanager": "0.4.0",
4040
"packages/google-ai-generativelanguage": "3.7.1",

changelog.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "43abc45c45fe8538694e9794a12ca700e0ae2d90",
9+
"message": "Add deleteSourceObjects option to combine/compose method",
10+
"issues": [
11+
"8444"
12+
],
13+
"scope": "storage"
14+
},
15+
{
16+
"type": "fix",
17+
"sha": "512ba79126605b416868db7c5f607d3083934eca",
18+
"message": "Resolve Node compatibility crashes, security vulnerability, and stream hangs",
19+
"issues": [
20+
"8622"
21+
],
22+
"scope": "storage"
23+
}
24+
],
25+
"version": "7.22.0",
26+
"language": "JAVASCRIPT",
27+
"artifactName": "@google-cloud/storage",
28+
"id": "4cd1d22f-bd53-4550-94e5-b643a5509f7f",
29+
"createTime": "2026-06-18T06:27:37.196Z"
30+
},
431
{
532
"changes": [
633
{
@@ -80724,5 +80751,5 @@
8072480751
"createTime": "2023-01-28T04:18:24.718Z"
8072580752
}
8072680753
],
80727-
"updateTime": "2026-06-16T00:07:06.414Z"
80728-
}
80754+
"updateTime": "2026-06-18T06:27:37.196Z"
80755+
}

handwritten/storage/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
[1]: https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions
77

8+
## [7.22.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.21.0...storage-v7.22.0) (2026-06-18)
9+
10+
11+
### Features
12+
13+
* **storage:** Add deleteSourceObjects option to combine/compose method ([#8444](https://github.com/googleapis/google-cloud-node/issues/8444)) ([43abc45](https://github.com/googleapis/google-cloud-node/commit/43abc45c45fe8538694e9794a12ca700e0ae2d90))
14+
15+
16+
### Bug Fixes
17+
18+
* **storage:** Resolve Node compatibility crashes, security vulnerability, and stream hangs ([#8622](https://github.com/googleapis/google-cloud-node/issues/8622)) ([512ba79](https://github.com/googleapis/google-cloud-node/commit/512ba79126605b416868db7c5f607d3083934eca))
19+
820
## [7.21.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.20.0...storage-v7.21.0) (2026-06-03)
921

1022

handwritten/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/storage",
33
"description": "Cloud Storage Client Library for Node.js",
4-
"version": "7.21.0",
4+
"version": "7.22.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)