Skip to content

Commit

Permalink
Updates SDK to v2.937.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 30, 2021
1 parent b264dde commit 194b13e
Show file tree
Hide file tree
Showing 24 changed files with 1,524 additions and 490 deletions.
27 changes: 27 additions & 0 deletions .changes/2.937.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AutoScaling",
"description": "Amazon EC2 Auto Scaling infrastructure improvements and optimizations."
},
{
"type": "feature",
"category": "DataBrew",
"description": "Adds support for the output of job results to the AWS Glue Data Catalog."
},
{
"type": "feature",
"category": "MediaPackageVod",
"description": "Add support for Widevine DRM on CMAF packaging configurations. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption."
},
{
"type": "feature",
"category": "SSMContacts",
"description": "Fixes the tag key length range to 128 chars, tag value length to 256 chars; Adds support for UTF-8 chars for contact and channel names, Allows users to unset name in UpdateContact API; Adds throttling exception to StopEngagement API, validation exception to APIs UntagResource, ListTagsForResource"
},
{
"type": "feature",
"category": "ServiceDiscovery",
"description": "AWS Cloud Map now allows configuring the TTL of the SOA record for a hosted zone to control the negative caching for new services."
}
]
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.936.0-->
<!--LATEST=2.937.0-->
<!--ENTRYINSERT-->

## 2.937.0
* feature: AutoScaling: Amazon EC2 Auto Scaling infrastructure improvements and optimizations.
* feature: DataBrew: Adds support for the output of job results to the AWS Glue Data Catalog.
* feature: MediaPackageVod: Add support for Widevine DRM on CMAF packaging configurations. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption.
* feature: SSMContacts: Fixes the tag key length range to 128 chars, tag value length to 256 chars; Adds support for UTF-8 chars for contact and channel names, Allows users to unset name in UpdateContact API; Adds throttling exception to StopEngagement API, validation exception to APIs UntagResource, ListTagsForResource
* feature: ServiceDiscovery: AWS Cloud Map now allows configuring the TTL of the SOA record for a hosted zone to control the negative caching for new services.

## 2.936.0
* feature: Glue: Add JSON Support for Glue Schema Registry
* feature: MediaConvert: MediaConvert adds support for HDR10+, ProRes 4444, and XAVC outputs, ADM/DAMF support for Dolby Atmos ingest, and alternative audio and WebVTT caption ingest via HLS inputs. MediaConvert also now supports creating trickplay outputs for Roku devices for HLS, CMAF, and DASH output groups.
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.936.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.937.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 194b13e

Please sign in to comment.