Skip to content

Commit 8384440

Browse files
Merge branch 'release-1.43.22'
* release-1.43.22: Bumping version to 1.43.22 Add changelog entries from botocore Add reference to post-quantum cryptography in security docs page (#4793)
2 parents 0df64b3 + eff8ee7 commit 8384440

6 files changed

Lines changed: 48 additions & 3 deletions

File tree

.changes/1.43.22.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``arc-region-switch``",
4+
"description": "[``botocore``] ARC Region Switch now supports three new execution blocks for multi-Region database workloads-Amazon Aurora Serverless scaling, Amazon Aurora Provisioned scaling, and Amazon Neptune Global Database failover.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ce``",
9+
"description": "[``botocore``] Added support for target-coverage-based Savings Plans purchase analysis. The StartCommitmentPurchaseAnalysis API now accepts a new TARGET AVERAGE COVERAGE value for AnalysisType, as well as an optional SavingsPlansTargetCoverage field in SavingsPlansPurchaseAnalysisConfiguration",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``compute-optimizer``",
14+
"description": "[``botocore``] This release lets customers extend the lookback period for Amazon EBS volume and Amazon ECS rightsizing recommendations to 32 days.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connect``",
19+
"description": "[``botocore``] SearchContacts Connect API now supports filtering contacts by the AI Agents involved in handling them",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``inspector2``",
24+
"description": "[``botocore``] Inspector support for enhanced scanning",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``socialmessaging``",
29+
"description": "[``botocore``] Adding support for WhatsApp flow APIs and adding AccessDeniedByMetaException for Template APIs",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.43.22
6+
=======
7+
8+
* api-change:``arc-region-switch``: [``botocore``] ARC Region Switch now supports three new execution blocks for multi-Region database workloads-Amazon Aurora Serverless scaling, Amazon Aurora Provisioned scaling, and Amazon Neptune Global Database failover.
9+
* api-change:``ce``: [``botocore``] Added support for target-coverage-based Savings Plans purchase analysis. The StartCommitmentPurchaseAnalysis API now accepts a new TARGET AVERAGE COVERAGE value for AnalysisType, as well as an optional SavingsPlansTargetCoverage field in SavingsPlansPurchaseAnalysisConfiguration
10+
* api-change:``compute-optimizer``: [``botocore``] This release lets customers extend the lookback period for Amazon EBS volume and Amazon ECS rightsizing recommendations to 32 days.
11+
* api-change:``connect``: [``botocore``] SearchContacts Connect API now supports filtering contacts by the AI Agents involved in handling them
12+
* api-change:``inspector2``: [``botocore``] Inspector support for enhanced scanning
13+
* api-change:``socialmessaging``: [``botocore``] Adding support for WhatsApp flow APIs and adding AccessDeniedByMetaException for Template APIs
14+
15+
516
1.43.21
617
=======
718

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from boto3.session import Session
1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.43.21'
21+
__version__ = '1.43.22'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

docs/source/guide/security.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ Enforcing TLS 1.3
236236

237237
The process of ensuring the AWS SDK for Python uses no TLS version earlier than TLS 1.3 is the same as the instructions in the `Enforcing TLS 1.2`_ section with some minor modifications, primarily adding the ``no-tls1_2`` flag to the openssl build configuration.
238238

239+
TLS 1.3 is a prerequisite to enable post-quantum cryptography, which may require additional actions or configurations. To learn more, see `Enabling hybrid post-quantum TLS <https://docs.aws.amazon.com/sdkref/latest/guide/pqtls-details.html>`_.
240+
239241
The following are the modified build instructions::
240242

241243

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.43.21,<1.44.0
6+
botocore>=1.43.22,<1.44.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.18.0,<0.19.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.43.21,<1.44.0',
17+
'botocore>=1.43.22,<1.44.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.18.0,<0.19.0',
2020
]

0 commit comments

Comments
 (0)