Skip to content

Commit

Permalink
Updates SDK to v2.651.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 1, 2020
1 parent 468b7ea commit a8cbf04
Show file tree
Hide file tree
Showing 15 changed files with 2,161 additions and 506 deletions.
12 changes: 12 additions & 0 deletions .changes/2.651.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Iot",
"description": "This release introduces Dimensions for AWS IoT Device Defender. Dimensions can be used in Security Profiles to collect and monitor fine-grained metrics."
},
{
"type": "feature",
"category": "MediaConnect",
"description": "You can now send content from your virtual private cloud (VPC) to your MediaConnect flow without going over the public internet."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.650.0-->
<!--LATEST=2.651.0-->
<!--ENTRYINSERT-->

## 2.651.0
* feature: Iot: This release introduces Dimensions for AWS IoT Device Defender. Dimensions can be used in Security Profiles to collect and monitor fine-grained metrics.
* feature: MediaConnect: You can now send content from your virtual private cloud (VPC) to your MediaConnect flow without going over the public internet.

## 2.650.0
* feature: AppConfig: This release adds an event log to deployments. In the case of a deployment rollback, the event log details the rollback reason.
* feature: ElasticInference: This release includes improvements for the Amazon Elastic Inference service.
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.650.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.651.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 a8cbf04

Please sign in to comment.