@google-cloud/kms
Advanced tools
Comparing version 2.8.1 to 2.9.0
@@ -139,11 +139,14 @@ { | ||
"MacSign": { | ||
"retry_codes_name": "non_idempotent", | ||
"timeout_millis": 60000, | ||
"retry_codes_name": "idempotent", | ||
"retry_params_name": "default" | ||
}, | ||
"MacVerify": { | ||
"retry_codes_name": "non_idempotent", | ||
"timeout_millis": 60000, | ||
"retry_codes_name": "idempotent", | ||
"retry_params_name": "default" | ||
}, | ||
"GenerateRandomBytes": { | ||
"retry_codes_name": "non_idempotent", | ||
"timeout_millis": 60000, | ||
"retry_codes_name": "idempotent", | ||
"retry_params_name": "default" | ||
@@ -150,0 +153,0 @@ } |
@@ -7,2 +7,10 @@ # Changelog | ||
## [2.9.0](https://www.github.com/googleapis/nodejs-kms/compare/v2.8.1...v2.9.0) (2021-10-14) | ||
### Features | ||
* add OAEP+SHA1 to the list of supported algorithms ([#503](https://www.github.com/googleapis/nodejs-kms/issues/503)) ([00cc42e](https://www.github.com/googleapis/nodejs-kms/commit/00cc42ed9a30650fc88d27c8205e08bb305dd0f8)) | ||
* add RPC retry information for MacSign, MacVerify, and GenerateRandomBytes Committer: [@bdhess](https://www.github.com/bdhess) ([#506](https://www.github.com/googleapis/nodejs-kms/issues/506)) ([08cd155](https://www.github.com/googleapis/nodejs-kms/commit/08cd15524662ba81a35761df592ea8ce1557e023)) | ||
### [2.8.1](https://www.github.com/googleapis/nodejs-kms/compare/v2.8.0...v2.8.1) (2021-09-03) | ||
@@ -9,0 +17,0 @@ |
{ | ||
"name": "@google-cloud/kms", | ||
"description": "Google Cloud Key Management Service (KMS) API client for Node.js", | ||
"version": "2.8.1", | ||
"version": "2.9.0", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Google LLC", |
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 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
2646890
40860