diff --git a/.changes/1.29.34.json b/.changes/1.29.34.json new file mode 100644 index 000000000000..c8a4a2b78d28 --- /dev/null +++ b/.changes/1.29.34.json @@ -0,0 +1,47 @@ +[ + { + "category": "``ec2``", + "description": "Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "Added API attributes that help in the monitoring of sessions.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "This release includes additional audio channel tags in Quicktime outputs, support for film grain synthesis for AV1 outputs, ability to create audio-only FLAC outputs, and ability to specify Amazon S3 destination storage class.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings.", + "type": "api-change" + }, + { + "category": "``mediatailor``", + "description": "Adds new source location AUTODETECT_SIGV4 access type.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "This release updates the supported versions for Percona XtraBackup in Aurora MySQL.", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack.", + "type": "api-change" + }, + { + "category": "``verifiedpermissions``", + "description": "Documentation updates for Amazon Verified Permissions.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c3ab66be0c6b..27771efd1b80 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +1.29.34 +======= + +* api-change:``ec2``: Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances. +* api-change:``glue``: Added API attributes that help in the monitoring of sessions. +* api-change:``mediaconvert``: This release includes additional audio channel tags in Quicktime outputs, support for film grain synthesis for AV1 outputs, ability to create audio-only FLAC outputs, and ability to specify Amazon S3 destination storage class. +* api-change:``medialive``: MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings. +* api-change:``mediatailor``: Adds new source location AUTODETECT_SIGV4 access type. +* api-change:``quicksight``: Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support. +* api-change:``rds``: This release updates the supported versions for Percona XtraBackup in Aurora MySQL. +* api-change:``s3control``: Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack. +* api-change:``verifiedpermissions``: Documentation updates for Amazon Verified Permissions. + + 1.29.33 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 657c68db9da7..f087ebcf07c0 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.33' +__version__ = '1.29.34' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index de41bb4923b8..d880adadaa38 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.29.' # The full version, including alpha/beta/rc tags. -release = '1.29.33' +release = '1.29.34' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index e156da9a36e5..597992db3329 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.33 + botocore==1.31.34 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index ab0260bf30df..bd7cbe1c7ad2 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.33', + 'botocore==1.31.34', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<6.1',