Skip to content

Commit

Permalink
Updates SDK to v2.699.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 17, 2020
1 parent 0fbbe6d commit ae3003a
Show file tree
Hide file tree
Showing 22 changed files with 943 additions and 565 deletions.
27 changes: 27 additions & 0 deletions .changes/2.699.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "Global Services",
"description": "Add default signing region for IAM and Route53 in China and GovCloud"
},
{
"type": "feature",
"category": "AppMesh",
"description": "Adds support for route and virtual node listener timeouts."
},
{
"type": "feature",
"category": "EC2",
"description": "nvmeSupport added to DescribeInstanceTypes API"
},
{
"type": "feature",
"category": "Route53",
"description": "Add PriorRequestNotComplete exception to AssociateVPCWithHostedZone API"
},
{
"type": "feature",
"category": "Snowball",
"description": "AWS Snowcone is a portable, rugged and secure device for edge computing and data transfer. You can use Snowcone to collect, process, and move data to AWS, either offline by shipping the device to AWS or online by using AWS DataSync. With 2 CPUs and 4 GB RAM of compute and 8 TB of storage, Snowcone can run edge computing workloads and store data securely. Snowcone's small size (8.94\" x 5.85\" x 3.25\" / 227 mm x 148.6 mm x 82.65 mm) allows you to set it next to machinery in a factory. Snowcone weighs about 4.5 lbs. (2 kg), so you can carry one in a backpack, use it with battery-based operation, and use the Wi-Fi interface to gather sensor data. Snowcone supports a file interface with NFS support. "
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Global Services-7a32dfd9.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.698.0-->
<!--LATEST=2.699.0-->
<!--ENTRYINSERT-->

## 2.699.0
* bugfix: Global Services: Add default signing region for IAM and Route53 in China and GovCloud
* feature: AppMesh: Adds support for route and virtual node listener timeouts.
* feature: EC2: nvmeSupport added to DescribeInstanceTypes API
* feature: Route53: Add PriorRequestNotComplete exception to AssociateVPCWithHostedZone API
* feature: Snowball: AWS Snowcone is a portable, rugged and secure device for edge computing and data transfer. You can use Snowcone to collect, process, and move data to AWS, either offline by shipping the device to AWS or online by using AWS DataSync. With 2 CPUs and 4 GB RAM of compute and 8 TB of storage, Snowcone can run edge computing workloads and store data securely. Snowcone's small size (8.94" x 5.85" x 3.25" / 227 mm x 148.6 mm x 82.65 mm) allows you to set it next to machinery in a factory. Snowcone weighs about 4.5 lbs. (2 kg), so you can carry one in a backpack, use it with battery-based operation, and use the Wi-Fi interface to gather sensor data. Snowcone supports a file interface with NFS support.

## 2.698.0
* feature: AutoScaling: Introducing instance refresh, a feature that helps you update all instances in an Auto Scaling group in a rolling fashion (for example, to apply a new AMI or instance type). You can control the pace of the refresh by defining the percentage of the group that must remain running/healthy during the replacement process and the time for new instances to warm up between replacements.
* feature: DataExchange: This release fixes a bug in the AWS Data Exchange Python and NodeJS SDKs. The 'KmsKeyArn' field in the create-job API was configured to be required instead of optional. We updated this field to be optional in this release.
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.698.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.699.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 ae3003a

Please sign in to comment.