Skip to content

Commit f1e9b3f

Browse files
chore(main): release storage 7.22.0
1 parent b116817 commit f1e9b3f

4 files changed

Lines changed: 62 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.8.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.5.0",
4040
"packages/google-ai-generativelanguage": "3.7.1",

changelog.json

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "2a3a77ceaa4ff2c7e1a2ec0338a770fa60b738a9",
9+
"message": "Update googleapis source and regenerate client libraries",
10+
"issues": [
11+
"8821"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "292c68864ddc46f5a89319a9b756599749275e91",
17+
"message": "Set application/json Content-Type for impersonated ADC requests",
18+
"issues": [
19+
"8419"
20+
],
21+
"scope": "storage"
22+
},
23+
{
24+
"type": "feat",
25+
"sha": "43abc45c45fe8538694e9794a12ca700e0ae2d90",
26+
"message": "Add deleteSourceObjects option to combine/compose method",
27+
"issues": [
28+
"8444"
29+
],
30+
"scope": "storage"
31+
},
32+
{
33+
"type": "fix",
34+
"sha": "512ba79126605b416868db7c5f607d3083934eca",
35+
"message": "Resolve Node compatibility crashes, security vulnerability, and stream hangs",
36+
"issues": [
37+
"8622"
38+
],
39+
"scope": "storage"
40+
}
41+
],
42+
"version": "7.22.0",
43+
"language": "JAVASCRIPT",
44+
"artifactName": "@google-cloud/storage",
45+
"id": "bb329cba-9a86-4dd6-a7f0-db18c636a21f",
46+
"createTime": "2026-07-10T18:23:31.597Z"
47+
},
448
{
549
"changes": [
650
{
@@ -81630,5 +81674,5 @@
8163081674
"createTime": "2023-01-28T04:18:24.718Z"
8163181675
}
8163281676
],
81633-
"updateTime": "2026-07-08T17:10:18.122Z"
81634-
}
81677+
"updateTime": "2026-07-10T18:23:31.597Z"
81678+
}

handwritten/storage/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
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-07-10)
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+
* Update googleapis source and regenerate client libraries ([#8821](https://github.com/googleapis/google-cloud-node/issues/8821)) ([2a3a77c](https://github.com/googleapis/google-cloud-node/commit/2a3a77ceaa4ff2c7e1a2ec0338a770fa60b738a9))
15+
16+
17+
### Bug Fixes
18+
19+
* **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))
20+
* **storage:** Set application/json Content-Type for impersonated ADC requests ([#8419](https://github.com/googleapis/google-cloud-node/issues/8419)) ([292c688](https://github.com/googleapis/google-cloud-node/commit/292c68864ddc46f5a89319a9b756599749275e91))
21+
822
## [7.21.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.20.0...storage-v7.21.0) (2026-06-03)
923

1024

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)