Skip to content

Commit

Permalink
Release Google.Cloud.Kms.V1 version 3.14.0
Browse files Browse the repository at this point in the history
Changes in this release:

### Bug fixes

- **BREAKING CHANGE** Pagination feature is introduced for method `ListKeyHandles` in service `Autokey` ([commit d036220](d036220))

This breaking change is being introduced without a new major version
as we believe customers are unlikely to be using the existing API
surface, and that it's in the best interestes of most customers to
keep to a minor release. (We completely acknowledge that this *is* a
breaking change, and we apologize if you're affected by it. Please
[raise an issue](https://github.com/googleapis/google-cloud-dotnet/issues/new/choose)
with any concerns - we're keen to improve this balance where we can.)

### New features

- Adding a state field for AutokeyConfig ([commit d036220](d036220))

### Documentation improvements

- Field service_resolvers in message .google.cloud.kms.v1.EkmConnection is Explicitly is marked as to have field behavior of Optional ([commit d036220](d036220))
- A comment for field `destroy_scheduled_duration` in message `.google.cloud.kms.v1.CryptoKey` is updated for the default duration ([commit d036220](d036220))
  • Loading branch information
jskeet committed Sep 27, 2024
1 parent e31d1fa commit ad55478
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.13.0</Version>
<Version>3.14.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Key Management Service API, which manages encryption for your cloud services the same way you do on-premises. You can generate, use, rotate, and destroy AES256 encryption keys.</Description>
Expand Down
23 changes: 23 additions & 0 deletions apis/Google.Cloud.Kms.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Version history

## Version 3.14.0, released 2024-09-26

### Bug fixes

- **BREAKING CHANGE** Pagination feature is introduced for method `ListKeyHandles` in service `Autokey` ([commit d036220](https://github.com/googleapis/google-cloud-dotnet/commit/d036220251afc1d36c2ee530197ad37a404c54f7))

This breaking change is being introduced without a new major version
as we believe customers are unlikely to be using the existing API
surface, and that it's in the best interestes of most customers to
keep to a minor release. (We completely acknowledge that this *is* a
breaking change, and we apologize if you're affected by it. Please
[raise an issue](https://github.com/googleapis/google-cloud-dotnet/issues/new/choose)
with any concerns - we're keen to improve this balance where we can.)

### New features

- Adding a state field for AutokeyConfig ([commit d036220](https://github.com/googleapis/google-cloud-dotnet/commit/d036220251afc1d36c2ee530197ad37a404c54f7))

### Documentation improvements

- Field service_resolvers in message .google.cloud.kms.v1.EkmConnection is Explicitly is marked as to have field behavior of Optional ([commit d036220](https://github.com/googleapis/google-cloud-dotnet/commit/d036220251afc1d36c2ee530197ad37a404c54f7))
- A comment for field `destroy_scheduled_duration` in message `.google.cloud.kms.v1.CryptoKey` is updated for the default duration ([commit d036220](https://github.com/googleapis/google-cloud-dotnet/commit/d036220251afc1d36c2ee530197ad37a404c54f7))

## Version 3.13.0, released 2024-06-24

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,7 @@
"protoPath": "google/cloud/kms/v1",
"productName": "Google Cloud Key Management Service",
"productUrl": "https://cloud.google.com/kms/",
"version": "3.13.0",
"version": "3.14.0",
"type": "grpc",
"description": "Recommended Google client library to access the Google Key Management Service API, which manages encryption for your cloud services the same way you do on-premises. You can generate, use, rotate, and destroy AES256 encryption keys.",
"tags": [
Expand Down

0 comments on commit ad55478

Please sign in to comment.