From 3b67876ff0babb7517d524d5e86c1f30e36a54af Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 1 Nov 2024 18:09:30 +0000 Subject: [PATCH] Bumping version to 1.35.54 --- .changes/1.35.54.json | 22 +++++++++++++++++++ .../api-change-bedrockagent-84328.json | 5 ----- .../api-change-docdbelastic-733.json | 5 ----- .../next-release/api-change-logs-53637.json | 5 ----- .../api-change-taxsettings-84056.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.35.54.json delete mode 100644 .changes/next-release/api-change-bedrockagent-84328.json delete mode 100644 .changes/next-release/api-change-docdbelastic-733.json delete mode 100644 .changes/next-release/api-change-logs-53637.json delete mode 100644 .changes/next-release/api-change-taxsettings-84056.json diff --git a/.changes/1.35.54.json b/.changes/1.35.54.json new file mode 100644 index 0000000000..344b27c1cc --- /dev/null +++ b/.changes/1.35.54.json @@ -0,0 +1,22 @@ +[ + { + "category": "``bedrock-agent``", + "description": "[``botocore``] Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience.", + "type": "api-change" + }, + { + "category": "``docdb-elastic``", + "description": "[``botocore``] Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "[``botocore``] This release introduces an improvement in PutLogEvents", + "type": "api-change" + }, + { + "category": "``taxsettings``", + "description": "[``botocore``] Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-84328.json b/.changes/next-release/api-change-bedrockagent-84328.json deleted file mode 100644 index 77acd9f315..0000000000 --- a/.changes/next-release/api-change-bedrockagent-84328.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "[``botocore``] Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience." -} diff --git a/.changes/next-release/api-change-docdbelastic-733.json b/.changes/next-release/api-change-docdbelastic-733.json deleted file mode 100644 index 76d177a2f2..0000000000 --- a/.changes/next-release/api-change-docdbelastic-733.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``docdb-elastic``", - "description": "[``botocore``] Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction" -} diff --git a/.changes/next-release/api-change-logs-53637.json b/.changes/next-release/api-change-logs-53637.json deleted file mode 100644 index ee4c606b0b..0000000000 --- a/.changes/next-release/api-change-logs-53637.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "[``botocore``] This release introduces an improvement in PutLogEvents" -} diff --git a/.changes/next-release/api-change-taxsettings-84056.json b/.changes/next-release/api-change-taxsettings-84056.json deleted file mode 100644 index 6a1c60020e..0000000000 --- a/.changes/next-release/api-change-taxsettings-84056.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``taxsettings``", - "description": "[``botocore``] Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 92a10ddc57..9e57f90937 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.54 +======= + +* api-change:``bedrock-agent``: [``botocore``] Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience. +* api-change:``docdb-elastic``: [``botocore``] Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction +* api-change:``logs``: [``botocore``] This release introduces an improvement in PutLogEvents +* api-change:``taxsettings``: [``botocore``] Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration. + + 1.35.53 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index a8d5a2be9d..66eded5940 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.53' +__version__ = '1.35.54' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index d85a3b440f..9d364473f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.53,<1.36.0 + botocore>=1.35.54,<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 099d13e3b2..c3bfcdb9be 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.53,<1.36.0', + 'botocore>=1.35.54,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]