From accd13f82a840277a335485c09369bab65a27965 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 2 Sep 2022 18:09:55 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cognitoidp-98596.json | 5 +++++ .changes/next-release/api-change-connect-37631.json | 5 +++++ .changes/next-release/api-change-mediapackage-2066.json | 5 +++++ .changes/next-release/api-change-sagemaker-22958.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-cognitoidp-98596.json create mode 100644 .changes/next-release/api-change-connect-37631.json create mode 100644 .changes/next-release/api-change-mediapackage-2066.json create mode 100644 .changes/next-release/api-change-sagemaker-22958.json diff --git a/.changes/next-release/api-change-cognitoidp-98596.json b/.changes/next-release/api-change-cognitoidp-98596.json new file mode 100644 index 0000000000..38d72b4bc3 --- /dev/null +++ b/.changes/next-release/api-change-cognitoidp-98596.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cognito-idp``", + "description": "[``botocore``] 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." +} diff --git a/.changes/next-release/api-change-connect-37631.json b/.changes/next-release/api-change-connect-37631.json new file mode 100644 index 0000000000..5bcb787a95 --- /dev/null +++ b/.changes/next-release/api-change-connect-37631.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance." +} diff --git a/.changes/next-release/api-change-mediapackage-2066.json b/.changes/next-release/api-change-mediapackage-2066.json new file mode 100644 index 0000000000..65bc674231 --- /dev/null +++ b/.changes/next-release/api-change-mediapackage-2066.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediapackage``", + "description": "[``botocore``] Added support for AES_CTR encryption to CMAF origin endpoints" +} diff --git a/.changes/next-release/api-change-sagemaker-22958.json b/.changes/next-release/api-change-sagemaker-22958.json new file mode 100644 index 0000000000..3a95466ae7 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-22958.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] 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." +} From 7cf02c0b11ff8f468e6741b503dfc68c1c81464e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 2 Sep 2022 18:10:13 +0000 Subject: [PATCH 2/2] Bumping version to 1.24.66 --- .changes/1.24.66.json | 22 +++++++++++++++++++ .../api-change-cognitoidp-98596.json | 5 ----- .../api-change-connect-37631.json | 5 ----- .../api-change-mediapackage-2066.json | 5 ----- .../api-change-sagemaker-22958.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.24.66.json delete mode 100644 .changes/next-release/api-change-cognitoidp-98596.json delete mode 100644 .changes/next-release/api-change-connect-37631.json delete mode 100644 .changes/next-release/api-change-mediapackage-2066.json delete mode 100644 .changes/next-release/api-change-sagemaker-22958.json diff --git a/.changes/1.24.66.json b/.changes/1.24.66.json new file mode 100644 index 0000000000..6fef8f40ee --- /dev/null +++ b/.changes/1.24.66.json @@ -0,0 +1,22 @@ +[ + { + "category": "``cognito-idp``", + "description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Added support for AES_CTR encryption to CMAF origin endpoints", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] 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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-98596.json b/.changes/next-release/api-change-cognitoidp-98596.json deleted file mode 100644 index 38d72b4bc3..0000000000 --- a/.changes/next-release/api-change-cognitoidp-98596.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "[``botocore``] 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." -} diff --git a/.changes/next-release/api-change-connect-37631.json b/.changes/next-release/api-change-connect-37631.json deleted file mode 100644 index 5bcb787a95..0000000000 --- a/.changes/next-release/api-change-connect-37631.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance." -} diff --git a/.changes/next-release/api-change-mediapackage-2066.json b/.changes/next-release/api-change-mediapackage-2066.json deleted file mode 100644 index 65bc674231..0000000000 --- a/.changes/next-release/api-change-mediapackage-2066.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediapackage``", - "description": "[``botocore``] Added support for AES_CTR encryption to CMAF origin endpoints" -} diff --git a/.changes/next-release/api-change-sagemaker-22958.json b/.changes/next-release/api-change-sagemaker-22958.json deleted file mode 100644 index 3a95466ae7..0000000000 --- a/.changes/next-release/api-change-sagemaker-22958.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] 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." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc455c4f0e..ac9dba0cd3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.24.66 +======= + +* api-change:``cognito-idp``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] Added support for AES_CTR encryption to CMAF origin endpoints +* api-change:``sagemaker``: [``botocore``] 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.24.65 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index aba5aa95eb..d56a38abc9 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.24.65' +__version__ = '1.24.66' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index f887e29824..528cac4a52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.65,<1.28.0 + botocore>=1.27.66,<1.28.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 8d2987e8e4..ae8133b6a9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.65,<1.28.0', + 'botocore>=1.27.66,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]