From a7d414ec635268ba6163a8201f7c42339f89e61a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 3 Mar 2023 19:09:25 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-dynamodb-20270.json | 5 +++++ .changes/next-release/api-change-ec2-10440.json | 5 +++++ .changes/next-release/api-change-macie2-70618.json | 5 +++++ .changes/next-release/api-change-mediaconvert-46951.json | 5 +++++ .changes/next-release/api-change-medialive-96457.json | 5 +++++ .changes/next-release/api-change-transcribe-78872.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-dynamodb-20270.json create mode 100644 .changes/next-release/api-change-ec2-10440.json create mode 100644 .changes/next-release/api-change-macie2-70618.json create mode 100644 .changes/next-release/api-change-mediaconvert-46951.json create mode 100644 .changes/next-release/api-change-medialive-96457.json create mode 100644 .changes/next-release/api-change-transcribe-78872.json diff --git a/.changes/next-release/api-change-dynamodb-20270.json b/.changes/next-release/api-change-dynamodb-20270.json new file mode 100644 index 0000000000..c8d5ec2f1c --- /dev/null +++ b/.changes/next-release/api-change-dynamodb-20270.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``dynamodb``", + "description": "[``botocore``] Documentation updates for DynamoDB." +} diff --git a/.changes/next-release/api-change-ec2-10440.json b/.changes/next-release/api-change-ec2-10440.json new file mode 100644 index 0000000000..ef85332878 --- /dev/null +++ b/.changes/next-release/api-change-ec2-10440.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'." +} diff --git a/.changes/next-release/api-change-macie2-70618.json b/.changes/next-release/api-change-macie2-70618.json new file mode 100644 index 0000000000..1167c6af18 --- /dev/null +++ b/.changes/next-release/api-change-macie2-70618.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``macie2``", + "description": "[``botocore``] Documentation updates for Amazon Macie" +} diff --git a/.changes/next-release/api-change-mediaconvert-46951.json b/.changes/next-release/api-change-mediaconvert-46951.json new file mode 100644 index 0000000000..7990ae2f70 --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-46951.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconvert``", + "description": "[``botocore``] 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-96457.json b/.changes/next-release/api-change-medialive-96457.json new file mode 100644 index 0000000000..1f968520c3 --- /dev/null +++ b/.changes/next-release/api-change-medialive-96457.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "[``botocore``] AWS Elemental MediaLive adds support for Nielsen watermark timezones." +} diff --git a/.changes/next-release/api-change-transcribe-78872.json b/.changes/next-release/api-change-transcribe-78872.json new file mode 100644 index 0000000000..7b745b6b82 --- /dev/null +++ b/.changes/next-release/api-change-transcribe-78872.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``transcribe``", + "description": "[``botocore``] Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter." +} From b7370b9957bdb803ee7ed0a4ac9f39bb4dad04fa Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 3 Mar 2023 19:09:46 +0000 Subject: [PATCH 2/2] Bumping version to 1.26.84 --- .changes/1.26.84.json | 32 +++++++++++++++++++ .../api-change-dynamodb-20270.json | 5 --- .../next-release/api-change-ec2-10440.json | 5 --- .../next-release/api-change-macie2-70618.json | 5 --- .../api-change-mediaconvert-46951.json | 5 --- .../api-change-medialive-96457.json | 5 --- .../api-change-transcribe-78872.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.26.84.json delete mode 100644 .changes/next-release/api-change-dynamodb-20270.json delete mode 100644 .changes/next-release/api-change-ec2-10440.json delete mode 100644 .changes/next-release/api-change-macie2-70618.json delete mode 100644 .changes/next-release/api-change-mediaconvert-46951.json delete mode 100644 .changes/next-release/api-change-medialive-96457.json delete mode 100644 .changes/next-release/api-change-transcribe-78872.json 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/.changes/next-release/api-change-dynamodb-20270.json b/.changes/next-release/api-change-dynamodb-20270.json deleted file mode 100644 index c8d5ec2f1c..0000000000 --- a/.changes/next-release/api-change-dynamodb-20270.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dynamodb``", - "description": "[``botocore``] Documentation updates for DynamoDB." -} diff --git a/.changes/next-release/api-change-ec2-10440.json b/.changes/next-release/api-change-ec2-10440.json deleted file mode 100644 index ef85332878..0000000000 --- a/.changes/next-release/api-change-ec2-10440.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'." -} diff --git a/.changes/next-release/api-change-macie2-70618.json b/.changes/next-release/api-change-macie2-70618.json deleted file mode 100644 index 1167c6af18..0000000000 --- a/.changes/next-release/api-change-macie2-70618.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``macie2``", - "description": "[``botocore``] Documentation updates for Amazon Macie" -} diff --git a/.changes/next-release/api-change-mediaconvert-46951.json b/.changes/next-release/api-change-mediaconvert-46951.json deleted file mode 100644 index 7990ae2f70..0000000000 --- a/.changes/next-release/api-change-mediaconvert-46951.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "[``botocore``] 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-96457.json b/.changes/next-release/api-change-medialive-96457.json deleted file mode 100644 index 1f968520c3..0000000000 --- a/.changes/next-release/api-change-medialive-96457.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] AWS Elemental MediaLive adds support for Nielsen watermark timezones." -} diff --git a/.changes/next-release/api-change-transcribe-78872.json b/.changes/next-release/api-change-transcribe-78872.json deleted file mode 100644 index 7b745b6b82..0000000000 --- a/.changes/next-release/api-change-transcribe-78872.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transcribe``", - "description": "[``botocore``] Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter." -} 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', ]