Skip to content

Commit

Permalink
Release Google.Cloud.PubSub.V1 version 3.13.0 (#12973)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Improve SubscriberClient logging ([commit a9896c9](https://togithub.com/googleapis/google-cloud-dotnet/commit/a9896c96a54649be3460025f64c962fb0ad8db93))
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://togithub.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))
  • Loading branch information
jskeet committed May 17, 2024
1 parent a9896c9 commit cf29c69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.12.0</Version>
<Version>3.13.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Pub/Sub API, which provides reliable, many-to-many, asynchronous messaging between applications.</Description>
Expand All @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.3.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
<ItemGroup>
Expand Down
7 changes: 7 additions & 0 deletions apis/Google.Cloud.PubSub.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## Version 3.13.0, released 2024-05-17

### New features

- Improve SubscriberClient logging ([commit a9896c9](https://github.com/googleapis/google-cloud-dotnet/commit/a9896c96a54649be3460025f64c962fb0ad8db93))
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))

## Version 3.12.0, released 2024-03-26

### New features
Expand Down
4 changes: 2 additions & 2 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -3764,12 +3764,12 @@
"protoPath": "google/pubsub/v1",
"productName": "Cloud Pub/Sub",
"productUrl": "https://cloud.google.com/pubsub/",
"version": "3.12.0",
"version": "3.13.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.",
"dependencies": {
"Google.Cloud.Iam.V1": "3.2.0"
"Google.Cloud.Iam.V1": "3.3.0"
},
"testDependencies": {
"Google.Api.Gax.Testing": "default",
Expand Down

0 comments on commit cf29c69

Please sign in to comment.