Skip to content

Commit

Permalink
Updates SDK to v2.1063.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 25, 2022
1 parent e56a49f commit fbc174a
Show file tree
Hide file tree
Showing 23 changed files with 3,965 additions and 758 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1063.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds support for custom vocabularies to be used with Contact Lens. Custom vocabularies improve transcription accuracy for one or more specific words."
},
{
"type": "feature",
"category": "EFS",
"description": "Use Amazon EFS Replication to replicate your Amazon EFS file system in the AWS Region of your preference."
},
{
"type": "feature",
"category": "FSx",
"description": "This release adds support for growing SSD storage capacity and growing/shrinking SSD IOPS for FSx for ONTAP file systems."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Amazon GuardDuty expands threat detection coverage to protect Amazon Elastic Kubernetes Service (EKS) workloads."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1062.0-->
<!--LATEST=2.1063.0-->
<!--ENTRYINSERT-->

## 2.1063.0
* feature: Connect: This release adds support for custom vocabularies to be used with Contact Lens. Custom vocabularies improve transcription accuracy for one or more specific words.
* feature: EFS: Use Amazon EFS Replication to replicate your Amazon EFS file system in the AWS Region of your preference.
* feature: FSx: This release adds support for growing SSD storage capacity and growing/shrinking SSD IOPS for FSx for ONTAP file systems.
* feature: GuardDuty: Amazon GuardDuty expands threat detection coverage to protect Amazon Elastic Kubernetes Service (EKS) workloads.

## 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.
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.1062.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1063.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 fbc174a

Please sign in to comment.