Skip to content

Commit

Permalink
Updates SDK to v2.306.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 30, 2018
1 parent 3fc6181 commit 7701452
Show file tree
Hide file tree
Showing 15 changed files with 1,935 additions and 1,421 deletions.
12 changes: 12 additions & 0 deletions .changes/2.306.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CodeBuild",
"description": "Support multiple sources and artifacts for CodeBuild projects. "
},
{
"type": "feature",
"category": "SageMaker",
"description": "VolumeKmsKeyId now available in Batch Transform Job "
}
]
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.305.0-->
<!--LATEST=2.306.0-->
<!--ENTRYINSERT-->

## 2.306.0
* feature: CodeBuild: Support multiple sources and artifacts for CodeBuild projects.
* feature: SageMaker: VolumeKmsKeyId now available in Batch Transform Job

## 2.305.0
* feature: CORS: add cors support for pricing API. Make Pricing client available by default in browsers SDK.
* feature: Glue: AWS Glue now supports data encryption at rest for ETL jobs and development endpoints. With encryption enabled, when you run ETL jobs, or development endpoints, Glue will use AWS KMS keys to write encrypted data at rest. You can also encrypt the metadata stored in the Glue Data Catalog using keys that you manage with AWS KMS. Additionally, you can use AWS KMS keys to encrypt the logs generated by crawlers and ETL jobs as well as encrypt ETL job bookmarks. Encryption settings for Glue crawlers, ETL jobs, and development endpoints can be configured using the security configurations in Glue. Glue Data Catalog encryption can be enabled via the settings for the Glue Data Catalog.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.305.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.306.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 7701452

Please sign in to comment.