Skip to content

Commit

Permalink
Updates SDK to v2.807.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 9, 2020
1 parent ffcad20 commit 1958076
Show file tree
Hide file tree
Showing 18 changed files with 3,764 additions and 556 deletions.
17 changes: 17 additions & 0 deletions .changes/2.807.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for G4ad instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors"
},
{
"type": "feature",
"category": "GlobalAccelerator",
"description": "This release adds support for custom routing accelerators"
},
{
"type": "feature",
"category": "Redshift",
"description": "Add support for availability zone relocation feature."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.806.0-->
<!--LATEST=2.807.0-->
<!--ENTRYINSERT-->

## 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
* feature: Redshift: Add support for availability zone relocation feature.

## 2.806.0
* 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.
* feature: ECR: This release adds support for configuring cross-region and cross-account replication of your Amazon ECR images.
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.806.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.807.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
3 changes: 3 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -26257,6 +26257,9 @@
"g3.8xlarge",
"g3.16xlarge",
"g3s.xlarge",
"g4ad.4xlarge",
"g4ad.8xlarge",
"g4ad.16xlarge",
"g4dn.xlarge",
"g4dn.2xlarge",
"g4dn.4xlarge",
Expand Down
Loading

0 comments on commit 1958076

Please sign in to comment.