Skip to content

Commit

Permalink
Merge branch 'release-1.35.23' into develop
Browse files Browse the repository at this point in the history
* release-1.35.23:
  Bumping version to 1.35.23
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Sep 19, 2024
2 parents 9acc473 + dc7b107 commit bf912c6
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 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": "[``botocore``] 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": "[``botocore``] This change is for releasing TestConnection api SDK model",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "[``botocore``] Tagging support for Lambda event source mapping, and code signing configuration resources.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "[``botocore``] This release provides support for additional DRM configurations per SPEKE Version 2.0.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "[``botocore``] Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] 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": "[``botocore``] Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.",
"type": "api-change"
},
{
"category": "``workspaces-web``",
"description": "[``botocore``] WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.",
"type": "api-change"
}
]
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``: [``botocore``] This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output
* api-change:``glue``: [``botocore``] This change is for releasing TestConnection api SDK model
* api-change:``lambda``: [``botocore``] Tagging support for Lambda event source mapping, and code signing configuration resources.
* api-change:``mediaconvert``: [``botocore``] This release provides support for additional DRM configurations per SPEKE Version 2.0.
* api-change:``medialive``: [``botocore``] Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.
* api-change:``quicksight``: [``botocore``] QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.
* api-change:``sagemaker``: [``botocore``] Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
* api-change:``workspaces-web``: [``botocore``] 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 boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.35.22'
__version__ = '1.35.23'


# The default Boto3 session; autoloaded when needed.
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,<1.36.0
botocore>=1.35.23,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.35.22,<1.36.0',
'botocore>=1.35.23,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit bf912c6

Please sign in to comment.