Skip to content

Commit

Permalink
Merge branch 'release-1.25.67' into develop
Browse files Browse the repository at this point in the history
* release-1.25.67:
  Bumping version to 1.25.67
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Sep 2, 2022
2 parents 2fac104 + 79dc27b commit aa1b1b1
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .changes/1.25.67.json
@@ -0,0 +1,22 @@
[
{
"category": "``cognito-idp``",
"description": "This release adds a new \"AuthSessionValidity\" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance.",
"type": "api-change"
},
{
"category": "``mediapackage``",
"description": "Added support for AES_CTR encryption to CMAF origin endpoints",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.25.67
=======

* api-change:``cognito-idp``: This release adds a new "AuthSessionValidity" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.
* api-change:``connect``: This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance.
* api-change:``mediapackage``: Added support for AES_CTR encryption to CMAF origin endpoints
* api-change:``sagemaker``: This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.


1.25.66
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.25.66'
__version__ = '1.25.67'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.25.'
# The full version, including alpha/beta/rc tags.
release = '1.25.66'
release = '1.25.67'

# 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
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore==1.27.65
botocore==1.27.66
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.27.65',
'botocore==1.27.66',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit aa1b1b1

Please sign in to comment.