Skip to content

Commit

Permalink
Updates SDK to v2.642.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 18, 2020
1 parent 0981e37 commit 1adcd4b
Show file tree
Hide file tree
Showing 20 changed files with 800 additions and 176 deletions.
27 changes: 27 additions & 0 deletions .changes/2.642.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "Credentials",
"description": "Fix types for callback argument in get & refresh methods for Credentials to accept error optionally"
},
{
"type": "bugfix",
"category": "s3",
"description": "createBucket mutates params argument when endpoint is configured by appending CreateBucketConfigurationon key, this side effect is now fixed"
},
{
"type": "feature",
"category": "MediaConnect",
"description": "Feature adds the ability for a flow to have multiple redundant sources that provides resiliency to a source failing. The new APIs added to enable the feature are, AddFlowSources, RemoveFlowSource and UpdateFlow."
},
{
"type": "feature",
"category": "Personalize",
"description": "[Personalize] Adds support for returning hyperparameter values of the best performing model in a HPO job."
},
{
"type": "feature",
"category": "RDS",
"description": "Updated the MaxRecords type in DescribeExportTasks to Integer."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Credentials-08f473f2.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-s3-a752bb97.json

This file was deleted.

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

## 2.642.0
* bugfix: Credentials: Fix types for callback argument in get & refresh methods for Credentials to accept error optionally
* bugfix: s3: createBucket mutates params argument when endpoint is configured by appending CreateBucketConfigurationon key, this side effect is now fixed
* feature: MediaConnect: Feature adds the ability for a flow to have multiple redundant sources that provides resiliency to a source failing. The new APIs added to enable the feature are, AddFlowSources, RemoveFlowSource and UpdateFlow.
* feature: Personalize: [Personalize] Adds support for returning hyperparameter values of the best performing model in a HPO job.
* feature: RDS: Updated the MaxRecords type in DescribeExportTasks to Integer.

## 2.641.0
* feature: CI: add buildspec.yml from CodeBuild job
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for: AV1 encoding in File Group MP4, DASH and CMAF DASH outputs; PCM/WAV audio output in MPEG2-TS containers; and Opus audio in Webm inputs.
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.641.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.642.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 1adcd4b

Please sign in to comment.