Skip to content

Commit

Permalink
Add changelog entries from botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 15, 2024
1 parent 8268877 commit 2ec9480
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-docdb-57.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``docdb``",
"description": "[``botocore``] 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 changes: 5 additions & 0 deletions .changes/next-release/api-change-ecs-94721.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ecs``",
"description": "[``botocore``] This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-iam-43644.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``iam``",
"description": "[``botocore``] 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."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-s3-89124.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``s3``",
"description": "[``botocore``] Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API."
}

0 comments on commit 2ec9480

Please sign in to comment.