Skip to content

Commit

Permalink
Updates SDK to v2.728.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 6, 2020
1 parent 54c98e5 commit 566d5b8
Show file tree
Hide file tree
Showing 28 changed files with 3,022 additions and 1,719 deletions.
32 changes: 32 additions & 0 deletions .changes/2.728.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release supports Wavelength resources, including carrier gateways, and carrier IP addresses."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "Amazon Lex supports the option to enable accuracy improvements and specify an intent classification confidence score threshold."
},
{
"type": "feature",
"category": "LexRuntime",
"description": "Amazon Lex supports intent classification confidence scores along with a list of the top five intents."
},
{
"type": "feature",
"category": "Personalize",
"description": "Add 'exploration' functionality"
},
{
"type": "feature",
"category": "PersonalizeEvents",
"description": "Adds support implicit and explicit impression input"
},
{
"type": "feature",
"category": "PersonalizeRuntime",
"description": "Adds support for implicit impressions"
}
]
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.727.1-->
<!--LATEST=2.728.0-->
<!--ENTRYINSERT-->

## 2.728.0
* feature: EC2: This release supports Wavelength resources, including carrier gateways, and carrier IP addresses.
* feature: LexModelBuildingService: Amazon Lex supports the option to enable accuracy improvements and specify an intent classification confidence score threshold.
* feature: LexRuntime: Amazon Lex supports intent classification confidence scores along with a list of the top five intents.
* feature: Personalize: Add 'exploration' functionality
* feature: PersonalizeEvents: Adds support implicit and explicit impression input
* feature: PersonalizeRuntime: Adds support for implicit impressions

## 2.727.1
* bugfix: docs: Add awsdocs-legal-zone-copyright div

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.727.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.728.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 566d5b8

Please sign in to comment.