From 1e1d00d8e4646a590bac7f6493d407595a069289 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 29 Oct 2024 18:14:13 +0000 Subject: [PATCH] Bumping version to 1.35.51 --- .changes/1.35.51.json | 37 +++++++++++++++++++ .../api-change-bedrock-56802.json | 5 --- .../api-change-bedrockruntime-5342.json | 5 --- .../api-change-cleanrooms-55004.json | 5 --- .../api-change-iotfleetwise-54553.json | 5 --- .../next-release/api-change-logs-88718.json | 5 --- .../api-change-redshiftdata-42855.json | 5 --- .../api-change-sagemaker-80215.json | 5 --- CHANGELOG.rst | 12 ++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 11 files changed, 51 insertions(+), 37 deletions(-) create mode 100644 .changes/1.35.51.json delete mode 100644 .changes/next-release/api-change-bedrock-56802.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-5342.json delete mode 100644 .changes/next-release/api-change-cleanrooms-55004.json delete mode 100644 .changes/next-release/api-change-iotfleetwise-54553.json delete mode 100644 .changes/next-release/api-change-logs-88718.json delete mode 100644 .changes/next-release/api-change-redshiftdata-42855.json delete mode 100644 .changes/next-release/api-change-sagemaker-80215.json diff --git a/.changes/1.35.51.json b/.changes/1.35.51.json new file mode 100644 index 0000000000..2a2ef4e1a6 --- /dev/null +++ b/.changes/1.35.51.json @@ -0,0 +1,37 @@ +[ + { + "category": "``bedrock``", + "description": "Update Application Inference Profile", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "Update Application Inference Profile", + "type": "api-change" + }, + { + "category": "``cleanrooms``", + "description": "This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type.", + "type": "api-change" + }, + { + "category": "``iotfleetwise``", + "description": "Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies.", + "type": "api-change" + }, + { + "category": "``redshift-data``", + "description": "Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrock-56802.json b/.changes/next-release/api-change-bedrock-56802.json deleted file mode 100644 index 63fd970317..0000000000 --- a/.changes/next-release/api-change-bedrock-56802.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "Update Application Inference Profile" -} diff --git a/.changes/next-release/api-change-bedrockruntime-5342.json b/.changes/next-release/api-change-bedrockruntime-5342.json deleted file mode 100644 index c2283d421f..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-5342.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "Update Application Inference Profile" -} diff --git a/.changes/next-release/api-change-cleanrooms-55004.json b/.changes/next-release/api-change-cleanrooms-55004.json deleted file mode 100644 index fa2f734a81..0000000000 --- a/.changes/next-release/api-change-cleanrooms-55004.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanrooms``", - "description": "This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type." -} diff --git a/.changes/next-release/api-change-iotfleetwise-54553.json b/.changes/next-release/api-change-iotfleetwise-54553.json deleted file mode 100644 index e800629749..0000000000 --- a/.changes/next-release/api-change-iotfleetwise-54553.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotfleetwise``", - "description": "Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly" -} diff --git a/.changes/next-release/api-change-logs-88718.json b/.changes/next-release/api-change-logs-88718.json deleted file mode 100644 index e9a4fbf78e..0000000000 --- a/.changes/next-release/api-change-logs-88718.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies." -} diff --git a/.changes/next-release/api-change-redshiftdata-42855.json b/.changes/next-release/api-change-redshiftdata-42855.json deleted file mode 100644 index 8bc1bdf230..0000000000 --- a/.changes/next-release/api-change-redshiftdata-42855.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift-data``", - "description": "Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls." -} diff --git a/.changes/next-release/api-change-sagemaker-80215.json b/.changes/next-release/api-change-sagemaker-80215.json deleted file mode 100644 index 2eb310f368..0000000000 --- a/.changes/next-release/api-change-sagemaker-80215.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 91a7c4d228..908484da99 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.35.51 +======= + +* api-change:``bedrock``: Update Application Inference Profile +* api-change:``bedrock-runtime``: Update Application Inference Profile +* api-change:``cleanrooms``: This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type. +* api-change:``iotfleetwise``: Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly +* api-change:``logs``: Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies. +* api-change:``redshift-data``: Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls. +* api-change:``sagemaker``: Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute + + 1.35.50 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 9f3ab4ebc9..c33143e68d 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.50' +__version__ = '1.35.51' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index f238d3eaf1..aa13184091 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.50' +release = '1.35.51' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.