diff --git a/.changes/1.26.84.json b/.changes/1.26.84.json new file mode 100644 index 0000000000..0581a90a80 --- /dev/null +++ b/.changes/1.26.84.json @@ -0,0 +1,32 @@ +[ + { + "category": "``dynamodb``", + "description": "[``botocore``] Documentation updates for DynamoDB.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'.", + "type": "api-change" + }, + { + "category": "``macie2``", + "description": "[``botocore``] Documentation updates for Amazon Macie", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] AWS Elemental MediaLive adds support for Nielsen watermark timezones.", + "type": "api-change" + }, + { + "category": "``transcribe``", + "description": "[``botocore``] 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/CHANGELOG.rst b/CHANGELOG.rst index 9afe97f645..c3badce778 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.26.84 +======= + +* api-change:``dynamodb``: [``botocore``] Documentation updates for DynamoDB. +* api-change:``ec2``: [``botocore``] This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'. +* api-change:``macie2``: [``botocore``] Documentation updates for Amazon Macie +* api-change:``mediaconvert``: [``botocore``] The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations. +* api-change:``medialive``: [``botocore``] AWS Elemental MediaLive adds support for Nielsen watermark timezones. +* api-change:``transcribe``: [``botocore``] Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter. + + 1.26.83 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 0bbe310e2b..d75f072976 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.83' +__version__ = '1.26.84' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 21856d7584..71b89b8da1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.83,<1.30.0 + botocore>=1.29.84,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 552afe8d3a..35fe6be249 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.83,<1.30.0', + 'botocore>=1.29.84,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]