Skip to content

Commit

Permalink
Updates SDK to v2.303.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 27, 2018
1 parent 6777045 commit 7a4e198
Show file tree
Hide file tree
Showing 29 changed files with 3,316 additions and 426 deletions.
17 changes: 17 additions & 0 deletions .changes/2.303.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "IoTAnalytics",
"description": "Added new listDatasetContent API that shows you the list of dataset contents for the corresponding versions"
},
{
"type": "feature",
"category": "Iot",
"description": "This release adds support to create a Stream and Code signing for Amazon FreeRTOS job along with Over-the-air updates."
},
{
"type": "feature",
"category": "Signer",
"description": "AWS Signer is a new feature that allows Amazon FreeRTOS (AFR) Over The Air (OTA) customers to cryptographically sign code using code-signing certificates managed by AWS Certificate Manager. "
}
]
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.302.0-->
<!--LATEST=2.303.0-->
<!--ENTRYINSERT-->

## 2.303.0
* feature: IoTAnalytics: Added new listDatasetContent API that shows you the list of dataset contents for the corresponding versions
* feature: Iot: This release adds support to create a Stream and Code signing for Amazon FreeRTOS job along with Over-the-air updates.
* feature: Signer: AWS Signer is a new feature that allows Amazon FreeRTOS (AFR) Over The Air (OTA) customers to cryptographically sign code using code-signing certificates managed by AWS Certificate Manager.

## 2.302.0
* 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.302.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.303.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 7a4e198

Please sign in to comment.