From a5b6f778a59f81ffbc52ca687189b8ca61ace7a1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 27 Jan 2022 19:09:01 +0000 Subject: [PATCH] Bumping version to 1.20.45 --- .changes/1.20.45.json | 27 +++++++++++++++++++ .../api-change-amplify-19425.json | 5 ---- .../api-change-connect-91398.json | 5 ---- .../next-release/api-change-ec2-99428.json | 5 ---- .../next-release/api-change-kafka-83968.json | 5 ---- .../api-change-opensearch-3298.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.20.45.json delete mode 100644 .changes/next-release/api-change-amplify-19425.json delete mode 100644 .changes/next-release/api-change-connect-91398.json delete mode 100644 .changes/next-release/api-change-ec2-99428.json delete mode 100644 .changes/next-release/api-change-kafka-83968.json delete mode 100644 .changes/next-release/api-change-opensearch-3298.json diff --git a/.changes/1.20.45.json b/.changes/1.20.45.json new file mode 100644 index 0000000000..13912931f8 --- /dev/null +++ b/.changes/1.20.45.json @@ -0,0 +1,27 @@ +[ + { + "category": "``ec2``", + "description": "[``botocore``] X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth", + "type": "api-change" + }, + { + "category": "``kafka``", + "description": "[``botocore``] Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes).", + "type": "api-change" + }, + { + "category": "``amplify``", + "description": "[``botocore``] Doc only update to the description of basicauthcredentials to describe the required encoding and format.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] Allows customers to get progress updates for blue/green deployments", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplify-19425.json b/.changes/next-release/api-change-amplify-19425.json deleted file mode 100644 index d40329d4c3..0000000000 --- a/.changes/next-release/api-change-amplify-19425.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplify``", - "description": "[``botocore``] Doc only update to the description of basicauthcredentials to describe the required encoding and format." -} diff --git a/.changes/next-release/api-change-connect-91398.json b/.changes/next-release/api-change-connect-91398.json deleted file mode 100644 index b395a8a3fb..0000000000 --- a/.changes/next-release/api-change-connect-91398.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes)." -} diff --git a/.changes/next-release/api-change-ec2-99428.json b/.changes/next-release/api-change-ec2-99428.json deleted file mode 100644 index 7ca78bc486..0000000000 --- a/.changes/next-release/api-change-ec2-99428.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth" -} diff --git a/.changes/next-release/api-change-kafka-83968.json b/.changes/next-release/api-change-kafka-83968.json deleted file mode 100644 index c64f274b08..0000000000 --- a/.changes/next-release/api-change-kafka-83968.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kafka``", - "description": "[``botocore``] Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates." -} diff --git a/.changes/next-release/api-change-opensearch-3298.json b/.changes/next-release/api-change-opensearch-3298.json deleted file mode 100644 index c86761d110..0000000000 --- a/.changes/next-release/api-change-opensearch-3298.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "[``botocore``] Allows customers to get progress updates for blue/green deployments" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 038deb7d01..6bef3e21f3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.20.45 +======= + +* api-change:``ec2``: [``botocore``] X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth +* api-change:``kafka``: [``botocore``] Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates. +* api-change:``connect``: [``botocore``] This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes). +* api-change:``amplify``: [``botocore``] Doc only update to the description of basicauthcredentials to describe the required encoding and format. +* api-change:``opensearch``: [``botocore``] Allows customers to get progress updates for blue/green deployments + + 1.20.44 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 9fe44fc9a3..bd07246a9e 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.20.44' +__version__ = '1.20.45' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 9a9a5d2b60..d5618f1652 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.23.44,<1.24.0 + botocore>=1.23.45,<1.24.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 4440df7145..c40bff62c0 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.23.44,<1.24.0', + 'botocore>=1.23.45,<1.24.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]