From ef149d2f19f96d86ecdf5e9d8aacb9873925b76a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 25 Aug 2023 18:12:32 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudtrail-16820.json | 5 +++++ .changes/next-release/api-change-cloudwatch-23977.json | 5 +++++ .changes/next-release/api-change-detective-83360.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-cloudtrail-16820.json create mode 100644 .changes/next-release/api-change-cloudwatch-23977.json create mode 100644 .changes/next-release/api-change-detective-83360.json diff --git a/.changes/next-release/api-change-cloudtrail-16820.json b/.changes/next-release/api-change-cloudtrail-16820.json new file mode 100644 index 0000000000..ec4e51b60c --- /dev/null +++ b/.changes/next-release/api-change-cloudtrail-16820.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudtrail``", + "description": "[``botocore``] Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources." +} diff --git a/.changes/next-release/api-change-cloudwatch-23977.json b/.changes/next-release/api-change-cloudwatch-23977.json new file mode 100644 index 0000000000..0a79f143d9 --- /dev/null +++ b/.changes/next-release/api-change-cloudwatch-23977.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudwatch``", + "description": "[``botocore``] Update cloudwatch client to latest version" +} diff --git a/.changes/next-release/api-change-detective-83360.json b/.changes/next-release/api-change-detective-83360.json new file mode 100644 index 0000000000..15e07ef707 --- /dev/null +++ b/.changes/next-release/api-change-detective-83360.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``detective``", + "description": "[``botocore``] Added protections to interacting with fields containing customer information." +} From 241f16c98a9436c590f05b57ea15a7b3c4864e0b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 25 Aug 2023 18:12:53 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.35 --- .changes/1.28.35.json | 17 +++++++++++++++++ .../api-change-cloudtrail-16820.json | 5 ----- .../api-change-cloudwatch-23977.json | 5 ----- .../api-change-detective-83360.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.28.35.json delete mode 100644 .changes/next-release/api-change-cloudtrail-16820.json delete mode 100644 .changes/next-release/api-change-cloudwatch-23977.json delete mode 100644 .changes/next-release/api-change-detective-83360.json diff --git a/.changes/1.28.35.json b/.changes/1.28.35.json new file mode 100644 index 0000000000..fa6970f286 --- /dev/null +++ b/.changes/1.28.35.json @@ -0,0 +1,17 @@ +[ + { + "category": "``cloudtrail``", + "description": "[``botocore``] Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources.", + "type": "api-change" + }, + { + "category": "``cloudwatch``", + "description": "[``botocore``] Update cloudwatch client to latest version", + "type": "api-change" + }, + { + "category": "``detective``", + "description": "[``botocore``] Added protections to interacting with fields containing customer information.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudtrail-16820.json b/.changes/next-release/api-change-cloudtrail-16820.json deleted file mode 100644 index ec4e51b60c..0000000000 --- a/.changes/next-release/api-change-cloudtrail-16820.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "[``botocore``] Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources." -} diff --git a/.changes/next-release/api-change-cloudwatch-23977.json b/.changes/next-release/api-change-cloudwatch-23977.json deleted file mode 100644 index 0a79f143d9..0000000000 --- a/.changes/next-release/api-change-cloudwatch-23977.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudwatch``", - "description": "[``botocore``] Update cloudwatch client to latest version" -} diff --git a/.changes/next-release/api-change-detective-83360.json b/.changes/next-release/api-change-detective-83360.json deleted file mode 100644 index 15e07ef707..0000000000 --- a/.changes/next-release/api-change-detective-83360.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``detective``", - "description": "[``botocore``] Added protections to interacting with fields containing customer information." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8d26fee49c..7e17fcc15f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.28.35 +======= + +* api-change:``cloudtrail``: [``botocore``] Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources. +* api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version +* api-change:``detective``: [``botocore``] Added protections to interacting with fields containing customer information. + + 1.28.34 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 428beb2090..23992de11a 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.34' +__version__ = '1.28.35' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 1098f216c3..8bead0ff86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.34,<1.32.0 + botocore>=1.31.35,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 94fd282473..3e52056b95 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.34,<1.32.0', + 'botocore>=1.31.35,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]