Skip to content

chore: librarian release pull request: 20260210T090937Z#13824

Merged
krishnamd-jkp merged 2 commits intomainfrom
librarian-20260210T090937Z
Feb 10, 2026
Merged

chore: librarian release pull request: 20260210T090937Z#13824
krishnamd-jkp merged 2 commits intomainfrom
librarian-20260210T090937Z

Conversation

@krishnamd-jkp
Copy link
Contributor

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

Bug Fixes

Documentation

  • Updated documentation for BidiReadObject, ReadObjectRequest, and ObjectContexts (PiperOrigin-RevId: 863087065) (611f2392)

@krishnamd-jkp krishnamd-jkp requested a review from a team February 10, 2026 09:10
@krishnamd-jkp krishnamd-jkp requested review from a team as code owners February 10, 2026 09:10
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

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.

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))
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

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))

@krishnamd-jkp krishnamd-jkp force-pushed the librarian-20260210T090937Z branch from 45cead6 to 7d9c09b Compare February 10, 2026 09:41
@krishnamd-jkp krishnamd-jkp force-pushed the librarian-20260210T090937Z branch from 7d9c09b to c8ce634 Compare February 10, 2026 09:42
@krishnamd-jkp krishnamd-jkp enabled auto-merge (squash) February 10, 2026 09:49
@krishnamd-jkp krishnamd-jkp merged commit 7783bb0 into main Feb 10, 2026
10 checks passed
@krishnamd-jkp krishnamd-jkp deleted the librarian-20260210T090937Z branch February 10, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants