Skip to content

Commit

Permalink
Updates SDK to v2.517.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 23, 2019
1 parent 75690eb commit b967f86
Show file tree
Hide file tree
Showing 18 changed files with 1,333 additions and 525 deletions.
22 changes: 22 additions & 0 deletions .changes/2.517.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Credentials",
"description": "Added TokenFileWebIdentityCredentials"
},
{
"type": "feature",
"category": "EC2",
"description": "This release of EC2 VM Import Export adds support for exporting Amazon Machine Image(AMI)s to a VM file"
},
{
"type": "feature",
"category": "MediaPackageVod",
"description": "Adds optional Constant Initialization Vector (IV) to HLS Encryption for MediaPackage VOD."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Amazon Transcribe - support transcriptions from audio sources in Russian (ru-RU) and Chinese (zh-CN)."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Credentials-e1371a8c.json

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.516.0-->
<!--LATEST=2.517.0-->
<!--ENTRYINSERT-->

## 2.517.0
* feature: Credentials: Added TokenFileWebIdentityCredentials
* feature: EC2: This release of EC2 VM Import Export adds support for exporting Amazon Machine Image(AMI)s to a VM file
* feature: MediaPackageVod: Adds optional Constant Initialization Vector (IV) to HLS Encryption for MediaPackage VOD.
* feature: TranscribeService: Amazon Transcribe - support transcriptions from audio sources in Russian (ru-RU) and Chinese (zh-CN).

## 2.516.0
* feature: DataSync: This release adds support for SMB location type.
* feature: RDS: This release allows users to enable RDS Data API while creating Aurora Serverless databases.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.516.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.517.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
Loading

0 comments on commit b967f86

Please sign in to comment.