From 67a840bf24152f477adda8882b88b9b3d3d100ee Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 3 Feb 2025 14:25:48 +0000 Subject: [PATCH] Release Google.Cloud.PubSub.V1 version 3.21.0 Changes in this release: ### New features - Add support for message transforms to Topic and Subscription ([commit 97502ea](https://github.com/googleapis/google-cloud-dotnet/commit/97502ea06aaea8de9b80ac62fb9f3f1635d3fc49)) ### Documentation improvements - Fix link for AnalyticsHubSubscriptionInfo ([commit 97502ea](https://github.com/googleapis/google-cloud-dotnet/commit/97502ea06aaea8de9b80ac62fb9f3f1635d3fc49)) --- .../Google.Cloud.PubSub.V1.csproj | 2 +- apis/Google.Cloud.PubSub.V1/docs/history.md | 10 ++++++++++ generator-input/apis.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1.csproj b/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1.csproj index ffb80060e5e6..8a4c4911e517 100644 --- a/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1.csproj +++ b/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1.csproj @@ -1,7 +1,7 @@  - 3.20.0 + 3.21.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Pub/Sub API, which provides reliable, many-to-many, asynchronous messaging between applications. diff --git a/apis/Google.Cloud.PubSub.V1/docs/history.md b/apis/Google.Cloud.PubSub.V1/docs/history.md index c06ba66608d9..276dad4216f2 100644 --- a/apis/Google.Cloud.PubSub.V1/docs/history.md +++ b/apis/Google.Cloud.PubSub.V1/docs/history.md @@ -1,5 +1,15 @@ # Version history +## Version 3.21.0, released 2025-02-03 + +### New features + +- Add support for message transforms to Topic and Subscription ([commit 97502ea](https://github.com/googleapis/google-cloud-dotnet/commit/97502ea06aaea8de9b80ac62fb9f3f1635d3fc49)) + +### Documentation improvements + +- Fix link for AnalyticsHubSubscriptionInfo ([commit 97502ea](https://github.com/googleapis/google-cloud-dotnet/commit/97502ea06aaea8de9b80ac62fb9f3f1635d3fc49)) + ## Version 3.20.0, released 2025-01-13 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 364541b497fb..cb92ee6d28fb 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -4173,7 +4173,7 @@ "protoPath": "google/pubsub/v1", "productName": "Cloud Pub/Sub", "productUrl": "https://cloud.google.com/pubsub/", - "version": "3.20.0", + "version": "3.21.0", "type": "grpc", "metadataType": "GAPIC_COMBO", "description": "Recommended Google client library to access the Google Cloud Pub/Sub API, which provides reliable, many-to-many, asynchronous messaging between applications.",