Skip to content

Commit

Permalink
Updates SDK to v2.771.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 9, 2020
1 parent 103e5cf commit a006fee
Show file tree
Hide file tree
Showing 25 changed files with 1,840 additions and 565 deletions.
32 changes: 32 additions & 0 deletions .changes/2.771.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "Test",
"description": "Delete unused variable declarations from test"
},
{
"type": "feature",
"category": "Amplify",
"description": "Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval - enabling can make code changes can take up to 10 minutes to roll out."
},
{
"type": "feature",
"category": "EKS",
"description": "This release introduces a new Amazon EKS error code: \"ClusterUnreachable\""
},
{
"type": "feature",
"category": "MediaLive",
"description": "WAV audio output. Extracting ancillary captions in MP4 file inputs. Priority on channels feeding a multiplex (higher priority channels will tend to have higher video quality)."
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "This new API takes either a ProvisonedProductId or a ProvisionedProductName, along with a list of 1 or more output keys and responds with the (key,value) pairs of those outputs."
},
{
"type": "feature",
"category": "Snowball",
"description": "We added new APIs to allow customers to better manage their device shipping. You can check if your shipping label expired, generate a new label, and tell us that you received or shipped your job."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Test-43ccae7b.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.770.0-->
<!--LATEST=2.771.0-->
<!--ENTRYINSERT-->

## 2.771.0
* bugfix: Test: Delete unused variable declarations from test
* feature: Amplify: Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval - enabling can make code changes can take up to 10 minutes to roll out.
* feature: EKS: This release introduces a new Amazon EKS error code: "ClusterUnreachable"
* feature: MediaLive: WAV audio output. Extracting ancillary captions in MP4 file inputs. Priority on channels feeding a multiplex (higher priority channels will tend to have higher video quality).
* feature: ServiceCatalog: This new API takes either a ProvisonedProductId or a ProvisionedProductName, along with a list of 1 or more output keys and responds with the (key,value) pairs of those outputs.
* feature: Snowball: We added new APIs to allow customers to better manage their device shipping. You can check if your shipping label expired, generate a new label, and tell us that you received or shipped your job.

## 2.770.0
* feature: CloudWatchEvents: Amazon EventBridge (formerly called CloudWatch Events) adds support for target Dead-letter Queues and custom retry policies.
* feature: CostExplorer: You can now create hierarchical cost categories by choosing "Cost Category" as a dimension. You can also track the status of your cost category updates to your cost and usage information.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.770.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.771.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 a006fee

Please sign in to comment.