Skip to content

Commit d79f567

Browse files
author
awstools
committed
Updates SDK to v2.1062.0
1 parent bb7f346 commit d79f567

16 files changed

+400
-201
lines changed

Diff for: .changes/2.1062.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "ParamValidator",
5+
"description": "fix the issue that the ParamValidator always fails on the document trait"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "MediaConvert",
10+
"description": "AWS Elemental MediaConvert SDK has added support for 4K AV1 output resolutions & 10-bit AV1 color, the ability to ingest sidecar Dolby Vision XML metadata files, and the ability to flag WebVTT and IMSC tracks for accessibility in HLS."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "TranscribeService",
15+
"description": "Add support for granular PIIEntityTypes when using Batch ContentRedaction."
16+
}
17+
]

Diff for: .changes/next-release/bugfix-ParamValidator-b021ee76.json

-5
This file was deleted.

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1061.0-->
2+
<!--LATEST=2.1062.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1062.0
6+
* bugfix: ParamValidator: fix the issue that the ParamValidator always fails on the document trait
7+
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for 4K AV1 output resolutions & 10-bit AV1 color, the ability to ingest sidecar Dolby Vision XML metadata files, and the ability to flag WebVTT and IMSC tracks for accessibility in HLS.
8+
* feature: TranscribeService: Add support for granular PIIEntityTypes when using Batch ContentRedaction.
9+
510
## 2.1061.0
611
* feature: Connect: This release adds tagging support for UserHierarchyGroups resource.
712
* feature: EC2: C6i, M6i and R6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1061.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1062.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)