Skip to content

Commit

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-94721.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iam-43644.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-89124.json

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.34.162
========

* 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.
* api-change:``ecs``: This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.
* 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.
* api-change:``s3``: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.


1.34.161
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.161'
__version__ = '1.34.162'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.1'
# The full version, including alpha/beta/rc tags.
release = '1.34.161'
release = '1.34.162'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 7c09319

Please sign in to comment.