Skip to content

Commit

Permalink
Updates SDK to v2.917.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 27, 2021
1 parent 0f98eeb commit 338136f
Show file tree
Hide file tree
Showing 33 changed files with 6,569 additions and 766 deletions.
32 changes: 32 additions & 0 deletions .changes/2.917.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "DeviceFarm",
"description": "Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC)."
},
{
"type": "feature",
"category": "FSx",
"description": "This release adds LZ4 data compression support to FSx for Lustre to reduce storage consumption of both file system storage and file system backups."
},
{
"type": "feature",
"category": "IoTEvents",
"description": "Releasing new APIs for AWS IoT Events Alarms"
},
{
"type": "feature",
"category": "IoTEventsData",
"description": "Releasing new APIs for AWS IoT Events Alarms"
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "IoT SiteWise Monitor Portal API updates to add alarms feature configuration."
},
{
"type": "feature",
"category": "Kendra",
"description": "Amazon Kendra now suggests popular queries in order to help guide query typing and help overall accuracy."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.916.0-->
<!--LATEST=2.917.0-->
<!--ENTRYINSERT-->

## 2.917.0
* feature: DeviceFarm: Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC).
* feature: FSx: This release adds LZ4 data compression support to FSx for Lustre to reduce storage consumption of both file system storage and file system backups.
* feature: IoTEvents: Releasing new APIs for AWS IoT Events Alarms
* feature: IoTEventsData: Releasing new APIs for AWS IoT Events Alarms
* feature: IoTSiteWise: IoT SiteWise Monitor Portal API updates to add alarms feature configuration.
* feature: Kendra: Amazon Kendra now suggests popular queries in order to help guide query typing and help overall accuracy.

## 2.916.0
* feature: EC2: This release removes resource ids and tagging support for VPC security group rules.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.916.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.917.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 338136f

Please sign in to comment.