Skip to content

Commit

Permalink
Updates SDK to v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 16, 2016
1 parent c8cd950 commit bf0896b
Show file tree
Hide file tree
Showing 16 changed files with 5,794 additions and 1,350 deletions.
12 changes: 12 additions & 0 deletions .changes/2.7.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Route53",
"description": "Adds support for cross account VPC association."
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "This release enables Service Catalog users to perform administer operations via API."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.7.2-->
<!--LATEST=2.7.3-->
<!--ENTRYINSERT-->

## 2.7.3
* feature: Route53: Adds support for cross account VPC association.
* feature: ServiceCatalog: This release enables Service Catalog users to perform administer operations via API.

## 2.7.2
* feature: ElastiCache: Additional parameter to 2 create apis to provide an auth Token for Redis.
* feature: DirectoryService: Adds support for SchemaExtensions.
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.7.2.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.7.3.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 bf0896b

Please sign in to comment.