Skip to content

Commit

Permalink
Bumping version to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 15, 2021
1 parent 2e5879c commit 3264bd9
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.20.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``migrationhubstrategy``",
"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",
"type": "api-change"
},
{
"category": "``ec2``",
"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.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] Your options for logging web ACL traffic now include Amazon CloudWatch Logs log groups and Amazon S3 buckets.",
"type": "api-change"
},
{
"category": "``dms``",
"description": "[``botocore``] Add Settings in JSON format for the source GCP MySQL endpoint",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "[``botocore``] Adds support for Session Reason and Max Session Duration for Systems Manager Session Manager.",
"type": "api-change"
},
{
"category": "``appstream``",
"description": "[``botocore``] This release includes support for images of AmazonLinux2 platform type.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] Adding Tags support to Cluster Registrations.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] AWS Transfer Family now supports integrating a custom identity provider using AWS Lambda",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appstream-20619.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dms-50215.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-42710.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-eks-74098.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssm-23683.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-560.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-42428.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.20.6
======

* 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
* 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.
* api-change:``wafv2``: [``botocore``] Your options for logging web ACL traffic now include Amazon CloudWatch Logs log groups and Amazon S3 buckets.
* api-change:``dms``: [``botocore``] Add Settings in JSON format for the source GCP MySQL endpoint
* api-change:``ssm``: [``botocore``] Adds support for Session Reason and Max Session Duration for Systems Manager Session Manager.
* api-change:``appstream``: [``botocore``] This release includes support for images of AmazonLinux2 platform type.
* api-change:``eks``: [``botocore``] Adding Tags support to Cluster Registrations.
* api-change:``transfer``: [``botocore``] AWS Transfer Family now supports integrating a custom identity provider using AWS Lambda


1.20.5
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.20.5'
__version__ = '1.20.6'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.23.5,<1.24.0
botocore>=1.23.6,<1.24.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.23.5,<1.24.0',
'botocore>=1.23.6,<1.24.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 3264bd9

Please sign in to comment.