From 6f0abd42858c07d4117a31d109ccc2f2155d0210 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 9 Aug 2024 18:33:18 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cognitoidp-58034.json | 5 +++++ .changes/next-release/api-change-connect-37752.json | 5 +++++ .changes/next-release/api-change-ssm-10666.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-cognitoidp-58034.json create mode 100644 .changes/next-release/api-change-connect-37752.json create mode 100644 .changes/next-release/api-change-ssm-10666.json diff --git a/.changes/next-release/api-change-cognitoidp-58034.json b/.changes/next-release/api-change-cognitoidp-58034.json new file mode 100644 index 0000000000..581bec7813 --- /dev/null +++ b/.changes/next-release/api-change-cognitoidp-58034.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cognito-idp``", + "description": "[``botocore``] Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration." +} diff --git a/.changes/next-release/api-change-connect-37752.json b/.changes/next-release/api-change-connect-37752.json new file mode 100644 index 0000000000..6ac0bbb212 --- /dev/null +++ b/.changes/next-release/api-change-connect-37752.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] This release supports adding RoutingCriteria via UpdateContactRoutingData public API." +} diff --git a/.changes/next-release/api-change-ssm-10666.json b/.changes/next-release/api-change-ssm-10666.json new file mode 100644 index 0000000000..a78788b411 --- /dev/null +++ b/.changes/next-release/api-change-ssm-10666.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "[``botocore``] Systems Manager doc-only updates for August 2024." +} From 70829fb5f8327026c56ee9a4ccfaad32c8311b2b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 9 Aug 2024 18:33:40 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.158 --- .changes/1.34.158.json | 17 +++++++++++++++++ .../api-change-cognitoidp-58034.json | 5 ----- .../next-release/api-change-connect-37752.json | 5 ----- .changes/next-release/api-change-ssm-10666.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.34.158.json delete mode 100644 .changes/next-release/api-change-cognitoidp-58034.json delete mode 100644 .changes/next-release/api-change-connect-37752.json delete mode 100644 .changes/next-release/api-change-ssm-10666.json diff --git a/.changes/1.34.158.json b/.changes/1.34.158.json new file mode 100644 index 0000000000..30c3465297 --- /dev/null +++ b/.changes/1.34.158.json @@ -0,0 +1,17 @@ +[ + { + "category": "``cognito-idp``", + "description": "[``botocore``] Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release supports adding RoutingCriteria via UpdateContactRoutingData public API.", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] Systems Manager doc-only updates for August 2024.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-58034.json b/.changes/next-release/api-change-cognitoidp-58034.json deleted file mode 100644 index 581bec7813..0000000000 --- a/.changes/next-release/api-change-cognitoidp-58034.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "[``botocore``] Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration." -} diff --git a/.changes/next-release/api-change-connect-37752.json b/.changes/next-release/api-change-connect-37752.json deleted file mode 100644 index 6ac0bbb212..0000000000 --- a/.changes/next-release/api-change-connect-37752.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release supports adding RoutingCriteria via UpdateContactRoutingData public API." -} diff --git a/.changes/next-release/api-change-ssm-10666.json b/.changes/next-release/api-change-ssm-10666.json deleted file mode 100644 index a78788b411..0000000000 --- a/.changes/next-release/api-change-ssm-10666.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] Systems Manager doc-only updates for August 2024." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5d55830ec7..0c7b70a8d1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.158 +======== + +* api-change:``cognito-idp``: [``botocore``] Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration. +* api-change:``connect``: [``botocore``] This release supports adding RoutingCriteria via UpdateContactRoutingData public API. +* api-change:``ssm``: [``botocore``] Systems Manager doc-only updates for August 2024. + + 1.34.157 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 79cf45af93..69f6ce823d 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.157' +__version__ = '1.34.158' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 3956329d3a..f5def5d697 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.157,<1.35.0 + botocore>=1.34.158,<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 3880328a57..a7f863a2c5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.157,<1.35.0', + 'botocore>=1.34.158,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]