Version history

Version 2.15.0, released 2024-03-26

New features

Version 2.14.0, released 2024-03-04

New features

Version 2.13.0, released 2024-02-08

New features

Version 2.12.0, released 2023-12-11

New features

Version 2.11.0, released 2023-08-04

New features

Version 2.10.0, released 2023-07-13

New features

  • Update Compute Engine API to revision 20230701 (issue 821) (commit 7b34803) ## Version 2.9.0, released 2023-03-27

New features

Version 2.8.0, released 2023-03-20

New features

Version 2.7.0, released 2023-02-08

New features

Version 2.6.0, released 2023-01-20

New features

Version 2.5.0, released 2022-12-14

New features

Version 2.4.0, released 2022-12-01

New features

Version 2.3.0, released 2022-11-02

New features

Version 2.2.0, released 2022-09-15

New features

Version 2.1.0, released 2022-08-04

New features

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.

New features

  • Update Compute Engine API to revision 20220526 (issue 722) (commit 5d75c04) ## Version 1.4.0, released 2022-04-21

Bug fixes

BREAKING CHANGE: The above change is breaking, in terms of removing the HasParentId and ClearParentId() members. We are releasing as a minor version as these members were only introduced recently, and the change will definitely be needed long-term.

Version 1.3.0, released 2022-04-13

Bug fixes

BREAKING CHANGES: The above changes are breaking, in terms of removing the HasParentId and ClearParentId() members. We are releasing as a minor version as these members were only introduced less than a week ago, and the change will definitely be needed long-term.

Version 1.2.0, released 2022-04-08

New features

Version 1.1.0, released 2022-02-14

New features

Version 1.0.0, released 2022-01-11

No API surface changes; just dependency updates for first GA release.

Version 1.0.0-beta06, released 2021-12-06

  • Commit 25e54fa: fix!: handle GCP enum name start with uppercase IPProtocol

Version 1.0.0-beta05, released 2021-12-01

Version 1.0.0-beta04, released 2021-11-10

  • Commit 41d3129: fix: Convert HTTP status codes to gRPC status codes when converting LROs

This also updates the GAX dependency to 3.6.0-beta03.

Version 1.0.0-beta03, released 2021-10-14

  • Commit 77a75b3: feat!: Generate idiomatic LROs for Google.Cloud.Compute.V1

BREAKING CHANGE: All RPCs representing long running operations (LROs) are now exposed using the Operation<,> type in the Google.LongRunning package. This allows code using the Compute API to be equivalent to that of LROs in other packages, even though behind the scenes they don't follow the exact same pattern.

In particular, this makes it much easier to wait for an operation to complete without writing any manual polling code. However, it is a breaking change compared with the previous beta releases.

Version 1.0.0-beta02, released 2021-08-19

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

Version 1.0.0-beta01, released 2021-08-09

Main changes from 1.0.0-alpha02:

  • Automatic pagination is now implemented for all "list" methods. This is a breaking change, as the return type has changed. Any code which was previously looping over responses manually and handling page tokens can be simplified at this point. See https://cloud.google.com/dotnet/docs/reference/help/page-streaming for more details.
  • Failed RPCs will now contain details of the failure, rather than just a status code. Currently this is just the textual representation of the original RPC response; in the future this text may be parsed automatically.

Version 1.0.0-alpha02, released 2021-06-16

Regenerated with changes from googleapis-discovery, and GAX 3.5.0-alpha01.

Version 1.0.0-alpha01, released 2021-05-13

First alpha release. Please note that this library is still in early testing phases, and is not suitable for production workloads.