Skip to content

Commit

Permalink
Updates SDK to v2.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 30, 2017
1 parent a48e270 commit da8f568
Show file tree
Hide file tree
Showing 15 changed files with 4,565 additions and 547 deletions.
12 changes: 12 additions & 0 deletions .changes/2.59.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "bugfix",
"category": "S3",
"description": "Update ManagedUploader body verification to allow empty strings"
},
{
"type": "feature",
"category": "CloudDirectory",
"description": "Cloud Directory has launched support for Typed Links, enabling customers to create object-to-object relationships that are not hierarchical in nature. Typed Links enable customers to quickly query for data along these relationships. Customers can also enforce referential integrity using Typed Links, ensuring data in use is not inadvertently deleted."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-S3-37b3e4ef.json

This file was deleted.

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.58.0-->
<!--LATEST=2.59.0-->
<!--ENTRYINSERT-->

## 2.59.0
* bugfix: S3: Update ManagedUploader body verification to allow empty strings
* feature: CloudDirectory: Cloud Directory has launched support for Typed Links, enabling customers to create object-to-object relationships that are not hierarchical in nature. Typed Links enable customers to quickly query for data along these relationships. Customers can also enforce referential integrity using Typed Links, ensuring data in use is not inadvertently deleted.

## 2.58.0
* feature: AppStream: Support added for persistent user storage, backed by S3.
* feature: Rekognition: Updated the CompareFaces API response to include orientation information, unmatched faces, landmarks, pose, and quality of the compared faces.
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.58.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.59.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

0 comments on commit da8f568

Please sign in to comment.