Skip to content

Commit

Permalink
Merge branch 'release-1.22.1'
Browse files Browse the repository at this point in the history
* release-1.22.1:
  Bumping version to 1.22.1
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Apr 26, 2022
2 parents f64ce52 + 7d881c0 commit 2d483ac
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.22.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``lightsail``",
"description": "[``botocore``] This release adds support for Lightsail load balancer HTTP to HTTPS redirect and TLS policy configuration.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] SageMaker Inference Recommender now accepts customer KMS key ID for encryption of endpoints and compilation outputs created during inference recommendation.",
"type": "api-change"
},
{
"category": "``pricing``",
"description": "[``botocore``] Documentation updates for Price List API",
"type": "api-change"
},
{
"category": "``glue``",
"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.",
"type": "api-change"
},
{
"category": "``cloudfront``",
"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.",
"type": "api-change"
},
{
"category": "``ivschat``",
"description": "[``botocore``] Adds new APIs for IVS Chat, a feature for building interactive chat experiences alongside an IVS broadcast.",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "[``botocore``] AWS Network Firewall now enables customers to use a customer managed AWS KMS key for the encryption of their firewall resources.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.22.1
======

* api-change:``lightsail``: [``botocore``] This release adds support for Lightsail load balancer HTTP to HTTPS redirect and TLS policy configuration.
* api-change:``sagemaker``: [``botocore``] SageMaker Inference Recommender now accepts customer KMS key ID for encryption of endpoints and compilation outputs created during inference recommendation.
* api-change:``pricing``: [``botocore``] Documentation updates for Price List API
* 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.
* 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.
* api-change:``ivschat``: [``botocore``] Adds new APIs for IVS Chat, a feature for building interactive chat experiences alongside an IVS broadcast.
* 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.


1.22.0
======

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.22.0'
__version__ = '1.22.1'


# 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.25.0,<1.26.0
botocore>=1.25.1,<1.26.0
jmespath>=0.7.1,<2.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.25.0,<1.26.0',
'botocore>=1.25.1,<1.26.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.5.0,<0.6.0',
]
Expand Down

0 comments on commit 2d483ac

Please sign in to comment.