From df2ce8c84c7c6c4c95563fc54d0b3fb868264a73 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 2 Jan 2025 19:07:36 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-appsync-43699.json | 5 +++++ .changes/next-release/api-change-gamelift-63279.json | 5 +++++ .changes/next-release/api-change-mediaconnect-13377.json | 5 +++++ .changes/next-release/api-change-mediaconvert-45405.json | 5 +++++ .changes/next-release/api-change-organizations-60775.json | 5 +++++ .changes/next-release/api-change-sagemaker-58908.json | 5 +++++ .changes/next-release/api-change-sqs-35972.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-appsync-43699.json create mode 100644 .changes/next-release/api-change-gamelift-63279.json create mode 100644 .changes/next-release/api-change-mediaconnect-13377.json create mode 100644 .changes/next-release/api-change-mediaconvert-45405.json create mode 100644 .changes/next-release/api-change-organizations-60775.json create mode 100644 .changes/next-release/api-change-sagemaker-58908.json create mode 100644 .changes/next-release/api-change-sqs-35972.json diff --git a/.changes/next-release/api-change-appsync-43699.json b/.changes/next-release/api-change-appsync-43699.json new file mode 100644 index 000000000000..49b4902fbd06 --- /dev/null +++ b/.changes/next-release/api-change-appsync-43699.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appsync``", + "description": "Modify UpdateGraphQLAPI operation and flag authenticationType as required." +} diff --git a/.changes/next-release/api-change-gamelift-63279.json b/.changes/next-release/api-change-gamelift-63279.json new file mode 100644 index 000000000000..a63531dedc0d --- /dev/null +++ b/.changes/next-release/api-change-gamelift-63279.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``gamelift``", + "description": "Amazon GameLift releases a new game session shutdown feature. Use the Amazon GameLift console or AWS CLI to terminate an in-progress game session that's entered a bad state or is no longer needed." +} diff --git a/.changes/next-release/api-change-mediaconnect-13377.json b/.changes/next-release/api-change-mediaconnect-13377.json new file mode 100644 index 000000000000..12e8a8fc9143 --- /dev/null +++ b/.changes/next-release/api-change-mediaconnect-13377.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconnect``", + "description": "AWS Elemental MediaConnect now supports Content Quality Analysis for enhanced source stream monitoring. This enables you to track specific audio and video metrics in transport stream source flows, ensuring your content meets quality standards." +} diff --git a/.changes/next-release/api-change-mediaconvert-45405.json b/.changes/next-release/api-change-mediaconvert-45405.json new file mode 100644 index 000000000000..63a0df03538c --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-45405.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconvert``", + "description": "This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions." +} diff --git a/.changes/next-release/api-change-organizations-60775.json b/.changes/next-release/api-change-organizations-60775.json new file mode 100644 index 000000000000..a1c726dc5c67 --- /dev/null +++ b/.changes/next-release/api-change-organizations-60775.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``organizations``", + "description": "Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation." +} diff --git a/.changes/next-release/api-change-sagemaker-58908.json b/.changes/next-release/api-change-sagemaker-58908.json new file mode 100644 index 000000000000..331e233a5c71 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-58908.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "Adding ETag information with Model Artifacts for Model Registry" +} diff --git a/.changes/next-release/api-change-sqs-35972.json b/.changes/next-release/api-change-sqs-35972.json new file mode 100644 index 000000000000..5967d6d2e7a7 --- /dev/null +++ b/.changes/next-release/api-change-sqs-35972.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sqs``", + "description": "In-flight message typo fix from 20k to 120k." +} From e9640108b9688b7bf0dca6ca5623b5de5d96e40a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 2 Jan 2025 19:09:01 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.32 --- .changes/1.36.32.json | 37 +++++++++++++++++++ .../api-change-appsync-43699.json | 5 --- .../api-change-gamelift-63279.json | 5 --- .../api-change-mediaconnect-13377.json | 5 --- .../api-change-mediaconvert-45405.json | 5 --- .../api-change-organizations-60775.json | 5 --- .../api-change-sagemaker-58908.json | 5 --- .../next-release/api-change-sqs-35972.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 53 insertions(+), 39 deletions(-) create mode 100644 .changes/1.36.32.json delete mode 100644 .changes/next-release/api-change-appsync-43699.json delete mode 100644 .changes/next-release/api-change-gamelift-63279.json delete mode 100644 .changes/next-release/api-change-mediaconnect-13377.json delete mode 100644 .changes/next-release/api-change-mediaconvert-45405.json delete mode 100644 .changes/next-release/api-change-organizations-60775.json delete mode 100644 .changes/next-release/api-change-sagemaker-58908.json delete mode 100644 .changes/next-release/api-change-sqs-35972.json diff --git a/.changes/1.36.32.json b/.changes/1.36.32.json new file mode 100644 index 000000000000..c4af0e67dfc0 --- /dev/null +++ b/.changes/1.36.32.json @@ -0,0 +1,37 @@ +[ + { + "category": "``appsync``", + "description": "Modify UpdateGraphQLAPI operation and flag authenticationType as required.", + "type": "api-change" + }, + { + "category": "``gamelift``", + "description": "Amazon GameLift releases a new game session shutdown feature. Use the Amazon GameLift console or AWS CLI to terminate an in-progress game session that's entered a bad state or is no longer needed.", + "type": "api-change" + }, + { + "category": "``mediaconnect``", + "description": "AWS Elemental MediaConnect now supports Content Quality Analysis for enhanced source stream monitoring. This enables you to track specific audio and video metrics in transport stream source flows, ensuring your content meets quality standards.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions.", + "type": "api-change" + }, + { + "category": "``organizations``", + "description": "Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Adding ETag information with Model Artifacts for Model Registry", + "type": "api-change" + }, + { + "category": "``sqs``", + "description": "In-flight message typo fix from 20k to 120k.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appsync-43699.json b/.changes/next-release/api-change-appsync-43699.json deleted file mode 100644 index 49b4902fbd06..000000000000 --- a/.changes/next-release/api-change-appsync-43699.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appsync``", - "description": "Modify UpdateGraphQLAPI operation and flag authenticationType as required." -} diff --git a/.changes/next-release/api-change-gamelift-63279.json b/.changes/next-release/api-change-gamelift-63279.json deleted file mode 100644 index a63531dedc0d..000000000000 --- a/.changes/next-release/api-change-gamelift-63279.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``gamelift``", - "description": "Amazon GameLift releases a new game session shutdown feature. Use the Amazon GameLift console or AWS CLI to terminate an in-progress game session that's entered a bad state or is no longer needed." -} diff --git a/.changes/next-release/api-change-mediaconnect-13377.json b/.changes/next-release/api-change-mediaconnect-13377.json deleted file mode 100644 index 12e8a8fc9143..000000000000 --- a/.changes/next-release/api-change-mediaconnect-13377.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconnect``", - "description": "AWS Elemental MediaConnect now supports Content Quality Analysis for enhanced source stream monitoring. This enables you to track specific audio and video metrics in transport stream source flows, ensuring your content meets quality standards." -} diff --git a/.changes/next-release/api-change-mediaconvert-45405.json b/.changes/next-release/api-change-mediaconvert-45405.json deleted file mode 100644 index 63a0df03538c..000000000000 --- a/.changes/next-release/api-change-mediaconvert-45405.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions." -} diff --git a/.changes/next-release/api-change-organizations-60775.json b/.changes/next-release/api-change-organizations-60775.json deleted file mode 100644 index a1c726dc5c67..000000000000 --- a/.changes/next-release/api-change-organizations-60775.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``organizations``", - "description": "Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation." -} diff --git a/.changes/next-release/api-change-sagemaker-58908.json b/.changes/next-release/api-change-sagemaker-58908.json deleted file mode 100644 index 331e233a5c71..000000000000 --- a/.changes/next-release/api-change-sagemaker-58908.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Adding ETag information with Model Artifacts for Model Registry" -} diff --git a/.changes/next-release/api-change-sqs-35972.json b/.changes/next-release/api-change-sqs-35972.json deleted file mode 100644 index 5967d6d2e7a7..000000000000 --- a/.changes/next-release/api-change-sqs-35972.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sqs``", - "description": "In-flight message typo fix from 20k to 120k." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f37ef04fba4c..7102c067cf6c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.36.32 +======= + +* api-change:``appsync``: Modify UpdateGraphQLAPI operation and flag authenticationType as required. +* api-change:``gamelift``: Amazon GameLift releases a new game session shutdown feature. Use the Amazon GameLift console or AWS CLI to terminate an in-progress game session that's entered a bad state or is no longer needed. +* api-change:``mediaconnect``: AWS Elemental MediaConnect now supports Content Quality Analysis for enhanced source stream monitoring. This enables you to track specific audio and video metrics in transport stream source flows, ensuring your content meets quality standards. +* api-change:``mediaconvert``: This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions. +* api-change:``organizations``: Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation. +* api-change:``sagemaker``: Adding ETag information with Model Artifacts for Model Registry +* api-change:``sqs``: In-flight message typo fix from 20k to 120k. + + 1.36.31 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index a4cece5cc165..906d6d54838d 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.36.31' +__version__ = '1.36.32' # # 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 af60496457ef..a07df23f63d6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.36.' # The full version, including alpha/beta/rc tags. -release = '1.36.31' +release = '1.36.32' # 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 e7286a0c9488..367f0f6df7e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.90 + botocore==1.35.91 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 27b8540b1205..57bef7b5b353 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.90', + 'botocore==1.35.91', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',