Skip to content

Commit

Permalink
Updates SDK to v2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobody committed Oct 12, 2016
1 parent 54a18bb commit 471dd1a
Show file tree
Hide file tree
Showing 15 changed files with 9,619 additions and 7,757 deletions.
12 changes: 12 additions & 0 deletions .changes/2.6.8.json
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "ECR",
"description": "DescribeImages is a new api used to expose image metadata which today includes image size and image creation timestamp."
},
{
"type": "feature",
"category": "ElastiCache",
"description": "Elasticache is launching a new major engine release of Redis, 3.2 (providing stability updates and new command sets over 2.8), as well as ElasticSupport for enabling Redis Cluster in 3.2, which provides support for multiple node groups to horizontally scale data, as well as superior engine failover capabilities."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.6.7-->
<!--LATEST=2.6.8-->
<!--ENTRYINSERT-->

## 2.6.8
* feature: ECR: DescribeImages is a new api used to expose image metadata which today includes image size and image creation timestamp.
* feature: ElastiCache: Elasticache is launching a new major engine release of Redis, 3.2 (providing stability updates and new command sets over 2.8), as well as ElasticSupport for enabling Redis Cluster in 3.2, which provides support for multiple node groups to horizontally scale data, as well as superior engine failover capabilities.

## 2.6.7
* feature: CognitoIdentityServiceProvider: Added new operation "AdminCreateUser" that creates a new user in the specified user pool and sends a welcome message via email or phone (SMS).
* feature: Route53: Retries PriorRequestNotComplete errors.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.6.7.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.6.8.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

0 comments on commit 471dd1a

Please sign in to comment.