You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This release adds Global Cluster Failover capability which enables you to change your global cluster's primary AWS region, the region that serves writes, during a regional outage. Performing a failover action preserves your Global Cluster setup.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``ecs``",
9
+
"description": "This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``iam``",
14
+
"description": "Make the LastUsedDate field in the GetAccessKeyLastUsed response optional. This may break customers who only call the API for access keys with a valid LastUsedDate. This fixes a deserialization issue for access keys without a LastUsedDate, because the field was marked as required but could be null.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``s3``",
19
+
"description": "Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.",
Copy file name to clipboardexpand all lines: CHANGELOG.rst
+9
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.33.44
6
+
=======
7
+
8
+
* api-change:``docdb``: This release adds Global Cluster Failover capability which enables you to change your global cluster's primary AWS region, the region that serves writes, during a regional outage. Performing a failover action preserves your Global Cluster setup.
9
+
* api-change:``ecs``: This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.
10
+
* api-change:``iam``: Make the LastUsedDate field in the GetAccessKeyLastUsed response optional. This may break customers who only call the API for access keys with a valid LastUsedDate. This fixes a deserialization issue for access keys without a LastUsedDate, because the field was marked as required but could be null.
11
+
* api-change:``s3``: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.
0 commit comments