Skip to content

Commit 9a52018

Browse files
author
awstools
committed
Updates SDK to v2.808.0
1 parent 1958076 commit 9a52018

20 files changed

+9986
-2490
lines changed

.changes/2.808.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "TGW connect simplifies connectivity of SD-WAN appliances; IGMP support for TGW multicast; VPC Reachability Analyzer for VPC resources connectivity analysis."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Kendra",
10+
"description": "Amazon Kendra now supports adding synonyms to an index through the new Thesaurus resource."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "NetworkManager",
15+
"description": "This release adds API support for Transit Gateway Connect integration into AWS Network Manager."
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.807.0-->
2+
<!--LATEST=2.808.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.808.0
6+
* feature: EC2: TGW connect simplifies connectivity of SD-WAN appliances; IGMP support for TGW multicast; VPC Reachability Analyzer for VPC resources connectivity analysis.
7+
* feature: Kendra: Amazon Kendra now supports adding synonyms to an index through the new Thesaurus resource.
8+
* feature: NetworkManager: This release adds API support for Transit Gateway Connect integration into AWS Network Manager.
9+
510
## 2.807.0
611
* feature: EC2: This release adds support for G4ad instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors
712
* feature: GlobalAccelerator: This release adds support for custom routing accelerators

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.807.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.808.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)