Skip to content

Commit

Permalink
Updates SDK to v2.304.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 28, 2018
1 parent 7a4e198 commit 19a944b
Show file tree
Hide file tree
Showing 15 changed files with 2,598 additions and 877 deletions.
12 changes: 12 additions & 0 deletions .changes/2.304.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Glue",
"description": "New Glue APIs for creating, updating, reading and deleting Data Catalog resource-based policies."
},
{
"type": "feature",
"category": "XRay",
"description": "Support for new APIs that enable management of sampling rules."
}
]
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.303.0-->
<!--LATEST=2.304.0-->
<!--ENTRYINSERT-->

## 2.304.0
* feature: Glue: New Glue APIs for creating, updating, reading and deleting Data Catalog resource-based policies.
* feature: XRay: Support for new APIs that enable management of sampling rules.

## 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.
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.303.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.304.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 19a944b

Please sign in to comment.