chore: librarian release pull request: 20260128T111026Z (#13737)
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:718167d5c23ed389b41f617b3a00ac839bdd938a6bd2d48ae0c2f1fa51ab1c3d
<details><summary>storage: 1.59.2</summary>
##
[1.59.2](https://github.com/googleapis/google-cloud-go/compare/storage/v1.59.1...storage/v1.59.2)
(2026-01-28)
### Bug Fixes
* deadlock in event loop while coordinating channels (#13652)
([ff6c8e78](https://github.com/googleapis/google-cloud-go/commit/ff6c8e78))
</details>
diff --git a/.librarian/state.yaml b/.librarian/state.yaml
index 458f485..4aa276d 100644
--- a/.librarian/state.yaml
+++ b/.librarian/state.yaml
@@ -5750,7 +5750,7 @@
- internal/generated/snippets/speech/
tag_format: '{id}/v{version}'
- id: storage
- version: 1.59.1
+ version: 1.59.2
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 5048c95..deb4215 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.1",
+ "version": "1.59.2",
"language": "GO",
"apis": [
{
diff --git a/storage/CHANGES.md b/storage/CHANGES.md
index ea259da..efa8edc 100644
--- a/storage/CHANGES.md
+++ b/storage/CHANGES.md
@@ -1,6 +1,12 @@
# Changes
+## [1.59.2](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.59.2) (2026-01-28)
+
+### Bug Fixes
+
+* deadlock in event loop while coordinating channels (#13652) ([ff6c8e7](https://github.com/googleapis/google-cloud-go/commit/ff6c8e780b2207b154808ba22e3124b68d6b4f7d))
+
## [1.59.1](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.59.1) (2026-01-14)
### Bug Fixes
diff --git a/storage/internal/version.go b/storage/internal/version.go
index 0db7423..cee1b2a 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.1"
+const Version = "1.59.2"