Skip to content

Commit 1958076

Browse files
author
awstools
committed
Updates SDK to v2.807.0
1 parent ffcad20 commit 1958076

18 files changed

+3764
-556
lines changed

.changes/2.807.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release adds support for G4ad instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "GlobalAccelerator",
10+
"description": "This release adds support for custom routing accelerators"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Redshift",
15+
"description": "Add support for availability zone relocation feature."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.806.0-->
2+
<!--LATEST=2.807.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.807.0
6+
* feature: EC2: This release adds support for G4ad instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors
7+
* feature: GlobalAccelerator: This release adds support for custom routing accelerators
8+
* feature: Redshift: Add support for availability zone relocation feature.
9+
510
## 2.806.0
611
* feature: AuditManager: AWS Audit Manager helps you continuously audit your AWS usage to simplify how you manage risk and compliance. This update releases the first version of the AWS Audit Manager APIs and SDK.
712
* feature: ECR: This release adds support for configuring cross-region and cross-account replication of your Amazon ECR images.

README.md

Lines changed: 1 addition & 1 deletion
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.806.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.807.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

apis/ec2-2016-11-15.normal.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26257,6 +26257,9 @@
2625726257
"g3.8xlarge",
2625826258
"g3.16xlarge",
2625926259
"g3s.xlarge",
26260+
"g4ad.4xlarge",
26261+
"g4ad.8xlarge",
26262+
"g4ad.16xlarge",
2626026263
"g4dn.xlarge",
2626126264
"g4dn.2xlarge",
2626226265
"g4dn.4xlarge",

0 commit comments

Comments
 (0)