From 66576f684f608038ce9f6947c5069e20c985a58d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 6 Nov 2024 19:06:25 +0000 Subject: [PATCH] Bumping version to 1.35.55 --- .changes/1.35.55.json | 37 +++++++++++++++++++ .../api-change-codebuild-80120.json | 5 --- .../api-change-guardduty-73837.json | 5 --- .../api-change-lakeformation-30571.json | 5 --- .../next-release/api-change-qapps-27467.json | 5 --- .../api-change-s3control-5225.json | 5 --- .../api-change-verifiedpermissions-41124.json | 5 --- ...ent-QueryCompatibilityModeHeader-5257.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.35.55.json delete mode 100644 .changes/next-release/api-change-codebuild-80120.json delete mode 100644 .changes/next-release/api-change-guardduty-73837.json delete mode 100644 .changes/next-release/api-change-lakeformation-30571.json delete mode 100644 .changes/next-release/api-change-qapps-27467.json delete mode 100644 .changes/next-release/api-change-s3control-5225.json delete mode 100644 .changes/next-release/api-change-verifiedpermissions-41124.json delete mode 100644 .changes/next-release/enhancement-QueryCompatibilityModeHeader-5257.json diff --git a/.changes/1.35.55.json b/.changes/1.35.55.json new file mode 100644 index 0000000000..640c7265c3 --- /dev/null +++ b/.changes/1.35.55.json @@ -0,0 +1,37 @@ +[ + { + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild now adds additional compute types for reserved capacity fleet.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.", + "type": "api-change" + }, + { + "category": "``lakeformation``", + "description": "[``botocore``] API changes for new named tag expressions feature.", + "type": "api-change" + }, + { + "category": "``qapps``", + "description": "[``botocore``] Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "[``botocore``] Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.", + "type": "api-change" + }, + { + "category": "``verifiedpermissions``", + "description": "[``botocore``] Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.", + "type": "api-change" + }, + { + "category": "protocol", + "description": "[``botocore``] Added support for header enabling service migration off the AWS Query protocol.", + "type": "enhancement" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-80120.json b/.changes/next-release/api-change-codebuild-80120.json deleted file mode 100644 index 285a7db9f0..0000000000 --- a/.changes/next-release/api-change-codebuild-80120.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] AWS CodeBuild now adds additional compute types for reserved capacity fleet." -} diff --git a/.changes/next-release/api-change-guardduty-73837.json b/.changes/next-release/api-change-guardduty-73837.json deleted file mode 100644 index 33afb7ec8b..0000000000 --- a/.changes/next-release/api-change-guardduty-73837.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases." -} diff --git a/.changes/next-release/api-change-lakeformation-30571.json b/.changes/next-release/api-change-lakeformation-30571.json deleted file mode 100644 index f524e6de9a..0000000000 --- a/.changes/next-release/api-change-lakeformation-30571.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lakeformation``", - "description": "[``botocore``] API changes for new named tag expressions feature." -} diff --git a/.changes/next-release/api-change-qapps-27467.json b/.changes/next-release/api-change-qapps-27467.json deleted file mode 100644 index 8c934b0277..0000000000 --- a/.changes/next-release/api-change-qapps-27467.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qapps``", - "description": "[``botocore``] Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items." -} diff --git a/.changes/next-release/api-change-s3control-5225.json b/.changes/next-release/api-change-s3control-5225.json deleted file mode 100644 index 554d9433dc..0000000000 --- a/.changes/next-release/api-change-s3control-5225.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3control``", - "description": "[``botocore``] Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs." -} diff --git a/.changes/next-release/api-change-verifiedpermissions-41124.json b/.changes/next-release/api-change-verifiedpermissions-41124.json deleted file mode 100644 index 2e9db377b3..0000000000 --- a/.changes/next-release/api-change-verifiedpermissions-41124.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``verifiedpermissions``", - "description": "[``botocore``] Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request." -} diff --git a/.changes/next-release/enhancement-QueryCompatibilityModeHeader-5257.json b/.changes/next-release/enhancement-QueryCompatibilityModeHeader-5257.json deleted file mode 100644 index 2c0a9661f9..0000000000 --- a/.changes/next-release/enhancement-QueryCompatibilityModeHeader-5257.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "protocol", - "description": "[``botocore``] Added support for header enabling service migration off the AWS Query protocol." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e57f90937..40f0c81eea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.35.55 +======= + +* api-change:``codebuild``: [``botocore``] AWS CodeBuild now adds additional compute types for reserved capacity fleet. +* api-change:``guardduty``: [``botocore``] GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases. +* api-change:``lakeformation``: [``botocore``] API changes for new named tag expressions feature. +* api-change:``qapps``: [``botocore``] Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items. +* api-change:``s3control``: [``botocore``] Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs. +* api-change:``verifiedpermissions``: [``botocore``] Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request. +* enhancement:protocol: [``botocore``] Added support for header enabling service migration off the AWS Query protocol. + + 1.35.54 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 66eded5940..579f7143b2 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.54' +__version__ = '1.35.55' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 9d364473f5..4e5c8ccabc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.54,<1.36.0 + botocore>=1.35.55,<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 c3bfcdb9be..1b8590519c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.54,<1.36.0', + 'botocore>=1.35.55,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]