Skip to content

Commit efadea9

Browse files
Merge branch 'release-1.22.62'
* release-1.22.62: Bumping version to 1.22.62 Update changelog based on model updates
2 parents 9c5ae02 + bac8eeb commit efadea9

6 files changed

Lines changed: 59 additions & 4 deletions

File tree

.changes/1.22.62.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``lightsail``",
4+
"description": "This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``s3``",
9+
"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",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``fms``",
14+
"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.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``s3control``",
19+
"description": "Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``route53``",
24+
"description": "SDK doc update for Route 53 to update some parameters with new information.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``autoscaling``",
29+
"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.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``transfer``",
34+
"description": "Support automatic pagination when listing AWS Transfer Family resources.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``databrew``",
39+
"description": "This AWS Glue Databrew release adds feature to merge job outputs into a max number of files for S3 File output type.",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
CHANGELOG
33
=========
44

5+
1.22.62
6+
=======
7+
8+
* api-change:``lightsail``: This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
9+
* 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
10+
* 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.
11+
* api-change:``s3control``: Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.
12+
* api-change:``route53``: SDK doc update for Route 53 to update some parameters with new information.
13+
* 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.
14+
* api-change:``transfer``: Support automatic pagination when listing AWS Transfer Family resources.
15+
* 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.
16+
17+
518
1.22.61
619
=======
720

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.22.61'
20+
__version__ = '1.22.62'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.22.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.22.61'
55+
release = '1.22.62'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

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.24.6
6+
botocore==1.24.7
77
docutils>=0.10,<0.16
88
s3transfer>=0.5.0,<0.6.0
99
PyYAML>=3.10,<5.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.24.6',
27+
'botocore==1.24.7',
2828
'docutils>=0.10,<0.16',
2929
's3transfer>=0.5.0,<0.6.0',
3030
'PyYAML>=3.10,<5.5',

0 commit comments

Comments
 (0)