Skip to content

Commit

Permalink
Bumping version to 1.22.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 12, 2022
1 parent c74f969 commit 2a00f92
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 58 deletions.
57 changes: 57 additions & 0 deletions .changes/1.22.13.json
@@ -0,0 +1,57 @@
[
{
"category": "``ivschat``",
"description": "[``botocore``] Documentation-only updates for IVS Chat API Reference.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "[``botocore``] Lambda releases NodeJs 16 managed runtime to be available in all commercial regions.",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "[``botocore``] Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] AWS Transfer Family now accepts ECDSA keys for server host keys",
"type": "api-change"
},
{
"category": "``iot``",
"description": "[``botocore``] Documentation update for China region ListMetricValues for IoT",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "[``botocore``] Increased the character limit of the login message from 600 to 850 characters.",
"type": "api-change"
},
{
"category": "``finspace-data``",
"description": "[``botocore``] We've now deprecated CreateSnapshot permission for creating a data view, instead use CreateDataView permission.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "[``botocore``] This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "[``botocore``] Documentation updates for AWS Outposts.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target.",
"type": "api-change"
},
{
"category": "``ssm-incidents``",
"description": "[``botocore``] Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-84610.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-finspacedata-61519.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iot-85439.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ivschat-53705.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kendra-99321.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-63273.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lightsail-60100.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-outposts-68212.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssmincidents-53862.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-31326.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-8745.json

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,22 @@
CHANGELOG
=========

1.22.13
=======

* api-change:``ivschat``: [``botocore``] Documentation-only updates for IVS Chat API Reference.
* api-change:``lambda``: [``botocore``] Lambda releases NodeJs 16 managed runtime to be available in all commercial regions.
* api-change:``kendra``: [``botocore``] Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html
* api-change:``transfer``: [``botocore``] AWS Transfer Family now accepts ECDSA keys for server host keys
* api-change:``iot``: [``botocore``] Documentation update for China region ListMetricValues for IoT
* api-change:``workspaces``: [``botocore``] Increased the character limit of the login message from 600 to 850 characters.
* api-change:``finspace-data``: [``botocore``] We've now deprecated CreateSnapshot permission for creating a data view, instead use CreateDataView permission.
* api-change:``lightsail``: [``botocore``] This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request.
* api-change:``outposts``: [``botocore``] Documentation updates for AWS Outposts.
* api-change:``ec2``: [``botocore``] This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target.
* api-change:``ssm-incidents``: [``botocore``] Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract.


1.22.12
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.22.12'
__version__ = '1.22.13'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.25.12,<1.26.0
botocore>=1.25.13,<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
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.25.12,<1.26.0',
'botocore>=1.25.13,<1.26.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.5.0,<0.6.0',
]
Expand Down

0 comments on commit 2a00f92

Please sign in to comment.