Skip to content

Commit 4378957

Browse files
chore(main): release storage 7.21.1
1 parent 512ba79 commit 4378957

4 files changed

Lines changed: 29 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.21.1",
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: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "512ba79126605b416868db7c5f607d3083934eca",
9+
"message": "Resolve Node compatibility crashes, security vulnerability, and stream hangs",
10+
"issues": [
11+
"8622"
12+
],
13+
"scope": "storage"
14+
}
15+
],
16+
"version": "7.21.1",
17+
"language": "JAVASCRIPT",
18+
"artifactName": "@google-cloud/storage",
19+
"id": "8d8886e1-08f3-489c-853c-65ced475e089",
20+
"createTime": "2026-06-18T06:07:30.182Z"
21+
},
422
{
523
"changes": [
624
{
@@ -80724,5 +80742,5 @@
8072480742
"createTime": "2023-01-28T04:18:24.718Z"
8072580743
}
8072680744
],
80727-
"updateTime": "2026-06-16T00:07:06.414Z"
80728-
}
80745+
"updateTime": "2026-06-18T06:07:30.182Z"
80746+
}

handwritten/storage/CHANGELOG.md

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

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

8+
## [7.21.1](https://github.com/googleapis/google-cloud-node/compare/storage-v7.21.0...storage-v7.21.1) (2026-06-18)
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
815
## [7.21.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.20.0...storage-v7.21.0) (2026-06-03)
916

1017

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.21.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)