diff --git a/.changes/1.27.84.json b/.changes/1.27.84.json new file mode 100644 index 000000000000..19bae3104217 --- /dev/null +++ b/.changes/1.27.84.json @@ -0,0 +1,32 @@ +[ + { + "category": "``dynamodb``", + "description": "Documentation updates for DynamoDB.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'.", + "type": "api-change" + }, + { + "category": "``macie2``", + "description": "Documentation updates for Amazon Macie", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "AWS Elemental MediaLive adds support for Nielsen watermark timezones.", + "type": "api-change" + }, + { + "category": "``transcribe``", + "description": "Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-dynamodb-84402.json b/.changes/next-release/api-change-dynamodb-84402.json deleted file mode 100644 index 4091004e82d4..000000000000 --- a/.changes/next-release/api-change-dynamodb-84402.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dynamodb``", - "description": "Documentation updates for DynamoDB." -} diff --git a/.changes/next-release/api-change-ec2-10974.json b/.changes/next-release/api-change-ec2-10974.json deleted file mode 100644 index 82503e6f8737..000000000000 --- a/.changes/next-release/api-change-ec2-10974.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'." -} diff --git a/.changes/next-release/api-change-macie2-24774.json b/.changes/next-release/api-change-macie2-24774.json deleted file mode 100644 index b930e6632ff0..000000000000 --- a/.changes/next-release/api-change-macie2-24774.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``macie2``", - "description": "Documentation updates for Amazon Macie" -} diff --git a/.changes/next-release/api-change-mediaconvert-54048.json b/.changes/next-release/api-change-mediaconvert-54048.json deleted file mode 100644 index 5f9a57379699..000000000000 --- a/.changes/next-release/api-change-mediaconvert-54048.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations." -} diff --git a/.changes/next-release/api-change-medialive-91951.json b/.changes/next-release/api-change-medialive-91951.json deleted file mode 100644 index d4ce8e16ef5d..000000000000 --- a/.changes/next-release/api-change-medialive-91951.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "AWS Elemental MediaLive adds support for Nielsen watermark timezones." -} diff --git a/.changes/next-release/api-change-transcribe-20023.json b/.changes/next-release/api-change-transcribe-20023.json deleted file mode 100644 index 448bab8a95a3..000000000000 --- a/.changes/next-release/api-change-transcribe-20023.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transcribe``", - "description": "Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d71930634882..f4fee0239098 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.27.84 +======= + +* api-change:``dynamodb``: Documentation updates for DynamoDB. +* api-change:``ec2``: This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'. +* api-change:``macie2``: Documentation updates for Amazon Macie +* api-change:``mediaconvert``: The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations. +* api-change:``medialive``: AWS Elemental MediaLive adds support for Nielsen watermark timezones. +* api-change:``transcribe``: Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter. + + 1.27.83 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index f899fdeb0d26..8fbeaada2e45 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.83' +__version__ = '1.27.84' # # 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 96ffcba26344..9c7f29b0b012 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.27.' # The full version, including alpha/beta/rc tags. -release = '1.27.83' +release = '1.27.84' # 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 5c2359f05c07..2cd76f07ca38 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.83 + botocore==1.29.84 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index 5825152bab88..9ce7769264bd 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.83', + 'botocore==1.29.84', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',