Skip to content

Commit 2d483ac

Browse files
Merge branch 'release-1.22.1'
* release-1.22.1: Bumping version to 1.22.1 Add changelog entries from botocore
2 parents f64ce52 + 7d881c0 commit 2d483ac

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

.changes/1.22.1.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``lightsail``",
4+
"description": "[``botocore``] This release adds support for Lightsail load balancer HTTP to HTTPS redirect and TLS policy configuration.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``sagemaker``",
9+
"description": "[``botocore``] SageMaker Inference Recommender now accepts customer KMS key ID for encryption of endpoints and compilation outputs created during inference recommendation.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``pricing``",
14+
"description": "[``botocore``] Documentation updates for Price List API",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``glue``",
19+
"description": "[``botocore``] This release adds documentation for the APIs to create, read, delete, list, and batch read of AWS Glue custom patterns, and for Lake Formation configuration settings in the AWS Glue crawler.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``cloudfront``",
24+
"description": "[``botocore``] CloudFront now supports the Server-Timing header in HTTP responses sent from CloudFront. You can use this header to view metrics that help you gain insights about the behavior and performance of CloudFront. To use this header, enable it in a response headers policy.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ivschat``",
29+
"description": "[``botocore``] Adds new APIs for IVS Chat, a feature for building interactive chat experiences alongside an IVS broadcast.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``network-firewall``",
34+
"description": "[``botocore``] AWS Network Firewall now enables customers to use a customer managed AWS KMS key for the encryption of their firewall resources.",
35+
"type": "api-change"
36+
}
37+
]

CHANGELOG.rst

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

5+
1.22.1
6+
======
7+
8+
* api-change:``lightsail``: [``botocore``] This release adds support for Lightsail load balancer HTTP to HTTPS redirect and TLS policy configuration.
9+
* api-change:``sagemaker``: [``botocore``] SageMaker Inference Recommender now accepts customer KMS key ID for encryption of endpoints and compilation outputs created during inference recommendation.
10+
* api-change:``pricing``: [``botocore``] Documentation updates for Price List API
11+
* api-change:``glue``: [``botocore``] This release adds documentation for the APIs to create, read, delete, list, and batch read of AWS Glue custom patterns, and for Lake Formation configuration settings in the AWS Glue crawler.
12+
* api-change:``cloudfront``: [``botocore``] CloudFront now supports the Server-Timing header in HTTP responses sent from CloudFront. You can use this header to view metrics that help you gain insights about the behavior and performance of CloudFront. To use this header, enable it in a response headers policy.
13+
* api-change:``ivschat``: [``botocore``] Adds new APIs for IVS Chat, a feature for building interactive chat experiences alongside an IVS broadcast.
14+
* api-change:``network-firewall``: [``botocore``] AWS Network Firewall now enables customers to use a customer managed AWS KMS key for the encryption of their firewall resources.
15+
16+
517
1.22.0
618
======
719

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.22.0'
20+
__version__ = '1.22.1'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

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.25.0,<1.26.0
6+
botocore>=1.25.1,<1.26.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.25.0,<1.26.0',
16+
'botocore>=1.25.1,<1.26.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.5.0,<0.6.0',
1919
]

0 commit comments

Comments
 (0)