From e21b158db82cebe18606a83d3f8b7931265904d8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 20 Sep 2024 18:09:42 +0000 Subject: [PATCH] Bumping version to 1.35.24 --- .changes/1.35.24.json | 27 +++++++++++++++++++ .../api-change-dynamodb-8380.json | 5 ---- .../api-change-neptune-81367.json | 5 ---- .../api-change-sagemaker-96371.json | 5 ---- .../api-change-sagemakermetrics-56545.json | 5 ---- .../api-change-workspaces-98731.json | 5 ---- CHANGELOG.rst | 10 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 9 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 .changes/1.35.24.json delete mode 100644 .changes/next-release/api-change-dynamodb-8380.json delete mode 100644 .changes/next-release/api-change-neptune-81367.json delete mode 100644 .changes/next-release/api-change-sagemaker-96371.json delete mode 100644 .changes/next-release/api-change-sagemakermetrics-56545.json delete mode 100644 .changes/next-release/api-change-workspaces-98731.json diff --git a/.changes/1.35.24.json b/.changes/1.35.24.json new file mode 100644 index 0000000000..a5123dfd2c --- /dev/null +++ b/.changes/1.35.24.json @@ -0,0 +1,27 @@ +[ + { + "category": "``dynamodb``", + "description": "Generate account endpoint for DynamoDB requests when the account ID is available", + "type": "api-change" + }, + { + "category": "``neptune``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages", + "type": "api-change" + }, + { + "category": "``sagemaker-metrics``", + "description": "This release introduces support for the SageMaker Metrics BatchGetMetrics API.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-dynamodb-8380.json b/.changes/next-release/api-change-dynamodb-8380.json deleted file mode 100644 index 26492e8a69..0000000000 --- a/.changes/next-release/api-change-dynamodb-8380.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dynamodb``", - "description": "Generate account endpoint for DynamoDB requests when the account ID is available" -} diff --git a/.changes/next-release/api-change-neptune-81367.json b/.changes/next-release/api-change-neptune-81367.json deleted file mode 100644 index b70df64293..0000000000 --- a/.changes/next-release/api-change-neptune-81367.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptune``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-sagemaker-96371.json b/.changes/next-release/api-change-sagemaker-96371.json deleted file mode 100644 index 773be1adfb..0000000000 --- a/.changes/next-release/api-change-sagemaker-96371.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages" -} diff --git a/.changes/next-release/api-change-sagemakermetrics-56545.json b/.changes/next-release/api-change-sagemakermetrics-56545.json deleted file mode 100644 index 3b3c15e274..0000000000 --- a/.changes/next-release/api-change-sagemakermetrics-56545.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker-metrics``", - "description": "This release introduces support for the SageMaker Metrics BatchGetMetrics API." -} diff --git a/.changes/next-release/api-change-workspaces-98731.json b/.changes/next-release/api-change-workspaces-98731.json deleted file mode 100644 index aa04ca410c..0000000000 --- a/.changes/next-release/api-change-workspaces-98731.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7c37f2d65d..3393778774 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.35.24 +======= + +* api-change:``dynamodb``: Generate account endpoint for DynamoDB requests when the account ID is available +* api-change:``neptune``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``sagemaker``: Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages +* api-change:``sagemaker-metrics``: This release introduces support for the SageMaker Metrics BatchGetMetrics API. +* api-change:``workspaces``: Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process + + 1.35.23 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index d30db3bd8e..4fa5c8d9da 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.23' +__version__ = '1.35.24' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 640323f89c..e1a6f9bc6d 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.23' +release = '1.35.24' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.