diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce53ffe2d63..f9b4c1bfb55 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -34,7 +34,7 @@ "handwritten/logging-winston": "6.0.2", "handwritten/pubsub": "5.3.1", "handwritten/spanner": "8.7.1", - "handwritten/storage": "7.20.0", + "handwritten/storage": "7.21.0", "packages/google-ads-admanager": "0.6.0", "packages/google-ads-datamanager": "0.3.0", "packages/google-ai-generativelanguage": "3.7.1", diff --git a/changelog.json b/changelog.json index 7c884c34717..047d95ec596 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,33 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a", + "message": "Remove vulnerable dependency `uuid`", + "issues": [ + "8120" + ], + "scope": "deps" + }, + { + "type": "feat", + "sha": "86086a62cb6b583af71ef1ba6d42abe894b66323", + "message": "Enable CRC32C validation by default in transfer manager", + "issues": [ + "8350" + ], + "scope": "storage" + } + ], + "version": "7.21.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/storage", + "id": "537ef063-0980-45b9-955b-8f732ce8b12a", + "createTime": "2026-06-03T21:14:03.792Z" + }, { "changes": [ { @@ -80025,5 +80052,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-03T21:14:03.065Z" + "updateTime": "2026-06-03T21:14:03.792Z" } \ No newline at end of file diff --git a/handwritten/storage/CHANGELOG.md b/handwritten/storage/CHANGELOG.md index cdf1c79678a..bd3c9e8595b 100644 --- a/handwritten/storage/CHANGELOG.md +++ b/handwritten/storage/CHANGELOG.md @@ -5,6 +5,18 @@ [1]: https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions +## [7.21.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.20.0...storage-v7.21.0) (2026-06-03) + + +### Features + +* **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)) + + +### Bug Fixes + +* **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)) + ## [7.20.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.19.0...storage-v7.20.0) (2026-05-11) diff --git a/handwritten/storage/package.json b/handwritten/storage/package.json index 95108610fdf..7e68d03dc8a 100644 --- a/handwritten/storage/package.json +++ b/handwritten/storage/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/storage", "description": "Cloud Storage Client Library for Node.js", - "version": "7.20.0", + "version": "7.21.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": {