Skip to content

Commit b4d0357

Browse files
chore(main): release storage 7.22.0
1 parent 292c688 commit b4d0357

4 files changed

Lines changed: 53 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: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "292c68864ddc46f5a89319a9b756599749275e91",
9+
"message": "Set application/json Content-Type for impersonated ADC requests",
10+
"issues": [
11+
"8419"
12+
],
13+
"scope": "storage"
14+
},
15+
{
16+
"type": "feat",
17+
"sha": "43abc45c45fe8538694e9794a12ca700e0ae2d90",
18+
"message": "Add deleteSourceObjects option to combine/compose method",
19+
"issues": [
20+
"8444"
21+
],
22+
"scope": "storage"
23+
},
24+
{
25+
"type": "fix",
26+
"sha": "512ba79126605b416868db7c5f607d3083934eca",
27+
"message": "Resolve Node compatibility crashes, security vulnerability, and stream hangs",
28+
"issues": [
29+
"8622"
30+
],
31+
"scope": "storage"
32+
}
33+
],
34+
"version": "7.22.0",
35+
"language": "JAVASCRIPT",
36+
"artifactName": "@google-cloud/storage",
37+
"id": "3a20c42e-da1e-42f2-96d8-09650350f67f",
38+
"createTime": "2026-06-22T05:41:43.025Z"
39+
},
440
{
541
"changes": [
642
{
@@ -80774,5 +80810,5 @@
8077480810
"createTime": "2023-01-28T04:18:24.718Z"
8077580811
}
8077680812
],
80777-
"updateTime": "2026-06-18T00:26:09.772Z"
80778-
}
80813+
"updateTime": "2026-06-22T05:41:43.025Z"
80814+
}

handwritten/storage/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
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-22)
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+
* **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))
20+
821
## [7.21.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.20.0...storage-v7.21.0) (2026-06-03)
922

1023

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)