From 6b5200bf4e09ee3e5e7c4cf24c56594fffce6b65 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 20 Sep 2024 18:10:01 +0000 Subject: [PATCH] Bumping version to 1.34.24 --- .changes/1.34.24.json | 32 +++++++++++++++++++ .../api-change-dynamodb-51800.json | 5 --- .../api-change-neptune-75258.json | 5 --- .../api-change-sagemaker-29391.json | 5 --- .../api-change-sagemakermetrics-2293.json | 5 --- .../api-change-workspaces-55095.json | 5 --- .../enhancement-paginator-44130.json | 5 --- CHANGELOG.rst | 11 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 .changes/1.34.24.json delete mode 100644 .changes/next-release/api-change-dynamodb-51800.json delete mode 100644 .changes/next-release/api-change-neptune-75258.json delete mode 100644 .changes/next-release/api-change-sagemaker-29391.json delete mode 100644 .changes/next-release/api-change-sagemakermetrics-2293.json delete mode 100644 .changes/next-release/api-change-workspaces-55095.json delete mode 100644 .changes/next-release/enhancement-paginator-44130.json diff --git a/.changes/1.34.24.json b/.changes/1.34.24.json new file mode 100644 index 000000000000..ea8d84927015 --- /dev/null +++ b/.changes/1.34.24.json @@ -0,0 +1,32 @@ +[ + { + "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" + }, + { + "category": "paginator", + "description": "Add warning when a non-positive value is provided for the max-items pagination parameter.", + "type": "enhancement" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-dynamodb-51800.json b/.changes/next-release/api-change-dynamodb-51800.json deleted file mode 100644 index 26492e8a69b9..000000000000 --- a/.changes/next-release/api-change-dynamodb-51800.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-75258.json b/.changes/next-release/api-change-neptune-75258.json deleted file mode 100644 index b70df6429359..000000000000 --- a/.changes/next-release/api-change-neptune-75258.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-29391.json b/.changes/next-release/api-change-sagemaker-29391.json deleted file mode 100644 index 773be1adfb66..000000000000 --- a/.changes/next-release/api-change-sagemaker-29391.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-2293.json b/.changes/next-release/api-change-sagemakermetrics-2293.json deleted file mode 100644 index 3b3c15e274e7..000000000000 --- a/.changes/next-release/api-change-sagemakermetrics-2293.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-55095.json b/.changes/next-release/api-change-workspaces-55095.json deleted file mode 100644 index aa04ca410c0a..000000000000 --- a/.changes/next-release/api-change-workspaces-55095.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/.changes/next-release/enhancement-paginator-44130.json b/.changes/next-release/enhancement-paginator-44130.json deleted file mode 100644 index 1a47512834bf..000000000000 --- a/.changes/next-release/enhancement-paginator-44130.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "paginator", - "description": "Add warning when a non-positive value is provided for the max-items pagination parameter." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 66b8eb65f9ce..812223dddb8a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.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 +* enhancement:paginator: Add warning when a non-positive value is provided for the max-items pagination parameter. + + 1.34.23 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index bff2030be09e..02b2e03455a3 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.34.23' +__version__ = '1.34.24' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index c4a891d590a3..ebed2c7f375e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.23' +release = '1.34.24' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 981362f3f0c8..eb4ce2d7a911 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.23 + botocore==1.35.24 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 16f0fae8cef9..6f324f1f787f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.23', + 'botocore==1.35.24', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',