From b759829d867d726d20ea479d19a9304f64407323 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 06:27:39 +0000 Subject: [PATCH] chore(main): release storage 7.22.0 --- .release-please-manifest.json | 2 +- changelog.json | 31 +++++++++++++++++++++++++++++-- handwritten/storage/CHANGELOG.md | 12 ++++++++++++ handwritten/storage/package.json | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a8279ffa623..e8471218a400 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.21.0", + "handwritten/storage": "7.22.0", "packages/google-ads-admanager": "0.6.0", "packages/google-ads-datamanager": "0.4.0", "packages/google-ai-generativelanguage": "3.7.1", diff --git a/changelog.json b/changelog.json index 60faee8632c2..a39bdaea1e29 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,33 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "43abc45c45fe8538694e9794a12ca700e0ae2d90", + "message": "Add deleteSourceObjects option to combine/compose method", + "issues": [ + "8444" + ], + "scope": "storage" + }, + { + "type": "fix", + "sha": "512ba79126605b416868db7c5f607d3083934eca", + "message": "Resolve Node compatibility crashes, security vulnerability, and stream hangs", + "issues": [ + "8622" + ], + "scope": "storage" + } + ], + "version": "7.22.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/storage", + "id": "4cd1d22f-bd53-4550-94e5-b643a5509f7f", + "createTime": "2026-06-18T06:27:37.196Z" + }, { "changes": [ { @@ -80724,5 +80751,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-16T00:07:06.414Z" -} + "updateTime": "2026-06-18T06:27:37.196Z" +} \ No newline at end of file diff --git a/handwritten/storage/CHANGELOG.md b/handwritten/storage/CHANGELOG.md index bd3c9e8595b1..eaa1423e4abd 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.22.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.21.0...storage-v7.22.0) (2026-06-18) + + +### Features + +* **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)) + + +### Bug Fixes + +* **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)) + ## [7.21.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.20.0...storage-v7.21.0) (2026-06-03) diff --git a/handwritten/storage/package.json b/handwritten/storage/package.json index 3ea3b0fb2644..b033be5d2bd4 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.21.0", + "version": "7.22.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": {