Skip to content

Commit

Permalink
Bumping version to 1.34.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 be89bf7 commit 3ca3e2f
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 44 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.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-97900.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspacesweb-68401.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.34.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.34.22
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import os

__version__ = '1.34.22'
__version__ = '1.34.23'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.22'
release = '1.34.23'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore==1.35.22
botocore==1.35.23
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.0
PyYAML>=3.10,<6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.35.22',
'botocore==1.35.23',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 3ca3e2f

Please sign in to comment.