Skip to content

Commit

Permalink
Updates SDK to v2.1062.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 21, 2022
1 parent bb7f346 commit d79f567
Show file tree
Hide file tree
Showing 16 changed files with 400 additions and 201 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1062.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "ParamValidator",
"description": "fix the issue that the ParamValidator always fails on the document trait"
},
{
"type": "feature",
"category": "MediaConvert",
"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."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Add support for granular PIIEntityTypes when using Batch ContentRedaction."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-ParamValidator-b021ee76.json

This file was deleted.

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

## 2.1062.0
* bugfix: ParamValidator: fix the issue that the ParamValidator always fails on the document trait
* 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.
* feature: TranscribeService: Add support for granular PIIEntityTypes when using Batch ContentRedaction.

## 2.1061.0
* feature: Connect: This release adds tagging support for UserHierarchyGroups resource.
* 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1061.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1062.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 d79f567

Please sign in to comment.