Skip to content

Commit

Permalink
Updates SDK to v2.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 13, 2017
1 parent eb4dc87 commit 4b6cd56
Show file tree
Hide file tree
Showing 18 changed files with 3,077 additions and 1,380 deletions.
17 changes: 17 additions & 0 deletions .changes/2.84.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "S3",
"description": "Updates S3 client to no longer attempt to determine a bucket's region when a request is aborted."
},
{
"type": "feature",
"category": "APIGateway",
"description": "Adds support for management of gateway responses."
},
{
"type": "feature",
"category": "EC2",
"description": "X-ENI (or Cross-Account ENI) is a new feature that allows the attachment or association of Elastic Network Interfaces (ENI) between VPCs in different AWS accounts located in the same availability zone. With this new capability, service providers and partners can deliver managed solutions in a variety of new architectural patterns where the provider and consumer of the service are in different AWS accounts."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-S3-cba1d450.json

This file was deleted.

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.83.0-->
<!--LATEST=2.84.0-->
<!--ENTRYINSERT-->

## 2.84.0
* bugfix: S3: Updates S3 client to no longer attempt to determine a bucket's region when a request is aborted.
* feature: APIGateway: Adds support for management of gateway responses.
* feature: EC2: X-ENI (or Cross-Account ENI) is a new feature that allows the attachment or association of Elastic Network Interfaces (ENI) between VPCs in different AWS accounts located in the same availability zone. With this new capability, service providers and partners can deliver managed solutions in a variety of new architectural patterns where the provider and consumer of the service are in different AWS accounts.

## 2.83.0
* feature: AutoScaling: Auto Scaling now supports a new type of scaling policy called target tracking scaling policies that you can use to set up dynamic scaling for your application.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to work with the new major 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.83.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.84.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 4b6cd56

Please sign in to comment.