Skip to content

Commit

Permalink
Updates SDK to v2.927.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 11, 2021
1 parent 0d01fd9 commit a64a876
Show file tree
Hide file tree
Showing 18 changed files with 840 additions and 394 deletions.
17 changes: 17 additions & 0 deletions .changes/2.927.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Amazon EC2 adds new AMI property to flag outdated AMIs"
},
{
"type": "feature",
"category": "MediaConnect",
"description": "When you enable source failover, you can now designate one of two sources as the primary source. You can choose between two failover modes to prevent any disruption to the video stream. Merge combines the sources into a single stream. Failover allows switching between a primary and a backup stream."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests."
}
]
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.926.0-->
<!--LATEST=2.927.0-->
<!--ENTRYINSERT-->

## 2.927.0
* feature: EC2: Amazon EC2 adds new AMI property to flag outdated AMIs
* feature: MediaConnect: When you enable source failover, you can now designate one of two sources as the primary source. You can choose between two failover modes to prevent any disruption to the video stream. Merge combines the sources into a single stream. Failover allows switching between a primary and a backup stream.
* feature: MediaLive: AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests.

## 2.926.0
* feature: AppMesh: AppMesh now supports additional routing capabilities in match and rewrites for Gateway Routes and Routes. Additionally, App Mesh also supports specifying DNS Response Types in Virtual Nodes.
* feature: Appflow: Adding MAP_ALL task type support.
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.926.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.927.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 a64a876

Please sign in to comment.