Skip to content

Commit

Permalink
Bumping version to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 16, 2022
1 parent c26dcd1 commit a122e23
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.23.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``resiliencehub``",
"description": "[``botocore``] In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments",
"type": "api-change"
},
{
"category": "``servicecatalog``",
"description": "[``botocore``] Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters.",
"type": "api-change"
},
{
"category": "``discovery``",
"description": "[``botocore``] Add Migration Evaluator Collector details to the GetDiscoverySummary API response",
"type": "api-change"
},
{
"category": "``sts``",
"description": "[``botocore``] Documentation updates for AWS Security Token Service.",
"type": "api-change"
},
{
"category": "``workspaces-web``",
"description": "[``botocore``] Amazon WorkSpaces Web now supports Administrator timeout control",
"type": "api-change"
},
{
"category": "``rekognition``",
"description": "[``botocore``] Documentation updates for Amazon Rekognition.",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "[``botocore``] Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudfront-98994.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-discovery-11891.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rekognition-36312.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-resiliencehub-37617.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-servicecatalog-29296.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sts-12684.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspacesweb-29767.json

This file was deleted.

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.23.1
======

* api-change:``resiliencehub``: [``botocore``] In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments
* api-change:``servicecatalog``: [``botocore``] Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters.
* api-change:``discovery``: [``botocore``] Add Migration Evaluator Collector details to the GetDiscoverySummary API response
* api-change:``sts``: [``botocore``] Documentation updates for AWS Security Token Service.
* api-change:``workspaces-web``: [``botocore``] Amazon WorkSpaces Web now supports Administrator timeout control
* api-change:``rekognition``: [``botocore``] Documentation updates for Amazon Rekognition.
* api-change:``cloudfront``: [``botocore``] Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length.


1.23.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.23.0'
__version__ = '1.23.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.26.0,<1.27.0
botocore>=1.26.1,<1.27.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.26.0,<1.27.0',
'botocore>=1.26.1,<1.27.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.5.0,<0.6.0',
]
Expand Down

0 comments on commit a122e23

Please sign in to comment.