Version history

Version 3.10.0, released 2024-03-26

New features

Version 3.9.0, released 2024-03-13

No API surface changes; just dependency updates.

Version 3.8.0, released 2024-02-09

Documentation improvements

New features

Documentation improvements

Version 3.6.0, released 2023-07-13

New features

Version 3.5.0, released 2023-05-26

New features

Documentation improvements

Version 3.4.0, released 2023-03-20

New features

Version 3.3.0, released 2023-01-19

New features

Version 3.2.0, released 2022-12-01

New features

Version 3.1.0, released 2022-11-02

New features

Version 3.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.

API specific breaking changes

  • IAM access should now be via the IAMPolicyClient property in the client. (commit a47cb51)

Version 2.9.0, released 2022-02-22

New features

Version 2.8.0, released 2022-02-07

New features

Version 2.7.0, released 2021-11-10

Version 2.6.0, released 2021-10-12

  • Commit 19b3652: feat: add RPC retry information for MacSign, MacVerify, and GenerateRandomBytes
  • Commit 419bd7c: feat: add OAEP+SHA1 to the list of supported algorithms

Version 2.5.0, released 2021-09-23

Version 2.4.0, released 2021-08-10

  • Commit f62f458: feat: add support for HMAC, Variable Key Destruction, and GenerateRandom

Version 2.3.0, released 2021-06-22

  • Commit f1d52c1: feat: add ECDSA secp256k1 to the list of supported algorithms.

Version 2.2.0, released 2021-04-29

  • Commit e89b7c2:
    • feat: Add maxAttempts to retry policy for KMS gRPC service config
    • feat: Add Bazel exports_files entry for KMS gRPC service config
  • Commit aeb69c3: fix: do not retry on 13 INTERNAL

Version 2.1.0, released 2020-10-20

  • Commit 0790924: fix: Add gRPC compatibility constructors
  • Commit 0ca05f5: chore: Regenerate all APIs using protoc 3.13 and Grpc.Tools 2.31
  • Commit ad918b1: Add client integrity verification fields to the KMS protos
  • Commit 6bde7a3: docs: Regenerate all APIs with service comments in client documentation
  • Commit f83bdf1: fix: Apply timeouts to RPCs without retry
  • Commit d183f72: docs: change relative URLs to absolute URLs to fix broken links.
  • Commit 947a573: docs: Regenerate all clients with more explicit documentation

Version 2.0.0, released 2020-04-08

  • Commit 45c8362: Add support for Cloud EKM to the Cloud KMS service and resource protos.

Version 2.0.0-beta03, released 2020-03-18

No API surface changes compared with 2.0.0-beta02, just dependency and implementation changes.

Version 2.0.0-beta02, released 2020-02-21

  • Commit 2305571:
    • Regenerate Google.Cloud.Kms.V1
    • Restores some method signatures that were in 1.1.0:
      • GetCryptoKey(name)
      • GetCryptoKeyVersion(name)
      • GetImportJob(name)
      • GetPublicKey(name)
    • (Breaking) Changes Encrypt parameter type from CryptoKeyName to IResourceName
    • (Breaking) Changes ListCryptoKeyVersions from KeyRingName to CryptoKeyName

Version 2.0.0-beta01, released 2020-02-18

This is the first prerelease targeting GAX v3. Please see the breaking changes guide for details of changes to both GAX and code generation.

Version 1.1.0, released 2019-12-10

New features:

  • RPCs for CreateImportJob, GetImportJob, ImportCryptoKeVersion, ListImportJobs
  • Added filtering and ordering when listing crypto keys
  • Added filtering and ordering when listing keyrings
  • Added Format methods to all resource names
  • Added method overloads accepting requests for RPCs that didn't already have them
  • Added CryptoKeyVersion properties ImportTime, ImportFailureReason, ImportJob
  • Added new CryptoKeyVersionAlgorithm enum values
  • Added KeyManagementServiceClientBuilder for simpler configuration

Version 1.0.0, released 2019-01-24

Initial GA release.