From 1b4ce6d294c18d843a954bb52cecb452908d35b9 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 1 Nov 2024 18:09:16 +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 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 8 files changed, 33 insertions(+), 22 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..a9a810894b --- /dev/null +++ b/.changes/1.35.54.json @@ -0,0 +1,22 @@ +[ + { + "category": "``bedrock-agent``", + "description": "Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience.", + "type": "api-change" + }, + { + "category": "``docdb-elastic``", + "description": "Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "This release introduces an improvement in PutLogEvents", + "type": "api-change" + }, + { + "category": "``taxsettings``", + "description": "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 132769d558..0000000000 --- a/.changes/next-release/api-change-bedrockagent-84328.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "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 81eaf31acd..0000000000 --- a/.changes/next-release/api-change-docdbelastic-733.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``docdb-elastic``", - "description": "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 e477bb4f4c..0000000000 --- a/.changes/next-release/api-change-logs-53637.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "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 488e508848..0000000000 --- a/.changes/next-release/api-change-taxsettings-84056.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``taxsettings``", - "description": "Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e285de489..6c580cc658 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.54 +======= + +* api-change:``bedrock-agent``: Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience. +* api-change:``docdb-elastic``: Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction +* api-change:``logs``: This release introduces an improvement in PutLogEvents +* api-change:``taxsettings``: Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration. + + 1.35.53 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index ef4a32cdcb..7d30fabaf8 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.53' +__version__ = '1.35.54' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 68a2cf516e..9f9f8d84f4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.53' +release = '1.35.54' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.