Skip to content

Commit

Permalink
Updates SDK to v2.418.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 8, 2019
1 parent 1623e6a commit 8156f09
Show file tree
Hide file tree
Showing 19 changed files with 1,831 additions and 699 deletions.
17 changes: 17 additions & 0 deletions .changes/2.418.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "cloudfront",
"description": "Fix whitespace removal on custom policy"
},
{
"type": "feature",
"category": "CodeBuild",
"description": "CodeBuild also now supports Git Submodules. CodeBuild now supports opting out of Encryption for S3 Build Logs. By default these logs are encrypted."
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker notebook instances now support enabling or disabling root access for notebook users. SageMaker Neo now supports rk3399 and rk3288 as compilation target devices."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-cloudfront-89d630df.json

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.417.0-->
<!--LATEST=2.418.0-->
<!--ENTRYINSERT-->

## 2.418.0
* bugfix: cloudfront: Fix whitespace removal on custom policy
* feature: CodeBuild: CodeBuild also now supports Git Submodules. CodeBuild now supports opting out of Encryption for S3 Build Logs. By default these logs are encrypted.
* feature: SageMaker: SageMaker notebook instances now support enabling or disabling root access for notebook users. SageMaker Neo now supports rk3399 and rk3288 as compilation target devices.

## 2.417.0
* feature: AppMesh: This release includes a new version of the AWS App Mesh APIs. You can read more about the new APIs here: https://docs.aws.amazon.com/app-mesh/latest/APIReference/Welcome.html.
* feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces additional task definition parameters that enable you to define dependencies for container startup and shutdown, a per-container start and stop timeout value, as well as an AWS App Mesh proxy configuration which eases the integration between Amazon ECS and AWS App Mesh.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.417.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.418.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
Loading

0 comments on commit 8156f09

Please sign in to comment.