From b4d035792dd4e60fe15d37d9e57c50c04cce4c86 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:41:45 +0000 Subject: [PATCH] chore(main): release storage 7.22.0 --- .release-please-manifest.json | 2 +- changelog.json | 40 ++++++++++++++++++++++++++++++-- handwritten/storage/CHANGELOG.md | 13 +++++++++++ handwritten/storage/package.json | 2 +- 4 files changed, 53 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3f54432965b1..b352eabbe859 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 c623c273510b..a8b4c46ccc72 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,42 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "292c68864ddc46f5a89319a9b756599749275e91", + "message": "Set application/json Content-Type for impersonated ADC requests", + "issues": [ + "8419" + ], + "scope": "storage" + }, + { + "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": "3a20c42e-da1e-42f2-96d8-09650350f67f", + "createTime": "2026-06-22T05:41:43.025Z" + }, { "changes": [ { @@ -80774,5 +80810,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-18T00:26:09.772Z" -} + "updateTime": "2026-06-22T05:41:43.025Z" +} \ No newline at end of file diff --git a/handwritten/storage/CHANGELOG.md b/handwritten/storage/CHANGELOG.md index bd3c9e8595b1..8ccd08232fc3 100644 --- a/handwritten/storage/CHANGELOG.md +++ b/handwritten/storage/CHANGELOG.md @@ -5,6 +5,19 @@ [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-22) + + +### 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)) +* **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)) + ## [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": {