aws-sdk-kms 1.52.0 → 1.72.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 756b1e990fd23d65bcc85178308adc678124bbf7745a0e8c477b5cbba9c421f7
4
- data.tar.gz: 41e7ada5c57655ad5f21ee264a2c2c2133232bc6da9a92decaf03d228ea02d68
3
+ metadata.gz: 7083ca3095f437295e951ad3e04ba6b628e0ebd13874e1fa19d1c3d0873edacf
4
+ data.tar.gz: e0d048cb4ea9684f968178ea1b8dfd4aaff9e089864cc53e839f4f14d125b61b
5
5
  SHA512:
6
- metadata.gz: 05f331020d2ce6fe2a86d2e01ea819d02e6bc64aca1e1b04227c937fc21151895dd83b6580d8d4a6a46b25017cee91e2a4f78ec68754b2bcd6c8b37912e5e7ba
7
- data.tar.gz: e6be01cb503305d81fa7de1fcb4c12ba27bd10544bdfa19fcefcef8d450cd6d7c1418bdf9b6e7af6b0b3128e8de9a500aa02198f659ce1deecef88356e7c8469
6
+ metadata.gz: 33237fa7b0995e14b7a3f78cfc37fd3acf1c879f537877e6f497a54f6784409ada2efb7ab8221ad6149f8d8dd2f8c79db0e4f644c7108cc5cfc08a2f91335e42
7
+ data.tar.gz: 4dd9e469026a4375363db7f217e522f68859f93712c3b083c28bc4ac67877cd81ffb7e2a6af7077020018340db1a471562a3c92dfe7bde401334421e2d6661c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,108 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.71.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.70.0 (2023-07-06)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.69.0 (2023-07-05)
20
+ ------------------
21
+
22
+ * Feature - Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call.
23
+
24
+ 1.68.0 (2023-06-28)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.67.0 (2023-06-15)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.66.0 (2023-06-05)
35
+ ------------------
36
+
37
+ * Feature - This release includes feature to import customer's asymmetric (RSA and ECC) and HMAC keys into KMS. It also includes feature to allow customers to specify number of days to schedule a KMS key deletion as a policy condition key.
38
+
39
+ 1.65.0 (2023-05-31)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.64.0 (2023-05-01)
45
+ ------------------
46
+
47
+ * Feature - This release makes the NitroEnclave request parameter Recipient and the response field for CiphertextForRecipient available in AWS SDKs. It also adds the regex pattern for CloudHsmClusterId validation.
48
+
49
+ 1.63.0 (2023-02-28)
50
+ ------------------
51
+
52
+ * Feature - AWS KMS is deprecating the RSAES_PKCS1_V1_5 wrapping algorithm option in the GetParametersForImport API that is used in the AWS KMS Import Key Material feature. AWS KMS will end support for this wrapping algorithm by October 1, 2023.
53
+
54
+ 1.62.0 (2023-01-18)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
60
+
61
+ 1.61.0 (2022-12-07)
62
+ ------------------
63
+
64
+ * Feature - Updated examples and exceptions for External Key Store (XKS).
65
+
66
+ 1.60.0 (2022-11-29)
67
+ ------------------
68
+
69
+ * Feature - AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
70
+
71
+ 1.59.0 (2022-10-25)
72
+ ------------------
73
+
74
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
75
+
76
+ 1.58.0 (2022-07-18)
77
+ ------------------
78
+
79
+ * Feature - Added support for the SM2 KeySpec in China Partition Regions
80
+
81
+ 1.57.0 (2022-05-17)
82
+ ------------------
83
+
84
+ * Feature - Add HMAC best practice tip, annual rotation of AWS managed keys.
85
+
86
+ 1.56.0 (2022-04-19)
87
+ ------------------
88
+
89
+ * Feature - Adds support for KMS keys and APIs that generate and verify HMAC codes
90
+
91
+ 1.55.0 (2022-02-24)
92
+ ------------------
93
+
94
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
95
+
96
+ 1.54.0 (2022-02-03)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
101
+ 1.53.0 (2021-12-21)
102
+ ------------------
103
+
104
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
105
+
4
106
  1.52.0 (2021-11-30)
5
107
  ------------------
6
108
 
@@ -336,4 +438,4 @@ Unreleased Changes
336
438
  1.0.0.rc1 (2016-12-05)
337
439
  ------------------
338
440
 
339
- * Feature - Initial preview release of the `aws-sdk-kms` gem.
441
+ * Feature - Initial preview release of the `aws-sdk-kms` gem.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.72.0