diff --git a/.librarian/state.yaml b/.librarian/state.yaml index e24a77df5b9f..458f4854fb50 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -5750,7 +5750,7 @@ libraries: - internal/generated/snippets/speech/ tag_format: '{id}/v{version}' - id: storage - version: 1.59.0 + version: 1.59.1 last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b 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 ee17ed6646eb..5048c95b6a15 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.59.0", + "version": "1.59.1", "language": "GO", "apis": [ { diff --git a/storage/CHANGES.md b/storage/CHANGES.md index e0ce3d07de1f..ea259da7d8f4 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.59.1](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.59.1) (2026-01-14) + +### Bug Fixes + +* close attrsReady channel when metadata is missing (#13574) ([712f562](https://github.com/googleapis/google-cloud-go/commit/712f56272ac5a219bac1b20894e4825f3682c920)) +* don't update global object's readhandle in MRD (#13575) ([bc92500](https://github.com/googleapis/google-cloud-go/commit/bc925001a2f5b186c231c2885f9162713bb4b1bf)) +* remove mandatory attrs response in MRD (#13585) ([6752a49](https://github.com/googleapis/google-cloud-go/commit/6752a496e756c214faf345c302b58ed7593c6017)) + ## [1.59.0](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.59.0) (2026-01-09) ### Features diff --git a/storage/internal/version.go b/storage/internal/version.go index 38a03ee4dc1a..0db74236e824 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.59.0" +const Version = "1.59.1"