Changes

1.15.9 (2024-05-01)

Bug Fixes

  • kms: Bump x/net to v0.24.0 (ba31ed5)

Documentation

  • kms: In google.cloud.kms.v1.PublicKey, pem field is always populated (1d757c6)

1.15.8 (2024-03-14)

Bug Fixes

  • kms: Update protobuf dep to v1.33.0 (30b038d)

1.15.7 (2024-02-06)

Documentation

1.15.6 (2024-01-30)

Bug Fixes

  • kms: Enable universe domain resolution options (fd1d569)

1.15.5 (2023-11-01)

Bug Fixes

  • kms: Bump google.golang.org/api to v0.149.0 (8d2ab9f)

1.15.4 (2023-10-26)

Bug Fixes

  • kms: Update grpc-go to v1.59.0 (81a97b0)

1.15.3 (2023-10-12)

Bug Fixes

  • kms: Update golang.org/x/net to v0.17.0 (174da47)

1.15.2 (2023-09-11)

Documentation

1.15.1 (2023-08-08)

Documentation

1.15.0 (2023-07-24)

Features

  • kms: Add interoperable symmetric encryption system (432864c)

1.14.0 (2023-07-18)

Features

  • kms/inventory: Add resource_types to SearchAllResources, to allow filtering by resource type (#8261) (9d55bab)

1.13.0 (2023-07-10)

Features

  • kms: Add interoperable symmetric encryption system (14b95d3)

1.12.1 (2023-06-20)

Bug Fixes

  • kms: REST query UpdateMask bug (df52820)

1.12.0 (2023-06-13)

Features

  • kms/inventory: Promote to GA (3abdfa1)

1.11.0 (2023-05-30)

Features

  • kms: Update all direct dependencies (b340d03)

1.10.2 (2023-05-08)

Bug Fixes

  • kms: Update grpc to v1.55.0 (1147ce0)

1.10.1 (2023-04-04)

Documentation

  • kms: Publish the API comment changes related to supporting different hash functions/values for ECDSA signing (#7619) (597ea0f)

1.10.0 (2023-03-15)

Features

  • kms: Add support for Coordinated External Keys (#7517) (64c6a6f)
  • kms: Update iam and longrunning deps (91a1f78)

1.9.0 (2023-03-01)

Features

1.8.0 (2023-01-04)

Features

1.7.0 (2022-12-01)

Features

  • kms: add SHA-2 import methods (7231644)
  • kms: add support for additional HMAC algorithms (2a0b1ae)

1.6.0 (2022-11-03)

Features

  • kms: rewrite signatures in terms of new location (3c4b2b3)

1.5.0 (2022-10-25)

Features

  • kms: enable generation of Locations mixin (caf4afa)
  • kms: start generating stubs dir (de2d180)

1.4.0 (2022-02-23)

Features

  • kms: set versionClient to module version (55f0d92)

1.3.0 (2022-02-14)

Features

  • kms: add file for tracking version (17b36ea)

1.2.0 (2022-02-04)

Features

  • kms: add a new EkmService API (7f48e6b)

1.1.0 (2021-10-18)

Features

  • kms: add OAEP+SHA1 to the list of supported algorithms (8c5c6cf)
  • kms: add RPC retry information for MacSign, MacVerify, and GenerateRandomBytes Committer: @bdhess (1a0720f)
  • kms: add support for Raw PKCS#1 signing keys (58bea89)

1.0.0

Stabilize GA surface.

0.2.0 (2021-08-30)

Features

  • kms: add support for Key Reimport (bf4378b)

v0.1.0

This is the first tag to carve out kms as its own module. See Add a module to a multi-module repository.