diff --git a/.changes/1.31.69.json b/.changes/1.31.69.json new file mode 100644 index 0000000000..dc81c180ee --- /dev/null +++ b/.changes/1.31.69.json @@ -0,0 +1,22 @@ +[ + { + "category": "``marketplacecommerceanalytics``", + "description": "The StartSupportDataExport operation has been deprecated as part of the Product Support Connection deprecation. As of December 2022, Product Support Connection is no longer supported.", + "type": "api-change" + }, + { + "category": "``networkmanager``", + "description": "This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN", + "type": "api-change" + }, + { + "category": "``redshift-serverless``", + "description": "This release adds support for customers to see the patch version and workgroup version in Amazon Redshift Serverless.", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-marketplacecommerceanalytics-40033.json b/.changes/next-release/api-change-marketplacecommerceanalytics-40033.json deleted file mode 100644 index 9e0bf09dd1..0000000000 --- a/.changes/next-release/api-change-marketplacecommerceanalytics-40033.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``marketplacecommerceanalytics``", - "description": "The StartSupportDataExport operation has been deprecated as part of the Product Support Connection deprecation. As of December 2022, Product Support Connection is no longer supported." -} diff --git a/.changes/next-release/api-change-networkmanager-89554.json b/.changes/next-release/api-change-networkmanager-89554.json deleted file mode 100644 index 1bc39a75e1..0000000000 --- a/.changes/next-release/api-change-networkmanager-89554.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN" -} diff --git a/.changes/next-release/api-change-redshiftserverless-73899.json b/.changes/next-release/api-change-redshiftserverless-73899.json deleted file mode 100644 index 3c8eabb81f..0000000000 --- a/.changes/next-release/api-change-redshiftserverless-73899.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift-serverless``", - "description": "This release adds support for customers to see the patch version and workgroup version in Amazon Redshift Serverless." -} diff --git a/.changes/next-release/api-change-rekognition-49950.json b/.changes/next-release/api-change-rekognition-49950.json deleted file mode 100644 index eaceeaa5e7..0000000000 --- a/.changes/next-release/api-change-rekognition-49950.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rekognition``", - "description": "Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bc5e20692a..ff00a82bc6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.31.69 +======= + +* api-change:``marketplacecommerceanalytics``: The StartSupportDataExport operation has been deprecated as part of the Product Support Connection deprecation. As of December 2022, Product Support Connection is no longer supported. +* api-change:``networkmanager``: This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN +* api-change:``redshift-serverless``: This release adds support for customers to see the patch version and workgroup version in Amazon Redshift Serverless. +* api-change:``rekognition``: Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model. + + 1.31.68 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 726b4a519e..425d948ace 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.31.68' +__version__ = '1.31.69' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index e343330b0e..71128c88af 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.31.' # The full version, including alpha/beta/rc tags. -release = '1.31.68' +release = '1.31.69' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.