Version history

Version 2.1.0, released 2022-11-02

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.

Version 1.7.0, released 2022-04-26

New features

  • Add API definitions for Cloud Channel Repricing APIs (commit d654082)
  • Add new enum value, new filter in ListCustomersRequest of Cloud Channel API (commit dfdc095)

Documentation improvements

Version 1.5.0, released 2021-11-10

Version 1.4.0, released 2021-09-24

  • Commit 7210495:
    • feat: add API ImportCustomer for Cloud Channel API
    • docs: update comments for a few fields

Version 1.3.0, released 2021-08-19

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

Version 1.2.0, released 2021-06-22

  • Commit 01c154e:
    • feat: Add/Update API definitions for Cloud Channel API, including
      • Update descriptions of APIs.
      • Add additional_bindings to HTTP annotations of Customer related APIs (list/create/get/update/delete).
      • Add a new LookupOffer RPC and LookupOfferRequest proto.
      • Add a new enum value LICENSE_CAP_CHANGED to enum EntitlementEvent.Type.

Version 1.1.0, released 2021-04-29

  • Commit 8f5a62b:
    • docs: Update documentation comments to match tone and style with the rest of Cloud documentation.
    • feat: Adding customer level pubsub events for primary domain verification and primary domain change.
    • feat: Enabled support for boolean as an allowed parameter value.
    • feat: Added legacy_sku field to TransferableSku.

Version 1.0.0, released 2021-03-03

  • Commit 1620a3a:
    • feat: addition of billing_account field on Plan
    • docs: clarification that valid address lines are required for all customers
  • Commit f2fdc8f:
    • docs: Documentation update
    • fix!: Removal of TransferableSkus fields is_commitment and commitment_end_timestamp
  • Commit 59e5691: feat: Add Pub/Sub endpoints for Cloud Channel API.

The breaking change to TransferableSkus was due to the fields having accidentally been included despite deprecation in previews.

Version 1.0.0-beta01, released 2021-01-13

Initial release.