Skip to content

Commit

Permalink
Updates SDK to v2.396.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 4, 2019
1 parent c840150 commit ff99421
Show file tree
Hide file tree
Showing 18 changed files with 1,481 additions and 1,101 deletions.
17 changes: 17 additions & 0 deletions .changes/2.396.0.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CodeCommit",
"description": "This release supports a more graceful handling of the error case when a repository is not associated with a pull request ID in a merge request in AWS CodeCommit."
},
{
"type": "feature",
"category": "ECS",
"description": "This release of Amazon Elastic Container Service (Amazon ECS) introduces support for GPU workloads by enabling you to create clusters with GPU-enabled container instances."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "This release sets ClientProperties as a required parameter."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.395.0-->
<!--LATEST=2.396.0-->
<!--ENTRYINSERT-->

## 2.396.0
* feature: CodeCommit: This release supports a more graceful handling of the error case when a repository is not associated with a pull request ID in a merge request in AWS CodeCommit.
* feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces support for GPU workloads by enabling you to create clusters with GPU-enabled container instances.
* feature: WorkSpaces: This release sets ClientProperties as a required parameter.

## 2.395.0
* feature: CodeCommit: The PutFile API will now throw new exception FilePathConflictsWithSubmodulePathException when a submodule exists at the input file path; PutFile API will also throw FolderContentSizeLimitExceededException when the total size of any folder on the path exceeds the limit as a result of the operation.
* feature: DeviceFarm: Introduces a new rule in Device Pools - "Availability". Customers can now ensure they pick devices that are available (i.e., not being used by other customers).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,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.395.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.396.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 ff99421

Please sign in to comment.