Version history

Version 2.11.0, released 2024-10-21

New features

  • Add messages and fields related to Redis Instances (commit 7cef758)
  • Add messages and fields related to Redis Clusters (commit 7cef758)
  • Add PSC network attachment URI to the InstanceInfo proto (commit 7cef758)
  • Add subnet URI and region name to the NetworkInfo proto (commit 7cef758)
  • Add firewall policy URI to the FirewallInfo proto (commit 7cef758)
  • Add fields related to advertised routes to the RouteInfo proto (commit 7cef758)
  • Add region name field to the RouteInfo proto (commit 7cef758)
  • Add region name to the ForwardingRuleInfo proto (commit 7cef758)
  • Add load balancer name to the ForwardingRuleInfo proto (commit 7cef758)
  • Add PSC target fields to the ForwardingRuleInfo proto (commit 7cef758)
  • Add more detailed abort and drop causes to corresponding enums (commit 7cef758)

Documentation improvements

Version 2.10.0, released 2024-05-14

New features

  • Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)

Version 2.9.0, released 2024-03-28

New features

Documentation improvements

Version 2.8.0, released 2024-03-26

New features

Documentation improvements

Version 2.7.0, released 2024-03-21

New features

Documentation improvements

  • Update final state comments in Network Management API version v1 (commit ce12129) ## Version 2.6.0, released 2024-02-28

No API surface changes; just dependency updates.

Version 2.5.0, released 2023-08-16

New features

New features

  • Add forwarding_rule field to Connectivity Test Endpoint proto (commit 73e23cb)

Documentation improvements

Version 2.3.0, released 2023-01-18

New features

Version 2.2.0, released 2022-07-25

New features

Version 2.1.0, released 2022-07-11

New features

  • Introduce a projects_missing_permissions field in the AbortInfo structure (commit 6f1a4bd)

Version 2.0.0, released 2022-06-08

This is the first version of this package to depend on GAX v4.

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.

The most important change in this release is the use of the Grpc.Net.Client package for gRPC communication, instead of Grpc.Core. When using .NET Core 3.1 or .NET 5.0+ this should lead to a smaller installation footprint and greater compatibility (e.g. with Apple M1 chips). Any significant change in a core component comes with the risk of incompatibility, however - so again, please let us know if you encounter any issues.

Version 1.1.0, released 2021-08-31

  • Commit ac367e2: feat: Regenerate all APIs to support self-signed JWTs

Version 1.0.0, released 2021-08-05

No API surface changes; just promotion to GA.

Version 1.0.0-beta01, released 2021-07-05

Initial release.