From 998bff2eff1b3da4be8c02e28042339b91608aa5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 9 May 2022 18:08:18 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudcontrol-3766.json | 5 +++++ .changes/next-release/api-change-evidently-94738.json | 5 +++++ .changes/next-release/api-change-ssmcontacts-33332.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-cloudcontrol-3766.json create mode 100644 .changes/next-release/api-change-evidently-94738.json create mode 100644 .changes/next-release/api-change-ssmcontacts-33332.json diff --git a/.changes/next-release/api-change-cloudcontrol-3766.json b/.changes/next-release/api-change-cloudcontrol-3766.json new file mode 100644 index 0000000000..4b8ea49f37 --- /dev/null +++ b/.changes/next-release/api-change-cloudcontrol-3766.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudcontrol``", + "description": "[``botocore``] SDK release for Cloud Control API to include paginators for Python SDK." +} diff --git a/.changes/next-release/api-change-evidently-94738.json b/.changes/next-release/api-change-evidently-94738.json new file mode 100644 index 0000000000..447ca2f022 --- /dev/null +++ b/.changes/next-release/api-change-evidently-94738.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``evidently``", + "description": "[``botocore``] Add detail message inside GetExperimentResults API response to indicate experiment result availability" +} diff --git a/.changes/next-release/api-change-ssmcontacts-33332.json b/.changes/next-release/api-change-ssmcontacts-33332.json new file mode 100644 index 0000000000..7bc8127fc7 --- /dev/null +++ b/.changes/next-release/api-change-ssmcontacts-33332.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm-contacts``", + "description": "[``botocore``] Fixed an error in the DescribeEngagement example for AWS Incident Manager." +} From 9dbac0ddd86237ce2d06a14e9692441233693090 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 9 May 2022 18:08:36 +0000 Subject: [PATCH 2/2] Bumping version to 1.22.10 --- .changes/1.22.10.json | 17 +++++++++++++++++ .../api-change-cloudcontrol-3766.json | 5 ----- .../api-change-evidently-94738.json | 5 ----- .../api-change-ssmcontacts-33332.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.22.10.json delete mode 100644 .changes/next-release/api-change-cloudcontrol-3766.json delete mode 100644 .changes/next-release/api-change-evidently-94738.json delete mode 100644 .changes/next-release/api-change-ssmcontacts-33332.json diff --git a/.changes/1.22.10.json b/.changes/1.22.10.json new file mode 100644 index 0000000000..c91efe3dd0 --- /dev/null +++ b/.changes/1.22.10.json @@ -0,0 +1,17 @@ +[ + { + "category": "``evidently``", + "description": "[``botocore``] Add detail message inside GetExperimentResults API response to indicate experiment result availability", + "type": "api-change" + }, + { + "category": "``ssm-contacts``", + "description": "[``botocore``] Fixed an error in the DescribeEngagement example for AWS Incident Manager.", + "type": "api-change" + }, + { + "category": "``cloudcontrol``", + "description": "[``botocore``] SDK release for Cloud Control API to include paginators for Python SDK.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudcontrol-3766.json b/.changes/next-release/api-change-cloudcontrol-3766.json deleted file mode 100644 index 4b8ea49f37..0000000000 --- a/.changes/next-release/api-change-cloudcontrol-3766.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudcontrol``", - "description": "[``botocore``] SDK release for Cloud Control API to include paginators for Python SDK." -} diff --git a/.changes/next-release/api-change-evidently-94738.json b/.changes/next-release/api-change-evidently-94738.json deleted file mode 100644 index 447ca2f022..0000000000 --- a/.changes/next-release/api-change-evidently-94738.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``evidently``", - "description": "[``botocore``] Add detail message inside GetExperimentResults API response to indicate experiment result availability" -} diff --git a/.changes/next-release/api-change-ssmcontacts-33332.json b/.changes/next-release/api-change-ssmcontacts-33332.json deleted file mode 100644 index 7bc8127fc7..0000000000 --- a/.changes/next-release/api-change-ssmcontacts-33332.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm-contacts``", - "description": "[``botocore``] Fixed an error in the DescribeEngagement example for AWS Incident Manager." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10215cb513..603c866dca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.22.10 +======= + +* api-change:``evidently``: [``botocore``] Add detail message inside GetExperimentResults API response to indicate experiment result availability +* api-change:``ssm-contacts``: [``botocore``] Fixed an error in the DescribeEngagement example for AWS Incident Manager. +* api-change:``cloudcontrol``: [``botocore``] SDK release for Cloud Control API to include paginators for Python SDK. + + 1.22.9 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 7fd00fa07c..10c7a41f5d 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.22.9' +__version__ = '1.22.10' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 1ce72a4db4..f22007138a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.25.9,<1.26.0 + botocore>=1.25.10,<1.26.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 60ddbc6795..c5fd709a34 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.25.9,<1.26.0', + 'botocore>=1.25.10,<1.26.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.5.0,<0.6.0', ]