Skip to content

Commit

Permalink
Updates SDK to v2.445.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 29, 2019
1 parent e2201ba commit 5772c62
Show file tree
Hide file tree
Showing 16 changed files with 1,367 additions and 1,196 deletions.
12 changes: 12 additions & 0 deletions .changes/2.445.0.json
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Adds support for Elastic Fabric Adapter (EFA) ENIs. "
},
{
"type": "feature",
"category": "Transfer",
"description": "This release adds support for per-server host-key management. You can now specify the SSH RSA private key used by your SFTP server."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.444.0-->
<!--LATEST=2.445.0-->
<!--ENTRYINSERT-->

## 2.445.0
* feature: EC2: Adds support for Elastic Fabric Adapter (EFA) ENIs.
* feature: Transfer: This release adds support for per-server host-key management. You can now specify the SSH RSA private key used by your SFTP server.

## 2.444.0
* feature: IAM: AWS Security Token Service (STS) enables you to request session tokens from the global STS endpoint that work in all AWS Regions. You can configure the global STS endpoint to vend session tokens that are compatible with all AWS Regions using the new IAM SetSecurityTokenServicePreferences API.
* feature: SNS: With this release AWS SNS adds tagging support for Topics.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.444.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.445.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down

0 comments on commit 5772c62

Please sign in to comment.