Skip to content

Commit 7d78241

Browse files
Merge branch 'release-1.20.6'
* release-1.20.6: Bumping version to 1.20.6 Add changelog entries from botocore
2 parents 28305a8 + 3264bd9 commit 7d78241

File tree

5 files changed

+58
-3
lines changed

5 files changed

+58
-3
lines changed

.changes/1.20.6.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``migrationhubstrategy``",
4+
"description": "[``botocore``] AWS SDK for Migration Hub Strategy Recommendations. It includes APIs to start the portfolio assessment, import portfolio data for assessment, and to retrieve recommendations. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "[``botocore``] Adds a new VPC Subnet attribute \"EnableDns64.\" When enabled on IPv6 Subnets, the Amazon-Provided DNS Resolver returns synthetic IPv6 addresses for IPv4-only destinations.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``wafv2``",
14+
"description": "[``botocore``] Your options for logging web ACL traffic now include Amazon CloudWatch Logs log groups and Amazon S3 buckets.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``dms``",
19+
"description": "[``botocore``] Add Settings in JSON format for the source GCP MySQL endpoint",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ssm``",
24+
"description": "[``botocore``] Adds support for Session Reason and Max Session Duration for Systems Manager Session Manager.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``appstream``",
29+
"description": "[``botocore``] This release includes support for images of AmazonLinux2 platform type.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``eks``",
34+
"description": "[``botocore``] Adding Tags support to Cluster Registrations.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``transfer``",
39+
"description": "[``botocore``] AWS Transfer Family now supports integrating a custom identity provider using AWS Lambda",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
CHANGELOG
33
=========
44

5+
1.20.6
6+
======
7+
8+
* api-change:``migrationhubstrategy``: [``botocore``] AWS SDK for Migration Hub Strategy Recommendations. It includes APIs to start the portfolio assessment, import portfolio data for assessment, and to retrieve recommendations. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html
9+
* api-change:``ec2``: [``botocore``] Adds a new VPC Subnet attribute "EnableDns64." When enabled on IPv6 Subnets, the Amazon-Provided DNS Resolver returns synthetic IPv6 addresses for IPv4-only destinations.
10+
* api-change:``wafv2``: [``botocore``] Your options for logging web ACL traffic now include Amazon CloudWatch Logs log groups and Amazon S3 buckets.
11+
* api-change:``dms``: [``botocore``] Add Settings in JSON format for the source GCP MySQL endpoint
12+
* api-change:``ssm``: [``botocore``] Adds support for Session Reason and Max Session Duration for Systems Manager Session Manager.
13+
* api-change:``appstream``: [``botocore``] This release includes support for images of AmazonLinux2 platform type.
14+
* api-change:``eks``: [``botocore``] Adding Tags support to Cluster Registrations.
15+
* api-change:``transfer``: [``botocore``] AWS Transfer Family now supports integrating a custom identity provider using AWS Lambda
16+
17+
518
1.20.5
619
======
720

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.20.5'
21+
__version__ = '1.20.6'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.23.5,<1.24.0
6+
botocore>=1.23.6,<1.24.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.23.5,<1.24.0',
16+
'botocore>=1.23.6,<1.24.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)