Skip to content
Merged
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.57.2
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.57.2",
"language": "GO",
"apis": [
{
Expand Down
11 changes: 11 additions & 0 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changes


## [1.57.2](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.57.2) (2025-11-14)
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

For consistency with the link format used for version 1.57.1, please use a compare URL. This provides a valid link to the changes immediately, whereas the releases/tag link will be broken until the release is published.

Suggested change
## [1.57.2](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.57.2) (2025-11-14)
## [1.57.2](https://github.com/googleapis/google-cloud-go/compare/storage/v1.57.1...storage/v1.57.2) (2025-11-14)


### Bug Fixes

* Handle redirect on takeover. (#13354) ([b0f1362](https://github.com/googleapis/google-cloud-go/commit/b0f136268be1e4c629e288353bc277549ac5c663))
* 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))

## [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