From 5d26f0dec58b85dd75bc48452e3e2260719e8587 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:14:17 +0000 Subject: [PATCH] chore(main): release storage 1.35.0 (#8991) :robot: I have created a release *beep* *boop* --- ## [1.35.0](https://togithub.com/googleapis/google-cloud-go/compare/storage/v1.34.1...storage/v1.35.0) (2023-11-09) ### Features * **storage:** Change gRPC writes to use bi-directional streams ([#8930](https://togithub.com/googleapis/google-cloud-go/issues/8930)) ([3e23a36](https://togithub.com/googleapis/google-cloud-go/commit/3e23a364b1a20c4fda7aef257e4136586ec769a4)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). --- .release-please-manifest-individual.json | 2 +- storage/CHANGES.md | 7 +++++++ storage/internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 4aab0591cd5b..2a6189eef878 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -11,5 +11,5 @@ "pubsub": "1.33.0", "pubsublite": "1.8.1", "spanner": "1.51.0", - "storage": "1.34.1" + "storage": "1.35.0" } diff --git a/storage/CHANGES.md b/storage/CHANGES.md index f1d51afb71dc..f62f8023aff4 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.35.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.34.1...storage/v1.35.0) (2023-11-09) + + +### Features + +* **storage:** Change gRPC writes to use bi-directional streams ([#8930](https://github.com/googleapis/google-cloud-go/issues/8930)) ([3e23a36](https://github.com/googleapis/google-cloud-go/commit/3e23a364b1a20c4fda7aef257e4136586ec769a4)) + ## [1.34.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.34.0...storage/v1.34.1) (2023-11-01) diff --git a/storage/internal/version.go b/storage/internal/version.go index 4a81ada09dbc..b846f144d253 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.34.1" +const Version = "1.35.0"