Skip to content

Commit

Permalink
Updates SDK to v2.758.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 22, 2020
1 parent eb91e04 commit f4b7078
Show file tree
Hide file tree
Showing 21 changed files with 1,899 additions and 884 deletions.
22 changes: 22 additions & 0 deletions .changes/2.758.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "Authentication",
"description": "assume-role credentials ignore profile region"
},
{
"type": "feature",
"category": "Comprehend",
"description": "Amazon Comprehend integrates with Amazon SageMaker GroundTruth to allow its customers to annotate their datasets using GroundTruth and train their models using Comprehend Custom APIs."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "Lex now supports es-US locales"
},
{
"type": "feature",
"category": "WorkMail",
"description": "Adding support for Mailbox Export APIs"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Authentication-d03e6a6d.json

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.757.0-->
<!--LATEST=2.758.0-->
<!--ENTRYINSERT-->

## 2.758.0
* bugfix: Authentication: assume-role credentials ignore profile region
* feature: Comprehend: Amazon Comprehend integrates with Amazon SageMaker GroundTruth to allow its customers to annotate their datasets using GroundTruth and train their models using Comprehend Custom APIs.
* feature: LexModelBuildingService: Lex now supports es-US locales
* feature: WorkMail: Adding support for Mailbox Export APIs

## 2.757.0
* feature: CloudWatchEvents: Add support for Redshift Data API Targets
* feature: EventBridge: Add support for Redshift Data API Targets
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.757.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.758.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 f4b7078

Please sign in to comment.