Skip to content

Commit a4cb855

Browse files
chore(main): release storage 7.20.0
1 parent 4e5752b commit a4cb855

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"handwritten/logging-winston": "6.0.1",
3232
"handwritten/pubsub": "5.3.0",
3333
"handwritten/spanner": "8.6.0",
34-
"handwritten/storage": "7.19.0",
34+
"handwritten/storage": "7.20.0",
3535
"packages/gapic-node-processing": "0.1.7",
3636
"packages/google-ads-admanager": "0.5.0",
3737
"packages/google-ads-datamanager": "0.2.0",

changelog.json

Lines changed: 19 additions & 1 deletion
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": "feat",
8+
"sha": "113d05c3bf068487bd81a7d4dbb4510f89142618",
9+
"message": "Implement robust path validation and structured skip reporting",
10+
"issues": [
11+
"7546"
12+
],
13+
"scope": "storage"
14+
}
15+
],
16+
"version": "7.20.0",
17+
"language": "JAVASCRIPT",
18+
"artifactName": "@google-cloud/storage",
19+
"id": "fc4d2c6b-d437-4603-9006-5f953bd62c9b",
20+
"createTime": "2026-04-08T00:20:45.460Z"
21+
},
422
{
523
"changes": [
624
{
@@ -69392,5 +69410,5 @@
6939269410
"createTime": "2023-01-28T04:18:24.718Z"
6939369411
}
6939469412
],
69395-
"updateTime": "2026-04-06T17:24:30.125Z"
69413+
"updateTime": "2026-04-08T00:20:45.460Z"
6939669414
}

handwritten/storage/CHANGELOG.md

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

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

7+
## [7.20.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.19.0...storage-v7.20.0) (2026-04-08)
8+
9+
10+
### Features
11+
12+
* **storage:** Implement robust path validation and structured skip reporting ([#7546](https://github.com/googleapis/google-cloud-node/issues/7546)) ([113d05c](https://github.com/googleapis/google-cloud-node/commit/113d05c3bf068487bd81a7d4dbb4510f89142618))
13+
714
## [7.19.0](https://github.com/googleapis/nodejs-storage/compare/v7.18.0...v7.19.0) (2026-02-05)
815

916

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.19.0",
4+
"version": "7.20.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)