From 94f0837e0fcc35d6e911f8cf07ffcd628d7adcf3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 18:55:47 +0000 Subject: [PATCH] chore(main): release pubsub 1.30.1 --- .release-please-manifest-individual.json | 2 +- pubsub/CHANGES.md | 13 +++++++++++++ pubsub/internal/version.go | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 285b293680e..a9e03460f92 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -6,7 +6,7 @@ "firestore": "1.9.0", "logging": "1.7.0", "profiler": "0.3.1", - "pubsub": "1.30.0", + "pubsub": "1.30.1", "pubsublite": "1.8.0", "spanner": "1.45.1", "storage": "1.30.1" diff --git a/pubsub/CHANGES.md b/pubsub/CHANGES.md index 8895829e74c..a3214989647 100644 --- a/pubsub/CHANGES.md +++ b/pubsub/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## [1.30.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.30.0...pubsub/v1.30.1) (2023-05-03) + + +### Bug Fixes + +* **pubsub/pstest:** Clear Subscription when calling `ClearMessages`. ([6de8eda](https://github.com/googleapis/google-cloud-go/commit/6de8edada13c751ded733e924174e5b46277fcc6)) +* **pubsub/pstest:** Start `DeliveryAttempt` at 1 ([2bf6e14](https://github.com/googleapis/google-cloud-go/commit/2bf6e14ef5d04f9ac2be786086538d395a8e7393)) + + +### Documentation + +* **pubsub:** Clarify NumGoroutines configures number of streams ([#7874](https://github.com/googleapis/google-cloud-go/issues/7874)) ([8ac4432](https://github.com/googleapis/google-cloud-go/commit/8ac4432e5d3e77a61119943537915230c0e5b7e9)) + ## [1.30.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.29.0...pubsub/v1.30.0) (2023-03-22) diff --git a/pubsub/internal/version.go b/pubsub/internal/version.go index 5856ebbb47c..783750d46da 100644 --- a/pubsub/internal/version.go +++ b/pubsub/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.30.0" +const Version = "1.30.1"