From b1eb00dd83562be849c6bdc9abe4017f99f2c85d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 19 Aug 2022 19:36:29 +0000 Subject: [PATCH] Bumping version to 1.24.56 --- .changes/1.24.56.json | 22 +++++++++++++++++++ .../api-change-connect-94811.json | 5 ----- .../api-change-ivschat-29853.json | 5 ----- .../next-release/api-change-kendra-52539.json | 5 ----- .../api-change-lookoutmetrics-50515.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.56.json delete mode 100644 .changes/next-release/api-change-connect-94811.json delete mode 100644 .changes/next-release/api-change-ivschat-29853.json delete mode 100644 .changes/next-release/api-change-kendra-52539.json delete mode 100644 .changes/next-release/api-change-lookoutmetrics-50515.json diff --git a/.changes/1.24.56.json b/.changes/1.24.56.json new file mode 100644 index 0000000000..1bc246dbef --- /dev/null +++ b/.changes/1.24.56.json @@ -0,0 +1,22 @@ +[ + { + "category": "``connect``", + "description": "[``botocore``] This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance.", + "type": "api-change" + }, + { + "category": "``ivschat``", + "description": "[``botocore``] Documentation Change for IVS Chat API Reference - Doc-only update to change text/description for tags field.", + "type": "api-change" + }, + { + "category": "``kendra``", + "description": "[``botocore``] This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server.", + "type": "api-change" + }, + { + "category": "``lookoutmetrics``", + "description": "[``botocore``] This release is to make GetDataQualityMetrics API publicly available.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-94811.json b/.changes/next-release/api-change-connect-94811.json deleted file mode 100644 index 404ead377f..0000000000 --- a/.changes/next-release/api-change-connect-94811.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance." -} diff --git a/.changes/next-release/api-change-ivschat-29853.json b/.changes/next-release/api-change-ivschat-29853.json deleted file mode 100644 index 1e8438fdfe..0000000000 --- a/.changes/next-release/api-change-ivschat-29853.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivschat``", - "description": "[``botocore``] Documentation Change for IVS Chat API Reference - Doc-only update to change text/description for tags field." -} diff --git a/.changes/next-release/api-change-kendra-52539.json b/.changes/next-release/api-change-kendra-52539.json deleted file mode 100644 index 9a43c1a1d0..0000000000 --- a/.changes/next-release/api-change-kendra-52539.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kendra``", - "description": "[``botocore``] This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server." -} diff --git a/.changes/next-release/api-change-lookoutmetrics-50515.json b/.changes/next-release/api-change-lookoutmetrics-50515.json deleted file mode 100644 index 6d74057fa5..0000000000 --- a/.changes/next-release/api-change-lookoutmetrics-50515.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lookoutmetrics``", - "description": "[``botocore``] This release is to make GetDataQualityMetrics API publicly available." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21be1cf763..f94f978848 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.24.56 +======= + +* api-change:``connect``: [``botocore``] This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance. +* api-change:``ivschat``: [``botocore``] Documentation Change for IVS Chat API Reference - Doc-only update to change text/description for tags field. +* api-change:``kendra``: [``botocore``] This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server. +* api-change:``lookoutmetrics``: [``botocore``] This release is to make GetDataQualityMetrics API publicly available. + + 1.24.55 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 56cf77f612..748756dff1 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.55' +__version__ = '1.24.56' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index ae4bc5015a..85adb36d7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.55,<1.28.0 + botocore>=1.27.56,<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 0e1e6e1505..f73391fce4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.55,<1.28.0', + 'botocore>=1.27.56,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]