aws-sdk-kafka 1.45.0 → 1.64.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: 979dc9b53e23cb9f94ec4d473c8197b0add63868ae62eca3e9acfc5f76ce48d5
4
- data.tar.gz: 58f196f5fe3b5e094be3184fd3c1ca27a6b2bf5a9054681919edec7b0687ee39
3
+ metadata.gz: eca3c32515abff754d369b307085f6cbb2cd8e15d335348326efd7c911d18b42
4
+ data.tar.gz: 2369b97234e903eb4084dbabdd96978a94b44ec350d539a27cb87c94dfd8eb52
5
5
  SHA512:
6
- metadata.gz: 5d97046c1220aeb5dfcf08f5dbba062e77fd2eafc9b8504fa3f16272a1a2da031e0f83b0e9506cdbdd807e75c0e90e2e4897304d7678c844e3037b0243c6c551
7
- data.tar.gz: bcd5c261a92494e466fb6bc14885eed1fd92eade2802786180135f5ba149ec9d9f1d08f8548632f422bb4c3f5e6de3632c1b957d5a80431750f75edf5ddc2143
6
+ metadata.gz: 2cf838b5bd1fad87a5eb5b7cd724e742525f39baaa057d1216488897cee9bff8e4db7ea3d7fb179da7614ab9cc733afa4ad5dd68d00d56691f3762d50e6cc6c8
7
+ data.tar.gz: ec455d1a46d193af9dcf72a8ab5f65e05596af28990ec0bc115655ca17331068d509b066985736ea337dd64de3dd918be2cd4604d80f2ee8fcf9f5302aea8d2a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,103 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2023-10-17)
5
+ ------------------
6
+
7
+ * Feature - AWS Managed Streaming for Kafka is launching MSK Replicator, a new feature that enables customers to reliably replicate data across Amazon MSK clusters in same or different AWS regions. You can now use SDK to create, list, describe, delete, update, and manage tags of MSK Replicators.
8
+
9
+ 1.63.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.62.0 (2023-07-28)
15
+ ------------------
16
+
17
+ * Feature - Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters.
18
+
19
+ 1.61.0 (2023-07-11)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.60.0 (2023-07-06)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.59.0 (2023-06-28)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.58.0 (2023-06-15)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.57.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.56.0 (2023-05-15)
45
+ ------------------
46
+
47
+ * Feature - Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs
48
+
49
+ 1.55.0 (2023-04-27)
50
+ ------------------
51
+
52
+ * Feature - Amazon MSK has added new APIs that allows multi-VPC private connectivity and cluster policy support for Amazon MSK clusters that simplify connectivity and access between your Apache Kafka clients hosted in different VPCs and AWS accounts and your Amazon MSK clusters.
53
+
54
+ 1.54.0 (2023-01-30)
55
+ ------------------
56
+
57
+ * Feature - Enabled FIPS endpoints for GovCloud (US) regions in SDK.
58
+
59
+ 1.53.0 (2023-01-18)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
65
+
66
+ 1.52.0 (2022-10-26)
67
+ ------------------
68
+
69
+ * Feature - This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers.
70
+
71
+ 1.51.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.50.0 (2022-06-20)
77
+ ------------------
78
+
79
+ * Feature - Documentation updates to use Az Id during cluster creation.
80
+
81
+ 1.49.0 (2022-02-24)
82
+ ------------------
83
+
84
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
85
+
86
+ 1.48.0 (2022-02-03)
87
+ ------------------
88
+
89
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
90
+
91
+ 1.47.0 (2022-01-27)
92
+ ------------------
93
+
94
+ * Feature - Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates.
95
+
96
+ 1.46.0 (2021-12-21)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
4
101
  1.45.0 (2021-11-30)
5
102
  ------------------
6
103
 
@@ -235,4 +332,4 @@ Unreleased Changes
235
332
  1.0.0 (2018-11-29)
236
333
  ------------------
237
334
 
238
- * Feature - Initial release of `aws-sdk-kafka`.
335
+ * Feature - Initial release of `aws-sdk-kafka`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.64.0