Skip to content

Commit 106bb0e

Browse files
chore(main): release storage 7.21.0 (#8435)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: feywind <57276408+feywind@users.noreply.github.com>
1 parent 5ffca12 commit 106bb0e

4 files changed

Lines changed: 42 additions & 3 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.20.0",
37+
"handwritten/storage": "7.21.0",
3838
"packages/google-ads-admanager": "0.6.0",
3939
"packages/google-ads-datamanager": "0.3.0",
4040
"packages/google-ai-generativelanguage": "3.7.1",

changelog.json

Lines changed: 28 additions & 1 deletion
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": "fix",
8+
"sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a",
9+
"message": "Remove vulnerable dependency `uuid`",
10+
"issues": [
11+
"8120"
12+
],
13+
"scope": "deps"
14+
},
15+
{
16+
"type": "feat",
17+
"sha": "86086a62cb6b583af71ef1ba6d42abe894b66323",
18+
"message": "Enable CRC32C validation by default in transfer manager",
19+
"issues": [
20+
"8350"
21+
],
22+
"scope": "storage"
23+
}
24+
],
25+
"version": "7.21.0",
26+
"language": "JAVASCRIPT",
27+
"artifactName": "@google-cloud/storage",
28+
"id": "537ef063-0980-45b9-955b-8f732ce8b12a",
29+
"createTime": "2026-06-03T21:14:03.792Z"
30+
},
431
{
532
"changes": [
633
{
@@ -80025,5 +80052,5 @@
8002580052
"createTime": "2023-01-28T04:18:24.718Z"
8002680053
}
8002780054
],
80028-
"updateTime": "2026-06-03T21:14:03.065Z"
80055+
"updateTime": "2026-06-03T21:14:03.792Z"
8002980056
}

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.21.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.20.0...storage-v7.21.0) (2026-06-03)
9+
10+
11+
### Features
12+
13+
* **storage:** Enable CRC32C validation by default in transfer manager ([#8350](https://github.com/googleapis/google-cloud-node/issues/8350)) ([86086a6](https://github.com/googleapis/google-cloud-node/commit/86086a62cb6b583af71ef1ba6d42abe894b66323))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** Remove vulnerable dependency `uuid` ([#8120](https://github.com/googleapis/google-cloud-node/issues/8120)) ([3ec901e](https://github.com/googleapis/google-cloud-node/commit/3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a))
19+
820
## [7.20.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.19.0...storage-v7.20.0) (2026-05-11)
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.20.0",
4+
"version": "7.21.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)