rebus-org / Rebus.GoogleCloudPubSub

:bus: Google Cloud Pub Sub transport for Rebus (under development)
Other
5 stars 3 forks source link

Update Google.Cloud.PubSub.V1 to 3.2.0 #7

Closed asleire closed 1 year ago

asleire commented 1 year ago

The 3.x version of Google.Cloud.PubSub.V1 switched to a newer gRPC library. The older gRPC library is in maintenance mode and will be deprecated in the future.

This change requires targeting netstandard2.1 as Google.Cloud.PubSub.V1 has removed support for netstandard2.0.

The release notes for 3.x state that they do not expect any changes to most customer code

There are some breaking changes, both in GAX v4 and in the generated code. The changes that aren't specific to any given API are described in the Google Cloud documentation. We don't anticipate any changes to most customer code, but please file a GitHub issue if you run into problems.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

mookid8000 commented 1 year ago

Ah, good to have that fixed! It's out on NuGet.org as Rebus.GoogleCloudPubSub 0.0.7 now! 🙂