Skip to content

Commit

Permalink
Bumping version to 1.35.23
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 19, 2024
1 parent 7c1aa9c commit f9994e1
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 42 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.23.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codeconnections-93529.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-89029.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-20162.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-83770.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-78066.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-27913.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-76641.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspacesweb-61170.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.22'
__version__ = '1.35.23'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f9994e1

Please sign in to comment.