diff --git a/.changes/1.35.23.json b/.changes/1.35.23.json new file mode 100644 index 0000000000..089432ac9c --- /dev/null +++ b/.changes/1.35.23.json @@ -0,0 +1,42 @@ +[ + { + "category": "``codeconnections``", + "description": "This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "This change is for releasing TestConnection api SDK model", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "Tagging support for Lambda event source mapping, and code signing configuration resources.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "This release provides support for additional DRM configurations per SPEKE Version 2.0.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.", + "type": "api-change" + }, + { + "category": "``workspaces-web``", + "description": "WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codeconnections-93529.json b/.changes/next-release/api-change-codeconnections-93529.json deleted file mode 100644 index c75b43c794..0000000000 --- a/.changes/next-release/api-change-codeconnections-93529.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codeconnections``", - "description": "This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output" -} diff --git a/.changes/next-release/api-change-glue-89029.json b/.changes/next-release/api-change-glue-89029.json deleted file mode 100644 index a687baf887..0000000000 --- a/.changes/next-release/api-change-glue-89029.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "This change is for releasing TestConnection api SDK model" -} diff --git a/.changes/next-release/api-change-lambda-20162.json b/.changes/next-release/api-change-lambda-20162.json deleted file mode 100644 index 53b48b4730..0000000000 --- a/.changes/next-release/api-change-lambda-20162.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lambda``", - "description": "Tagging support for Lambda event source mapping, and code signing configuration resources." -} diff --git a/.changes/next-release/api-change-mediaconvert-83770.json b/.changes/next-release/api-change-mediaconvert-83770.json deleted file mode 100644 index a2bcd0146c..0000000000 --- a/.changes/next-release/api-change-mediaconvert-83770.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "This release provides support for additional DRM configurations per SPEKE Version 2.0." -} diff --git a/.changes/next-release/api-change-medialive-78066.json b/.changes/next-release/api-change-medialive-78066.json deleted file mode 100644 index 8c8f8a2f3a..0000000000 --- a/.changes/next-release/api-change-medialive-78066.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings." -} diff --git a/.changes/next-release/api-change-quicksight-27913.json b/.changes/next-release/api-change-quicksight-27913.json deleted file mode 100644 index 9858e109ba..0000000000 --- a/.changes/next-release/api-change-quicksight-27913.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors." -} diff --git a/.changes/next-release/api-change-sagemaker-76641.json b/.changes/next-release/api-change-sagemaker-76641.json deleted file mode 100644 index b122a25c22..0000000000 --- a/.changes/next-release/api-change-sagemaker-76641.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications." -} diff --git a/.changes/next-release/api-change-workspacesweb-61170.json b/.changes/next-release/api-change-workspacesweb-61170.json deleted file mode 100644 index 82d2788b12..0000000000 --- a/.changes/next-release/api-change-workspacesweb-61170.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-web``", - "description": "WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d1771cc4a7..7c37f2d65d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.35.23 +======= + +* api-change:``codeconnections``: This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output +* api-change:``glue``: This change is for releasing TestConnection api SDK model +* api-change:``lambda``: Tagging support for Lambda event source mapping, and code signing configuration resources. +* api-change:``mediaconvert``: This release provides support for additional DRM configurations per SPEKE Version 2.0. +* api-change:``medialive``: Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings. +* api-change:``quicksight``: QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors. +* api-change:``sagemaker``: Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications. +* api-change:``workspaces-web``: WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs. + + 1.35.22 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 4066afb71b..d30db3bd8e 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.22' +__version__ = '1.35.23' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 2039265834..640323f89c 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.22' +release = '1.35.23' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.