chore: librarian release pull request: 20260210T090937Z#13824
Merged
krishnamd-jkp merged 2 commits intomainfrom Feb 10, 2026
Merged
chore: librarian release pull request: 20260210T090937Z#13824krishnamd-jkp merged 2 commits intomainfrom
krishnamd-jkp merged 2 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This is an automated release pull request to bump the storage module to version 1.60.0. The changes include updating version numbers in configuration files, the Go source, and adding the new changelog. I've made a suggestion to improve the consistency of the changelog formatting. Otherwise, the changes look correct for a release.
storage/CHANGES.md
Outdated
Comment on lines
+8
to
+20
| * Added a new field `ComposeObjectRequest.delete_source_objects` field ([611f239](https://github.com/googleapis/google-cloud-go/commit/611f239219225fb03f6475c7238f497a349961e2)) | ||
| * adding support for max-retry-duration for all api other than resumable-upload (#13749) ([31c352b](https://github.com/googleapis/google-cloud-go/commit/31c352bd672637813ec251c2f48ad1c38ea13922)) | ||
| * support checksum validation in resumable json uploads (#13573) ([337ca07](https://github.com/googleapis/google-cloud-go/commit/337ca078a09d687aa758ed3982f2047bee3da57a)) | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * change TestValidateChecksumFromServer error message (#13810) ([0741414](https://github.com/googleapis/google-cloud-go/commit/07414143ceba31ac97f8e2d083fcc95b11a2579e)) | ||
| * deadlock in event loop while coordinating channels (#13652) ([7d9d00c](https://github.com/googleapis/google-cloud-go/commit/7d9d00c6d0fcdb7a966c868b549ea103bb781e1b)) | ||
| * fix panic error in transfermanager downloads (#13815) ([4272271](https://github.com/googleapis/google-cloud-go/commit/427227197f79dfee7edf7bf5d66e33276e9eee52)) | ||
|
|
||
| ### Documentation | ||
|
|
||
| * Updated documentation for `BidiReadObject`, `ReadObjectRequest`, and `ObjectContexts` ([611f239](https://github.com/googleapis/google-cloud-go/commit/611f239219225fb03f6475c7238f497a349961e2)) |
Contributor
There was a problem hiding this comment.
For consistency and better readability of the changelog, it's good practice to use the imperative mood (e.g., 'Add', 'Fix', 'Change') and start each item with a capital letter. The current entries use a mix of tenses and capitalization.
Suggested change
| * Added a new field `ComposeObjectRequest.delete_source_objects` field ([611f239](https://github.com/googleapis/google-cloud-go/commit/611f239219225fb03f6475c7238f497a349961e2)) | |
| * adding support for max-retry-duration for all api other than resumable-upload (#13749) ([31c352b](https://github.com/googleapis/google-cloud-go/commit/31c352bd672637813ec251c2f48ad1c38ea13922)) | |
| * support checksum validation in resumable json uploads (#13573) ([337ca07](https://github.com/googleapis/google-cloud-go/commit/337ca078a09d687aa758ed3982f2047bee3da57a)) | |
| ### Bug Fixes | |
| * change TestValidateChecksumFromServer error message (#13810) ([0741414](https://github.com/googleapis/google-cloud-go/commit/07414143ceba31ac97f8e2d083fcc95b11a2579e)) | |
| * deadlock in event loop while coordinating channels (#13652) ([7d9d00c](https://github.com/googleapis/google-cloud-go/commit/7d9d00c6d0fcdb7a966c868b549ea103bb781e1b)) | |
| * fix panic error in transfermanager downloads (#13815) ([4272271](https://github.com/googleapis/google-cloud-go/commit/427227197f79dfee7edf7bf5d66e33276e9eee52)) | |
| ### Documentation | |
| * Updated documentation for `BidiReadObject`, `ReadObjectRequest`, and `ObjectContexts` ([611f239](https://github.com/googleapis/google-cloud-go/commit/611f239219225fb03f6475c7238f497a349961e2)) | |
| * Add a new field `ComposeObjectRequest.delete_source_objects` field ([611f239](https://github.com/googleapis/google-cloud-go/commit/611f239219225fb03f6475c7238f497a349961e2)) | |
| * Add support for max-retry-duration for all api other than resumable-upload (#13749) ([31c352b](https://github.com/googleapis/google-cloud-go/commit/31c352bd672637813ec251c2f48ad1c38ea13922)) | |
| * Add support for checksum validation in resumable json uploads (#13573) ([337ca07](https://github.com/googleapis/google-cloud-go/commit/337ca078a09d687aa758ed3982f2047bee3da57a)) | |
| ### Bug Fixes | |
| * Change TestValidateChecksumFromServer error message (#13810) ([0741414](https://github.com/googleapis/google-cloud-go/commit/07414143ceba31ac97f8e2d083fcc95b11a2579e)) | |
| * Fix deadlock in event loop while coordinating channels (#13652) ([7d9d00c](https://github.com/googleapis/google-cloud-go/commit/7d9d00c6d0fcdb7a966c868b549ea103bb781e1b)) | |
| * Fix panic error in transfermanager downloads (#13815) ([4272271](https://github.com/googleapis/google-cloud-go/commit/427227197f79dfee7edf7bf5d66e33276e9eee52)) | |
| ### Documentation | |
| * Update documentation for `BidiReadObject`, `ReadObjectRequest`, and `ObjectContexts` ([611f239](https://github.com/googleapis/google-cloud-go/commit/611f239219225fb03f6475c7238f497a349961e2)) |
45cead6 to
7d9c09b
Compare
7d9c09b to
c8ce634
Compare
cpriti-os
approved these changes
Feb 10, 2026
quartzmo
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v0.8.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:19bb93e8f1f916c61b597db2bad65dc432f79baaabb210499d7d0e4ad1dffe29
storage: 1.60.0
1.60.0 (2026-02-10)
Features
adding support for max-retry-duration for all api other than resumable-upload (feat(retry): adding support for max-retry-duration for all api other than resumable-upload #13749) (31c352bd)
support checksum validation in resumable json uploads (feat(storage): support checksum validation in resumable json uploads #13573) (337ca078)
Added a new field
ComposeObjectRequest.delete_source_objectsfield (PiperOrigin-RevId: 863087065) (611f2392)Bug Fixes
change TestValidateChecksumFromServer error message (fix: change TestValidateChecksumFromServer error message #13810) (07414143)
fix panic error in transfermanager downloads (fix(storage): fix panic error in transfermanager downloads #13815) (42722719)
deadlock in event loop while coordinating channels (fix(storage): deadlock in event loop while coordinating channels #13652) (7d9d00c6)
Documentation
BidiReadObject,ReadObjectRequest, andObjectContexts(PiperOrigin-RevId: 863087065) (611f2392)