From 76cb4a77a1f29c97467e0e462cb11f0d26fe56c6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 11 Nov 2024 19:06:44 +0000 Subject: [PATCH] Bumping version to 1.35.58 --- .changes/1.35.58.json | 27 +++++++++++++++++++ .../api-change-cloudfront-57602.json | 5 ---- .../api-change-inspector2-50915.json | 5 ---- .../next-release/api-change-lambda-39055.json | 5 ---- .../api-change-opensearch-5290.json | 5 ---- .../api-change-outposts-76485.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.58.json delete mode 100644 .changes/next-release/api-change-cloudfront-57602.json delete mode 100644 .changes/next-release/api-change-inspector2-50915.json delete mode 100644 .changes/next-release/api-change-lambda-39055.json delete mode 100644 .changes/next-release/api-change-opensearch-5290.json delete mode 100644 .changes/next-release/api-change-outposts-76485.json diff --git a/.changes/1.35.58.json b/.changes/1.35.58.json new file mode 100644 index 0000000000..e89e035904 --- /dev/null +++ b/.changes/1.35.58.json @@ -0,0 +1,27 @@ +[ + { + "category": "``cloudfront``", + "description": "No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.", + "type": "api-change" + }, + { + "category": "``inspector2``", + "description": "Adds support for filePath filter.", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "Add Python 3.13 (python3.13) support to AWS Lambda", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time.", + "type": "api-change" + }, + { + "category": "``outposts``", + "description": "This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudfront-57602.json b/.changes/next-release/api-change-cloudfront-57602.json deleted file mode 100644 index 0a4b44577f..0000000000 --- a/.changes/next-release/api-change-cloudfront-57602.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudfront``", - "description": "No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged." -} diff --git a/.changes/next-release/api-change-inspector2-50915.json b/.changes/next-release/api-change-inspector2-50915.json deleted file mode 100644 index 240c8b4de8..0000000000 --- a/.changes/next-release/api-change-inspector2-50915.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``inspector2``", - "description": "Adds support for filePath filter." -} diff --git a/.changes/next-release/api-change-lambda-39055.json b/.changes/next-release/api-change-lambda-39055.json deleted file mode 100644 index 576b7c9b53..0000000000 --- a/.changes/next-release/api-change-lambda-39055.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lambda``", - "description": "Add Python 3.13 (python3.13) support to AWS Lambda" -} diff --git a/.changes/next-release/api-change-opensearch-5290.json b/.changes/next-release/api-change-opensearch-5290.json deleted file mode 100644 index 567a318ea1..0000000000 --- a/.changes/next-release/api-change-opensearch-5290.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time." -} diff --git a/.changes/next-release/api-change-outposts-76485.json b/.changes/next-release/api-change-outposts-76485.json deleted file mode 100644 index 8d253545b6..0000000000 --- a/.changes/next-release/api-change-outposts-76485.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``outposts``", - "description": "This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e229f599a..15bf3f6b48 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.35.58 +======= + +* api-change:``cloudfront``: No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged. +* api-change:``inspector2``: Adds support for filePath filter. +* api-change:``lambda``: Add Python 3.13 (python3.13) support to AWS Lambda +* api-change:``opensearch``: Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time. +* api-change:``outposts``: This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost. + + 1.35.57 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 52633d4ebe..02987e8519 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.57' +__version__ = '1.35.58' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index c836d2847a..6e77cfb4dd 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.57' +release = '1.35.58' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.