From 03cb1ed8dda912b3930aa33b6b7191e4e6822dee Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 20 Sep 2024 18:09:57 +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 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 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..dd77eee11a --- /dev/null +++ b/.changes/1.35.24.json @@ -0,0 +1,27 @@ +[ + { + "category": "``dynamodb``", + "description": "[``botocore``] Generate account endpoint for DynamoDB requests when the account ID is available", + "type": "api-change" + }, + { + "category": "``neptune``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] 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": "[``botocore``] This release introduces support for the SageMaker Metrics BatchGetMetrics API.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] 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 9876e88559..0000000000 --- a/.changes/next-release/api-change-dynamodb-8380.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dynamodb``", - "description": "[``botocore``] 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 1a8e6da11b..0000000000 --- a/.changes/next-release/api-change-neptune-81367.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptune``", - "description": "[``botocore``] 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 bbdb651282..0000000000 --- a/.changes/next-release/api-change-sagemaker-96371.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] 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 e5f2dc7a9a..0000000000 --- a/.changes/next-release/api-change-sagemakermetrics-56545.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker-metrics``", - "description": "[``botocore``] 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 b1ba6d3588..0000000000 --- a/.changes/next-release/api-change-workspaces-98731.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1bccb87f1e..e31344506b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.35.24 +======= + +* api-change:``dynamodb``: [``botocore``] Generate account endpoint for DynamoDB requests when the account ID is available +* api-change:``neptune``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``sagemaker``: [``botocore``] Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages +* api-change:``sagemaker-metrics``: [``botocore``] This release introduces support for the SageMaker Metrics BatchGetMetrics API. +* api-change:``workspaces``: [``botocore``] Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process + + 1.35.23 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index d4188e9d6e..e25cce39dd 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.23' +__version__ = '1.35.24' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index df89fe6109..7a5e731779 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.23,<1.36.0 + botocore>=1.35.24,<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 4ac3d628ad..613192bd42 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.23,<1.36.0', + 'botocore>=1.35.24,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]