Skip to content

Commit eff8ee7

Browse files
Bumping version to 1.43.22
1 parent 880860d commit eff8ee7

11 files changed

Lines changed: 46 additions & 33 deletions

.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+
]

.changes/next-release/api-change-arcregionswitch-73152.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-ce-27232.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-computeoptimizer-2606.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-connect-13170.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-inspector2-85324.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-socialmessaging-77522.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.

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

0 commit comments

Comments
 (0)