From e7182d22c7039dc252d50387fe7758f4ac251536 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 12 Nov 2024 19:27:11 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-codebuild-32690.json | 5 +++++ .changes/next-release/api-change-controltower-85336.json | 5 +++++ .changes/next-release/api-change-fis-78654.json | 5 +++++ .changes/next-release/api-change-gamelift-10389.json | 5 +++++ .../next-release/api-change-paymentcryptography-64275.json | 5 +++++ .changes/next-release/api-change-rds-2114.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-codebuild-32690.json create mode 100644 .changes/next-release/api-change-controltower-85336.json create mode 100644 .changes/next-release/api-change-fis-78654.json create mode 100644 .changes/next-release/api-change-gamelift-10389.json create mode 100644 .changes/next-release/api-change-paymentcryptography-64275.json create mode 100644 .changes/next-release/api-change-rds-2114.json diff --git a/.changes/next-release/api-change-codebuild-32690.json b/.changes/next-release/api-change-codebuild-32690.json new file mode 100644 index 0000000000..a0e367cbef --- /dev/null +++ b/.changes/next-release/api-change-codebuild-32690.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity." +} diff --git a/.changes/next-release/api-change-controltower-85336.json b/.changes/next-release/api-change-controltower-85336.json new file mode 100644 index 0000000000..fed6eb021c --- /dev/null +++ b/.changes/next-release/api-change-controltower-85336.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``controltower``", + "description": "[``botocore``] Added ResetEnabledControl API." +} diff --git a/.changes/next-release/api-change-fis-78654.json b/.changes/next-release/api-change-fis-78654.json new file mode 100644 index 0000000000..b31dc80607 --- /dev/null +++ b/.changes/next-release/api-change-fis-78654.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fis``", + "description": "[``botocore``] This release adds support for generating experiment reports with the experiment report configuration" +} diff --git a/.changes/next-release/api-change-gamelift-10389.json b/.changes/next-release/api-change-gamelift-10389.json new file mode 100644 index 0000000000..36a43f39b4 --- /dev/null +++ b/.changes/next-release/api-change-gamelift-10389.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``gamelift``", + "description": "[``botocore``] Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift." +} diff --git a/.changes/next-release/api-change-paymentcryptography-64275.json b/.changes/next-release/api-change-paymentcryptography-64275.json new file mode 100644 index 0000000000..f65185daf1 --- /dev/null +++ b/.changes/next-release/api-change-paymentcryptography-64275.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``payment-cryptography``", + "description": "[``botocore``] Updated ListAliases API with KeyArn filter." +} diff --git a/.changes/next-release/api-change-rds-2114.json b/.changes/next-release/api-change-rds-2114.json new file mode 100644 index 0000000000..3c29cb0b3b --- /dev/null +++ b/.changes/next-release/api-change-rds-2114.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL." +} From 21bd96ee8aa5d6820357f574289e90ace0ce7c1c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 12 Nov 2024 19:27:35 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.59 --- .changes/1.35.59.json | 32 +++++++++++++++++++ .../api-change-codebuild-32690.json | 5 --- .../api-change-controltower-85336.json | 5 --- .../next-release/api-change-fis-78654.json | 5 --- .../api-change-gamelift-10389.json | 5 --- .../api-change-paymentcryptography-64275.json | 5 --- .../next-release/api-change-rds-2114.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.35.59.json delete mode 100644 .changes/next-release/api-change-codebuild-32690.json delete mode 100644 .changes/next-release/api-change-controltower-85336.json delete mode 100644 .changes/next-release/api-change-fis-78654.json delete mode 100644 .changes/next-release/api-change-gamelift-10389.json delete mode 100644 .changes/next-release/api-change-paymentcryptography-64275.json delete mode 100644 .changes/next-release/api-change-rds-2114.json diff --git a/.changes/1.35.59.json b/.changes/1.35.59.json new file mode 100644 index 0000000000..0683fd8fa5 --- /dev/null +++ b/.changes/1.35.59.json @@ -0,0 +1,32 @@ +[ + { + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity.", + "type": "api-change" + }, + { + "category": "``controltower``", + "description": "[``botocore``] Added ResetEnabledControl API.", + "type": "api-change" + }, + { + "category": "``fis``", + "description": "[``botocore``] This release adds support for generating experiment reports with the experiment report configuration", + "type": "api-change" + }, + { + "category": "``gamelift``", + "description": "[``botocore``] Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.", + "type": "api-change" + }, + { + "category": "``payment-cryptography``", + "description": "[``botocore``] Updated ListAliases API with KeyArn filter.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-32690.json b/.changes/next-release/api-change-codebuild-32690.json deleted file mode 100644 index a0e367cbef..0000000000 --- a/.changes/next-release/api-change-codebuild-32690.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity." -} diff --git a/.changes/next-release/api-change-controltower-85336.json b/.changes/next-release/api-change-controltower-85336.json deleted file mode 100644 index fed6eb021c..0000000000 --- a/.changes/next-release/api-change-controltower-85336.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``controltower``", - "description": "[``botocore``] Added ResetEnabledControl API." -} diff --git a/.changes/next-release/api-change-fis-78654.json b/.changes/next-release/api-change-fis-78654.json deleted file mode 100644 index b31dc80607..0000000000 --- a/.changes/next-release/api-change-fis-78654.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fis``", - "description": "[``botocore``] This release adds support for generating experiment reports with the experiment report configuration" -} diff --git a/.changes/next-release/api-change-gamelift-10389.json b/.changes/next-release/api-change-gamelift-10389.json deleted file mode 100644 index 36a43f39b4..0000000000 --- a/.changes/next-release/api-change-gamelift-10389.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``gamelift``", - "description": "[``botocore``] Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift." -} diff --git a/.changes/next-release/api-change-paymentcryptography-64275.json b/.changes/next-release/api-change-paymentcryptography-64275.json deleted file mode 100644 index f65185daf1..0000000000 --- a/.changes/next-release/api-change-paymentcryptography-64275.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``payment-cryptography``", - "description": "[``botocore``] Updated ListAliases API with KeyArn filter." -} diff --git a/.changes/next-release/api-change-rds-2114.json b/.changes/next-release/api-change-rds-2114.json deleted file mode 100644 index 3c29cb0b3b..0000000000 --- a/.changes/next-release/api-change-rds-2114.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5ee5e39a8c..6887135d6b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.59 +======= + +* api-change:``codebuild``: [``botocore``] AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity. +* api-change:``controltower``: [``botocore``] Added ResetEnabledControl API. +* api-change:``fis``: [``botocore``] This release adds support for generating experiment reports with the experiment report configuration +* api-change:``gamelift``: [``botocore``] Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift. +* api-change:``payment-cryptography``: [``botocore``] Updated ListAliases API with KeyArn filter. +* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL. + + 1.35.58 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 76418611f2..5b55ab236d 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.58' +__version__ = '1.35.59' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 451dbd6290..b174183f5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.58,<1.36.0 + botocore>=1.35.59,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 6411a396de..271447b958 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.58,<1.36.0', + 'botocore>=1.35.59,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]