Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the @google-cloud/storage package to version 7.20.0, introducing features such as Object Contexts, robust path validation, and CRC32C as the default checksum, alongside a fix for flaky retry system tests. Review feedback identifies inconsistencies in the CHANGELOG, specifically noting a potential mismatch in the version comparison link tag format and a missing component prefix in the bug fix entry.
|
|
||
| [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) |
There was a problem hiding this comment.
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.
|
|
||
| ### 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)) |
There was a problem hiding this comment.
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.
| * 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)) |
|
Was a test closing. |
🤖 I have created a release beep boop
7.20.0 (2026-05-05)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.