diff --git a/.librarian/state.yaml b/.librarian/state.yaml index ca128f415dd4..c25b9cf9d450 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -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 diff --git a/internal/generated/snippets/storage/control/apiv2/snippet_metadata.google.storage.control.v2.json b/internal/generated/snippets/storage/control/apiv2/snippet_metadata.google.storage.control.v2.json index 77f6830c4e70..7b90ce1497a1 100644 --- a/internal/generated/snippets/storage/control/apiv2/snippet_metadata.google.storage.control.v2.json +++ b/internal/generated/snippets/storage/control/apiv2/snippet_metadata.google.storage.control.v2.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "cloud.google.com/go/storage/control/apiv2", - "version": "1.57.1", + "version": "1.58.0", "language": "GO", "apis": [ { diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 10d5dd169e8b..86ff089d9041 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -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)) + ## [1.57.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.57.0...storage/v1.57.1) (2025-10-28) diff --git a/storage/internal/version.go b/storage/internal/version.go index 35b0b3b1f68a..7d1d0dfd40c2 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Code generated by gapicgen. DO NOT EDIT. + package internal // Version is the current tagged release of the library. -const Version = "1.57.1" +const Version = "1.58.0"