Skip to content

Commit

Permalink
Updates SDK to v2.259.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 15, 2018
1 parent 68649a5 commit 81babe8
Show file tree
Hide file tree
Showing 13 changed files with 217 additions and 125 deletions.
12 changes: 12 additions & 0 deletions .changes/2.259.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "bugfix",
"category": "S3",
"description": "Fixes edge case where event message lengths were sometimes incorrectly calculated."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "This release adds language code support according to the ISO-639-3 standard. Custom 3-character language codes are now supported on input and output for both audio and captions."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-S3-5efacd15.json

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.258.1-->
<!--LATEST=2.259.1-->
<!--ENTRYINSERT-->

## 2.259.1
* bugfix: S3: Fixes edge case where event message lengths were sometimes incorrectly calculated.
* feature: MediaConvert: This release adds language code support according to the ISO-639-3 standard. Custom 3-character language codes are now supported on input and output for both audio and captions.

## 2.258.1
* bugfix: Core: Updates SDK to attempt to determine the Content-Length of a payload when an operation uses the unsigned-body trait. Content-Length will still not be calculated for non-file streams. This will allow file streams to be passed to MediaStoreData.putObject.
* feature: APIGateway: Support for PRIVATE endpoint configuration type
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.258.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.259.1.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 81babe8

Please sign in to comment.