From dca12c8aeb19fac0e8c6f5fbb768695c0f88a2a8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 9 Apr 2024 18:04:28 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-codebuild-58477.json | 5 +++++ .changes/next-release/api-change-mediaconvert-20093.json | 5 +++++ .changes/next-release/api-change-pinpoint-58503.json | 5 +++++ .changes/next-release/api-change-rds-34457.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-codebuild-58477.json create mode 100644 .changes/next-release/api-change-mediaconvert-20093.json create mode 100644 .changes/next-release/api-change-pinpoint-58503.json create mode 100644 .changes/next-release/api-change-rds-34457.json diff --git a/.changes/next-release/api-change-codebuild-58477.json b/.changes/next-release/api-change-codebuild-58477.json new file mode 100644 index 0000000000..fad24e4e2a --- /dev/null +++ b/.changes/next-release/api-change-codebuild-58477.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "[``botocore``] Add new webhook filter types for GitHub webhooks" +} diff --git a/.changes/next-release/api-change-mediaconvert-20093.json b/.changes/next-release/api-change-mediaconvert-20093.json new file mode 100644 index 0000000000..e053c8d2e1 --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-20093.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconvert``", + "description": "[``botocore``] This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows." +} diff --git a/.changes/next-release/api-change-pinpoint-58503.json b/.changes/next-release/api-change-pinpoint-58503.json new file mode 100644 index 0000000000..1e9a29d9da --- /dev/null +++ b/.changes/next-release/api-change-pinpoint-58503.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pinpoint``", + "description": "[``botocore``] The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys." +} diff --git a/.changes/next-release/api-change-rds-34457.json b/.changes/next-release/api-change-rds-34457.json new file mode 100644 index 0000000000..e204ecf2ed --- /dev/null +++ b/.changes/next-release/api-change-rds-34457.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica." +} From 15ccdfb951c4bd56a73cdf0a177593a9bd6f7923 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 9 Apr 2024 18:07:29 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.81 --- .changes/1.34.81.json | 22 +++++++++++++++++++ .../api-change-codebuild-58477.json | 5 ----- .../api-change-mediaconvert-20093.json | 5 ----- .../api-change-pinpoint-58503.json | 5 ----- .../next-release/api-change-rds-34457.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.34.81.json delete mode 100644 .changes/next-release/api-change-codebuild-58477.json delete mode 100644 .changes/next-release/api-change-mediaconvert-20093.json delete mode 100644 .changes/next-release/api-change-pinpoint-58503.json delete mode 100644 .changes/next-release/api-change-rds-34457.json diff --git a/.changes/1.34.81.json b/.changes/1.34.81.json new file mode 100644 index 0000000000..64cce36fd8 --- /dev/null +++ b/.changes/1.34.81.json @@ -0,0 +1,22 @@ +[ + { + "category": "``codebuild``", + "description": "[``botocore``] Add new webhook filter types for GitHub webhooks", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.", + "type": "api-change" + }, + { + "category": "``pinpoint``", + "description": "[``botocore``] The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-58477.json b/.changes/next-release/api-change-codebuild-58477.json deleted file mode 100644 index fad24e4e2a..0000000000 --- a/.changes/next-release/api-change-codebuild-58477.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] Add new webhook filter types for GitHub webhooks" -} diff --git a/.changes/next-release/api-change-mediaconvert-20093.json b/.changes/next-release/api-change-mediaconvert-20093.json deleted file mode 100644 index e053c8d2e1..0000000000 --- a/.changes/next-release/api-change-mediaconvert-20093.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "[``botocore``] This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows." -} diff --git a/.changes/next-release/api-change-pinpoint-58503.json b/.changes/next-release/api-change-pinpoint-58503.json deleted file mode 100644 index 1e9a29d9da..0000000000 --- a/.changes/next-release/api-change-pinpoint-58503.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint``", - "description": "[``botocore``] The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys." -} diff --git a/.changes/next-release/api-change-rds-34457.json b/.changes/next-release/api-change-rds-34457.json deleted file mode 100644 index e204ecf2ed..0000000000 --- a/.changes/next-release/api-change-rds-34457.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b1417975d0..5e5f94a9fe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.81 +======= + +* api-change:``codebuild``: [``botocore``] Add new webhook filter types for GitHub webhooks +* api-change:``mediaconvert``: [``botocore``] This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows. +* api-change:``pinpoint``: [``botocore``] The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys. +* api-change:``rds``: [``botocore``] This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica. + + 1.34.80 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 8a8b80b921..0c45c0aab4 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.80' +__version__ = '1.34.81' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 6666cc8423..ab0bb8ed48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.80,<1.35.0 + botocore>=1.34.81,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 26f3353097..658def8ea2 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.80,<1.35.0', + 'botocore>=1.34.81,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]