Skip to content

Commit

Permalink
Updates SDK to v2.217.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 29, 2018
1 parent b663ae8 commit 915501f
Show file tree
Hide file tree
Showing 22 changed files with 2,922 additions and 1,481 deletions.
27 changes: 27 additions & 0 deletions .changes/2.217.1.json
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "DocumentClient",
"description": "Fixes a bug with the minified version of the browser SDK where sending Sets of data with the DynamoDB DocumentClient would cause an error to be returned from the service."
},
{
"type": "feature",
"category": "AlexaForBusiness",
"description": "Adds operations for creating and managing address books of phone contacts for use in A4B managed shared devices."
},
{
"type": "feature",
"category": "CloudFormation",
"description": "Enabling resource level permission control for StackSets APIs. Adding support for customers to use customized AdministrationRole to create security boundaries between different users."
},
{
"type": "feature",
"category": "Greengrass",
"description": "Greengrass APIs now support creating Machine Learning resource types and configuring binary data as the input payload for Greengrass Lambda functions."
},
{
"type": "feature",
"category": "SSM",
"description": "This Patch Manager release supports creating patch baselines for CentOS."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-DocumentClient-bd9eaf09.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.216.1-->
<!--LATEST=2.217.1-->
<!--ENTRYINSERT-->

## 2.217.1
* bugfix: DocumentClient: Fixes a bug with the minified version of the browser SDK where sending Sets of data with the DynamoDB DocumentClient would cause an error to be returned from the service.
* feature: AlexaForBusiness: Adds operations for creating and managing address books of phone contacts for use in A4B managed shared devices.
* feature: CloudFormation: Enabling resource level permission control for StackSets APIs. Adding support for customers to use customized AdministrationRole to create security boundaries between different users.
* feature: Greengrass: Greengrass APIs now support creating Machine Learning resource types and configuring binary data as the input payload for Greengrass Lambda functions.
* feature: SSM: This Patch Manager release supports creating patch baselines for CentOS.

## 2.216.1
* feature: IAM: Add support for Longer Role Sessions. Four APIs manage max session duration: GetRole, ListRoles, CreateRole, and the new API UpdateRole. The max session duration integer attribute is measured in seconds.
* feature: MTurk: Added a new attribute "ActionsGuarded" to QualificationRequirement: This update allows MTurk Requester customers using the AWS SDK to control which Workers can see and preview their HITs. We now support hiding HITs from unqualified Workers' search results.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.216.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.217.1.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 915501f

Please sign in to comment.