@google-cloud/kms
Advanced tools
Comparing version 2.4.4 to 2.5.0
@@ -103,3 +103,3 @@ { | ||
}, | ||
"Encrypt": { | ||
"UpdateCryptoKeyPrimaryVersion": { | ||
"timeout_millis": 60000, | ||
@@ -109,3 +109,3 @@ "retry_codes_name": "idempotent", | ||
}, | ||
"Decrypt": { | ||
"DestroyCryptoKeyVersion": { | ||
"timeout_millis": 60000, | ||
@@ -115,3 +115,3 @@ "retry_codes_name": "idempotent", | ||
}, | ||
"AsymmetricSign": { | ||
"RestoreCryptoKeyVersion": { | ||
"timeout_millis": 60000, | ||
@@ -121,3 +121,3 @@ "retry_codes_name": "idempotent", | ||
}, | ||
"AsymmetricDecrypt": { | ||
"Encrypt": { | ||
"timeout_millis": 60000, | ||
@@ -127,3 +127,3 @@ "retry_codes_name": "idempotent", | ||
}, | ||
"UpdateCryptoKeyPrimaryVersion": { | ||
"Decrypt": { | ||
"timeout_millis": 60000, | ||
@@ -133,3 +133,3 @@ "retry_codes_name": "idempotent", | ||
}, | ||
"DestroyCryptoKeyVersion": { | ||
"AsymmetricSign": { | ||
"timeout_millis": 60000, | ||
@@ -139,6 +139,18 @@ "retry_codes_name": "idempotent", | ||
}, | ||
"RestoreCryptoKeyVersion": { | ||
"AsymmetricDecrypt": { | ||
"timeout_millis": 60000, | ||
"retry_codes_name": "idempotent", | ||
"retry_params_name": "default" | ||
}, | ||
"MacSign": { | ||
"retry_codes_name": "non_idempotent", | ||
"retry_params_name": "default" | ||
}, | ||
"MacVerify": { | ||
"retry_codes_name": "non_idempotent", | ||
"retry_params_name": "default" | ||
}, | ||
"GenerateRandomBytes": { | ||
"retry_codes_name": "non_idempotent", | ||
"retry_params_name": "default" | ||
} | ||
@@ -145,0 +157,0 @@ } |
@@ -7,2 +7,9 @@ # Changelog | ||
## [2.5.0](https://www.github.com/googleapis/nodejs-kms/compare/v2.4.4...v2.5.0) (2021-08-05) | ||
### Features | ||
* add support for HMAC, Variable Key Destruction, and GenerateRandom ([#484](https://www.github.com/googleapis/nodejs-kms/issues/484)) ([c207423](https://www.github.com/googleapis/nodejs-kms/commit/c207423806e36057d74244e1c79294f595e5a740)) | ||
### [2.4.4](https://www.github.com/googleapis/nodejs-kms/compare/v2.4.3...v2.4.4) (2021-07-16) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/kms", | ||
"description": "Google Cloud Key Management Service (KMS) API client for Node.js", | ||
"version": "2.4.4", | ||
"version": "2.5.0", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Google LLC", |
@@ -193,3 +193,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
[client-docs]: https://googleapis.dev/nodejs/kms/latest | ||
[client-docs]: https://cloud.google.com/nodejs/docs/reference/kms/latest | ||
[product-docs]: https://cloud.google.com/kms | ||
@@ -196,0 +196,0 @@ [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2628362
40666