Skip to content

Commit

Permalink
Bumping version to 1.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 24, 2022
1 parent 8d9c912 commit a523822
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.21.7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``route53``",
"description": "[``botocore``] SDK doc update for Route 53 to update some parameters with new information.",
"type": "api-change"
},
{
"category": "``databrew``",
"description": "[``botocore``] This AWS Glue Databrew release adds feature to merge job outputs into a max number of files for S3 File output type.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] Support automatic pagination when listing AWS Transfer Family resources.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "[``botocore``] Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] This release adds support for new integrity checking capabilities in Amazon S3. You can choose from four supported checksum algorithms for data integrity checking on your upload and download requests. In addition, AWS SDK can automatically calculate a checksum as it streams data into S3",
"type": "api-change"
},
{
"category": "``fms``",
"description": "[``botocore``] AWS Firewall Manager now supports the configuration of AWS Network Firewall policies with either centralized or distributed deployment models. This release also adds support for custom endpoint configuration, where you can choose which Availability Zones to create firewall endpoints in.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "[``botocore``] This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "[``botocore``] You can now hibernate instances in a warm pool to stop instances without deleting their RAM contents. You can now also return instances to the warm pool on scale in, instead of always terminating capacity that you will need later.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-autoscaling-45957.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-databrew-55316.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fms-72482.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lightsail-94697.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53-73352.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-7490.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-36982.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-7780.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.21.7
======

* api-change:``route53``: [``botocore``] SDK doc update for Route 53 to update some parameters with new information.
* api-change:``databrew``: [``botocore``] This AWS Glue Databrew release adds feature to merge job outputs into a max number of files for S3 File output type.
* api-change:``transfer``: [``botocore``] Support automatic pagination when listing AWS Transfer Family resources.
* api-change:``s3control``: [``botocore``] Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.
* api-change:``s3``: [``botocore``] This release adds support for new integrity checking capabilities in Amazon S3. You can choose from four supported checksum algorithms for data integrity checking on your upload and download requests. In addition, AWS SDK can automatically calculate a checksum as it streams data into S3
* api-change:``fms``: [``botocore``] AWS Firewall Manager now supports the configuration of AWS Network Firewall policies with either centralized or distributed deployment models. This release also adds support for custom endpoint configuration, where you can choose which Availability Zones to create firewall endpoints in.
* api-change:``lightsail``: [``botocore``] This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
* api-change:``autoscaling``: [``botocore``] You can now hibernate instances in a warm pool to stop instances without deleting their RAM contents. You can now also return instances to the warm pool on scale in, instead of always terminating capacity that you will need later.


1.21.6
======

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

__author__ = 'Amazon Web Services'
__version__ = '1.21.6'
__version__ = '1.21.7'


# 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.24.6,<1.25.0
botocore>=1.24.7,<1.25.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.24.6,<1.25.0',
'botocore>=1.24.7,<1.25.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0',
]
Expand Down

0 comments on commit a523822

Please sign in to comment.