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 .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5695,7 +5695,7 @@ libraries:
- internal/generated/snippets/speech/
tag_format: '{id}/v{version}'
- id: storage
version: 1.57.1
version: 1.58.0
last_generated_commit: 9fcfbea0aa5b50fa22e190faceb073d74504172b
apis:
- path: google/storage/control/v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/storage/control/apiv2",
"version": "1.57.1",
"version": "1.58.0",
"language": "GO",
"apis": [
{
Expand Down
14 changes: 14 additions & 0 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changes


## [1.58.0](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.58.0) (2025-11-13)

### Features

* make return_partial_success and unreachable fields public for list Bucket ([93ca68d](https://github.com/googleapis/google-cloud-go/commit/93ca68d54b6d213f22e0d67ae01d135cf26d37c6))

### Bug Fixes

* add env var to allow disabling bound token (#13236) ([cdaf6a6](https://github.com/googleapis/google-cloud-go/commit/cdaf6a6da006a19db932a74885ea3722b4e42311))

### Documentation

* updates to docs and docs formatting ([93ca68d](https://github.com/googleapis/google-cloud-go/commit/93ca68d54b6d213f22e0d67ae01d135cf26d37c6))
Comment on lines +6 to +16
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 changelog entries could be improved for clarity and consistency for end-users.

  • The descriptions appear to be taken directly from commit messages. For user-facing release notes, it's better to rephrase them as complete sentences starting with a capital letter and using code formatting for identifiers.
  • The documentation update for commit 93ca68d is also part of the feature in the same commit. Listing it separately under "Documentation" with a generic message like "updates to docs and docs formatting" is redundant and not very informative. It would be better to remove this entry, as documentation for a feature is usually implied.

Here is a suggested revision for better readability:

### Features

*   Make `return_partial_success` and `unreachable` fields public for `listBucket` calls ([93ca68d](https://github.com/googleapis/google-cloud-go/commit/93ca68d54b6d213f22e0d67ae01d135cf26d37c6)).

### Bug Fixes

*   Add an environment variable to allow disabling bound tokens (#13236) ([cdaf6a6](https://github.com/googleapis/google-cloud-go/commit/cdaf6a6da006a19db932a74885ea3722b4e42311)).


## [1.57.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.57.0...storage/v1.57.1) (2025-10-28)


Expand Down
6 changes: 4 additions & 2 deletions storage/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading