From 48d8fc73e29b8d585b6c28ca7dd0df808aa2567c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 11 Dec 2023 19:20:18 +0000 Subject: [PATCH] Bumping version to 1.33.12 --- .changes/1.33.12.json | 22 +++++++++++++++++++ .../api-change-endpointrules-24208.json | 5 ----- .../api-change-neptune-39417.json | 5 ----- .../api-change-pinpoint-43179.json | 5 ----- .../api-change-securityhub-60264.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.33.12.json delete mode 100644 .changes/next-release/api-change-endpointrules-24208.json delete mode 100644 .changes/next-release/api-change-neptune-39417.json delete mode 100644 .changes/next-release/api-change-pinpoint-43179.json delete mode 100644 .changes/next-release/api-change-securityhub-60264.json diff --git a/.changes/1.33.12.json b/.changes/1.33.12.json new file mode 100644 index 0000000000..f8129b8d11 --- /dev/null +++ b/.changes/1.33.12.json @@ -0,0 +1,22 @@ +[ + { + "category": "``neptune``", + "description": "[``botocore``] This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes.", + "type": "api-change" + }, + { + "category": "``pinpoint``", + "description": "[``botocore``] This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits.", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "[``botocore``] Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket", + "type": "api-change" + }, + { + "category": "``endpoint-rules``", + "description": "[``botocore``] Update endpoint-rules client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-endpointrules-24208.json b/.changes/next-release/api-change-endpointrules-24208.json deleted file mode 100644 index 11a6d922e0..0000000000 --- a/.changes/next-release/api-change-endpointrules-24208.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "[``botocore``] Update endpoint-rules client to latest version" -} diff --git a/.changes/next-release/api-change-neptune-39417.json b/.changes/next-release/api-change-neptune-39417.json deleted file mode 100644 index b3f61eda3f..0000000000 --- a/.changes/next-release/api-change-neptune-39417.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptune``", - "description": "[``botocore``] This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes." -} diff --git a/.changes/next-release/api-change-pinpoint-43179.json b/.changes/next-release/api-change-pinpoint-43179.json deleted file mode 100644 index 487d85bf87..0000000000 --- a/.changes/next-release/api-change-pinpoint-43179.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint``", - "description": "[``botocore``] This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits." -} diff --git a/.changes/next-release/api-change-securityhub-60264.json b/.changes/next-release/api-change-securityhub-60264.json deleted file mode 100644 index 79981ef027..0000000000 --- a/.changes/next-release/api-change-securityhub-60264.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "[``botocore``] Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 92481c4c76..7db4005f74 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.33.12 +======= + +* api-change:``neptune``: [``botocore``] This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes. +* api-change:``pinpoint``: [``botocore``] This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits. +* api-change:``securityhub``: [``botocore``] Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket +* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version + + 1.33.11 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 6d0964193d..e5ffd0a635 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.33.11' +__version__ = '1.33.12' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 0745fb5301..abd0aaf91f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.33.11,<1.34.0 + botocore>=1.33.12,<1.34.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.8.2,<0.9.0 diff --git a/setup.py b/setup.py index 356deaa57b..87b91dc3f0 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.33.11,<1.34.0', + 'botocore>=1.33.12,<1.34.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.8.2,<0.9.0', ]