Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"handwritten/logging-winston": "6.0.1",
"handwritten/pubsub": "5.3.0",
"handwritten/spanner": "8.7.0",
"handwritten/storage": "7.19.0",
"handwritten/storage": "7.20.0",
"packages/gapic-node-processing": "0.1.8",
"packages/google-ads-admanager": "0.5.1",
"packages/google-ads-datamanager": "0.2.1",
Expand Down
46 changes: 45 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "1a44778856255471fa96e7df26e232ffb543d87c",
"message": "Resolve flakiness in Service retry system tests",
"issues": [
"7945"
]
},
{
"type": "feat",
"sha": "d60757e2c61077ee3dfd881be45ef7ca554bd038",
"message": "Implement Object Contexts with advanced filtering and validation",
"issues": [
"7548"
],
"scope": "storage"
},
{
"type": "feat",
"sha": "1a693aa3ade3ffb2ac25ff54677602d199b5e3da",
"message": "Set CRC32C as the default checksum option",
"issues": [
"7547"
],
"scope": "storage"
},
{
"type": "feat",
"sha": "113d05c3bf068487bd81a7d4dbb4510f89142618",
"message": "Implement robust path validation and structured skip reporting",
"issues": [
"7546"
],
"scope": "storage"
}
],
"version": "7.20.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/storage",
"id": "7808d37a-bf7e-449f-b6dd-61c11ba91fcf",
"createTime": "2026-05-05T21:43:20.799Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -77670,5 +77714,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-05-01T17:22:33.483Z"
"updateTime": "2026-05-05T21:43:20.799Z"
}
14 changes: 14 additions & 0 deletions handwritten/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## [7.20.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.19.0...storage-v7.20.0) (2026-05-05)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comparison link for version 7.20.0 uses storage-v7.19.0 as the base tag, which is inconsistent with the v7.19.0 tag used for the previous release (line 21). This link will likely be broken unless the storage-v7.19.0 tag has been manually created in the google-cloud-node repository to facilitate this comparison.



### Features

* **storage:** Implement Object Contexts with advanced filtering and validation ([#7548](https://github.com/googleapis/google-cloud-node/issues/7548)) ([d60757e](https://github.com/googleapis/google-cloud-node/commit/d60757e2c61077ee3dfd881be45ef7ca554bd038))
* **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))
* **storage:** Set CRC32C as the default checksum option ([#7547](https://github.com/googleapis/google-cloud-node/issues/7547)) ([1a693aa](https://github.com/googleapis/google-cloud-node/commit/1a693aa3ade3ffb2ac25ff54677602d199b5e3da))


### Bug Fixes

* Resolve flakiness in Service retry system tests ([#7945](https://github.com/googleapis/google-cloud-node/issues/7945)) ([1a44778](https://github.com/googleapis/google-cloud-node/commit/1a44778856255471fa96e7df26e232ffb543d87c))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The bug fix entry is missing the **storage:** component prefix, which is consistently used in the feature entries above (lines 12-14). Including this prefix ensures consistency and provides necessary context when these entries are aggregated into the monorepo's root changelog.

Suggested change
* Resolve flakiness in Service retry system tests ([#7945](https://github.com/googleapis/google-cloud-node/issues/7945)) ([1a44778](https://github.com/googleapis/google-cloud-node/commit/1a44778856255471fa96e7df26e232ffb543d87c))
* **storage:** Resolve flakiness in Service retry system tests ([#7945](https://github.com/googleapis/google-cloud-node/issues/7945)) ([1a44778](https://github.com/googleapis/google-cloud-node/commit/1a44778856255471fa96e7df26e232ffb543d87c))


## [7.19.0](https://github.com/googleapis/nodejs-storage/compare/v7.18.0...v7.19.0) (2026-02-05)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/storage",
"description": "Cloud Storage Client Library for Node.js",
"version": "7.19.0",
"version": "7.20.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
Loading