From 36e9e089e4b3a011fdf603d97f47c7caa90c72a7 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 24 Aug 2023 18:12:26 +0000 Subject: [PATCH] Bumping version to 1.31.34 --- .changes/1.31.34.json | 47 +++++++++++++++++++ .../next-release/api-change-ec2-9999.json | 5 -- .../next-release/api-change-glue-7866.json | 5 -- .../api-change-mediaconvert-61381.json | 5 -- .../api-change-medialive-89669.json | 5 -- .../api-change-mediatailor-66461.json | 5 -- .../api-change-quicksight-51981.json | 5 -- .../next-release/api-change-rds-35082.json | 5 -- .../api-change-s3control-72775.json | 5 -- .../api-change-verifiedpermissions-12254.json | 5 -- CHANGELOG.rst | 14 ++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 13 files changed, 63 insertions(+), 47 deletions(-) create mode 100644 .changes/1.31.34.json delete mode 100644 .changes/next-release/api-change-ec2-9999.json delete mode 100644 .changes/next-release/api-change-glue-7866.json delete mode 100644 .changes/next-release/api-change-mediaconvert-61381.json delete mode 100644 .changes/next-release/api-change-medialive-89669.json delete mode 100644 .changes/next-release/api-change-mediatailor-66461.json delete mode 100644 .changes/next-release/api-change-quicksight-51981.json delete mode 100644 .changes/next-release/api-change-rds-35082.json delete mode 100644 .changes/next-release/api-change-s3control-72775.json delete mode 100644 .changes/next-release/api-change-verifiedpermissions-12254.json diff --git a/.changes/1.31.34.json b/.changes/1.31.34.json new file mode 100644 index 0000000000..c8a4a2b78d --- /dev/null +++ b/.changes/1.31.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/.changes/next-release/api-change-ec2-9999.json b/.changes/next-release/api-change-ec2-9999.json deleted file mode 100644 index 94bd754442..0000000000 --- a/.changes/next-release/api-change-ec2-9999.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "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." -} diff --git a/.changes/next-release/api-change-glue-7866.json b/.changes/next-release/api-change-glue-7866.json deleted file mode 100644 index 95e72b955c..0000000000 --- a/.changes/next-release/api-change-glue-7866.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "Added API attributes that help in the monitoring of sessions." -} diff --git a/.changes/next-release/api-change-mediaconvert-61381.json b/.changes/next-release/api-change-mediaconvert-61381.json deleted file mode 100644 index c5168a1b8e..0000000000 --- a/.changes/next-release/api-change-mediaconvert-61381.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-medialive-89669.json b/.changes/next-release/api-change-medialive-89669.json deleted file mode 100644 index e8320b8dc1..0000000000 --- a/.changes/next-release/api-change-medialive-89669.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-mediatailor-66461.json b/.changes/next-release/api-change-mediatailor-66461.json deleted file mode 100644 index ed0bb683e4..0000000000 --- a/.changes/next-release/api-change-mediatailor-66461.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediatailor``", - "description": "Adds new source location AUTODETECT_SIGV4 access type." -} diff --git a/.changes/next-release/api-change-quicksight-51981.json b/.changes/next-release/api-change-quicksight-51981.json deleted file mode 100644 index 9be2e49dfa..0000000000 --- a/.changes/next-release/api-change-quicksight-51981.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-rds-35082.json b/.changes/next-release/api-change-rds-35082.json deleted file mode 100644 index 29ec932bc0..0000000000 --- a/.changes/next-release/api-change-rds-35082.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "This release updates the supported versions for Percona XtraBackup in Aurora MySQL." -} diff --git a/.changes/next-release/api-change-s3control-72775.json b/.changes/next-release/api-change-s3control-72775.json deleted file mode 100644 index 7a041d417b..0000000000 --- a/.changes/next-release/api-change-s3control-72775.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3control``", - "description": "Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack." -} diff --git a/.changes/next-release/api-change-verifiedpermissions-12254.json b/.changes/next-release/api-change-verifiedpermissions-12254.json deleted file mode 100644 index 0994b673e1..0000000000 --- a/.changes/next-release/api-change-verifiedpermissions-12254.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``verifiedpermissions``", - "description": "Documentation updates for Amazon Verified Permissions." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd80db091b..0fb413d507 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +1.31.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.31.33 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index d237c295d5..dbb9abc321 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.31.33' +__version__ = '1.31.34' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index cf5de3928c..9682d972c4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.31.' # The full version, including alpha/beta/rc tags. -release = '1.31.33' +release = '1.31.34' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.