Skip to content

Commit

Permalink
Updates SDK to v2.808.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 10, 2020
1 parent 1958076 commit 9a52018
Show file tree
Hide file tree
Showing 20 changed files with 9,986 additions and 2,490 deletions.
17 changes: 17 additions & 0 deletions .changes/2.808.0.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "TGW connect simplifies connectivity of SD-WAN appliances; IGMP support for TGW multicast; VPC Reachability Analyzer for VPC resources connectivity analysis."
},
{
"type": "feature",
"category": "Kendra",
"description": "Amazon Kendra now supports adding synonyms to an index through the new Thesaurus resource."
},
{
"type": "feature",
"category": "NetworkManager",
"description": "This release adds API support for Transit Gateway Connect integration into AWS Network Manager."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.807.0-->
<!--LATEST=2.808.0-->
<!--ENTRYINSERT-->

## 2.808.0
* feature: EC2: TGW connect simplifies connectivity of SD-WAN appliances; IGMP support for TGW multicast; VPC Reachability Analyzer for VPC resources connectivity analysis.
* feature: Kendra: Amazon Kendra now supports adding synonyms to an index through the new Thesaurus resource.
* feature: NetworkManager: This release adds API support for Transit Gateway Connect integration into AWS Network Manager.

## 2.807.0
* feature: EC2: This release adds support for G4ad instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors
* feature: GlobalAccelerator: This release adds support for custom routing accelerators
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.807.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.808.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

0 comments on commit 9a52018

Please sign in to comment.