From 54cc6546e743a0cf3a3fb2a8feb87e017ebec44c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 05:12:40 +0000 Subject: [PATCH] chore(main): release storage 1.64.0 --- .release-please-individual-manifest.json | 2 +- librarian.yaml | 2 +- storage/CHANGES.md | 7 +++++++ storage/internal/version.go | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-individual-manifest.json b/.release-please-individual-manifest.json index 54a7445b3e2a..2d520c7c9d7d 100644 --- a/.release-please-individual-manifest.json +++ b/.release-please-individual-manifest.json @@ -11,6 +11,6 @@ "pubsub/v2": "2.6.1", "pubsublite": "1.10.0", "spanner": "1.93.0", - "storage": "1.63.1", + "storage": "1.64.0", "vertexai": "0.19.0" } diff --git a/librarian.yaml b/librarian.yaml index be3653431f09..de899daef280 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -1335,7 +1335,7 @@ libraries: - path: google/cloud/speech/v1 - path: google/cloud/speech/v1p1beta1 - name: storage - version: 1.63.1 + version: 1.64.0 apis: - path: google/storage/v2 go: diff --git a/storage/CHANGES.md b/storage/CHANGES.md index b9000d87c7bf..3ddb1f065508 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.64.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.63.1...storage/v1.64.0) (2026-07-21) + + +### Features + +* **storage:** Accept CRC32C for appendable objects ([#20104](https://github.com/googleapis/google-cloud-go/issues/20104)) ([1b2f5af](https://github.com/googleapis/google-cloud-go/commit/1b2f5afa0fe0f159edbc7184467928ebbd8720e2)) + ## [1.63.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.63.0...storage/v1.63.1) (2026-07-13) diff --git a/storage/internal/version.go b/storage/internal/version.go index 86da2df74c08..6aaa3e3360c0 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.63.1" +const Version = "1.64.0"