Skip to content

Commit

Permalink
Merge branch 'release-1.22.13'
Browse files Browse the repository at this point in the history
* release-1.22.13:
  Bumping version to 1.22.13
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed May 12, 2022
2 parents f4de299 + 2a00f92 commit a3f2b56
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 3 deletions.
57 changes: 57 additions & 0 deletions .changes/1.22.13.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
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
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.12'
__version__ = '1.22.13'


# 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.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
Original file line number Diff line number Diff line change
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 a3f2b56

Please sign in to comment.