Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 1adcd4b

Browse files
author
awstools
committed
Updates SDK to v2.642.0
1 parent 0981e37 commit 1adcd4b

20 files changed

Lines changed: 800 additions & 176 deletions

.changes/2.642.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Credentials",
5+
"description": "Fix types for callback argument in get & refresh methods for Credentials to accept error optionally"
6+
},
7+
{
8+
"type": "bugfix",
9+
"category": "s3",
10+
"description": "createBucket mutates params argument when endpoint is configured by appending CreateBucketConfigurationon key, this side effect is now fixed"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaConnect",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Personalize",
20+
"description": "[Personalize] Adds support for returning hyperparameter values of the best performing model in a HPO job."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RDS",
25+
"description": "Updated the MaxRecords type in DescribeExportTasks to Integer."
26+
}
27+
]

.changes/next-release/bugfix-Credentials-08f473f2.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/bugfix-s3-a752bb97.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.641.0-->
2+
<!--LATEST=2.642.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.642.0
6+
* bugfix: Credentials: Fix types for callback argument in get & refresh methods for Credentials to accept error optionally
7+
* bugfix: s3: createBucket mutates params argument when endpoint is configured by appending CreateBucketConfigurationon key, this side effect is now fixed
8+
* 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.
9+
* feature: Personalize: [Personalize] Adds support for returning hyperparameter values of the best performing model in a HPO job.
10+
* feature: RDS: Updated the MaxRecords type in DescribeExportTasks to Integer.
11+
512
## 2.641.0
613
* feature: CI: add buildspec.yml from CodeBuild job
714
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.641.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.642.0.min.js"></script>
2929

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

0 commit comments

Comments
 (0)