Skip to content

Commit

Permalink
Merge branch 'release-1.22.62' into develop
Browse files Browse the repository at this point in the history
* release-1.22.62:
  Bumping version to 1.22.62
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Feb 24, 2022
2 parents 0878c69 + bac8eeb commit be9338b
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 4 deletions.
42 changes: 42 additions & 0 deletions .changes/1.22.62.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``lightsail``",
"description": "This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "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": "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": "``s3control``",
"description": "Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.",
"type": "api-change"
},
{
"category": "``route53``",
"description": "SDK doc update for Route 53 to update some parameters with new information.",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "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"
},
{
"category": "``transfer``",
"description": "Support automatic pagination when listing AWS Transfer Family resources.",
"type": "api-change"
},
{
"category": "``databrew``",
"description": "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"
}
]
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.22.62
=======

* api-change:``lightsail``: This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
* api-change:``s3``: 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``: 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:``s3control``: Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.
* api-change:``route53``: SDK doc update for Route 53 to update some parameters with new information.
* api-change:``autoscaling``: 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.
* api-change:``transfer``: Support automatic pagination when listing AWS Transfer Family resources.
* api-change:``databrew``: This AWS Glue Databrew release adds feature to merge job outputs into a max number of files for S3 File output type.


1.22.61
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.22.61'
__version__ = '1.22.62'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.22.'
# The full version, including alpha/beta/rc tags.
release = '1.22.61'
release = '1.22.62'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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
botocore==1.24.7
docutils>=0.10,<0.16
s3transfer>=0.5.0,<0.6.0
PyYAML>=3.10,<5.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.24.6',
'botocore==1.24.7',
'docutils>=0.10,<0.16',
's3transfer>=0.5.0,<0.6.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit be9338b

Please sign in to comment.