Skip to content

Commit

Permalink
Updates SDK to v2.755.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 17, 2020
1 parent 89640c2 commit 51e2178
Show file tree
Hide file tree
Showing 26 changed files with 2,121 additions and 534 deletions.
32 changes: 32 additions & 0 deletions .changes/2.755.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "Types",
"description": "Update types for fetching credentials from config"
},
{
"type": "feature",
"category": "APIGateway",
"description": "Adds support for mutual TLS authentication for public regional REST Apis"
},
{
"type": "feature",
"category": "ApiGatewayV2",
"description": "Adds support for mutual TLS authentication and disableAPIExecuteEndpoint for public regional HTTP Apis"
},
{
"type": "feature",
"category": "Comprehend",
"description": "Amazon Comprehend now supports detecting Personally Identifiable Information (PII) entities in a document."
},
{
"type": "feature",
"category": "ES",
"description": "Adds support for data plane audit logging in Amazon Elasticsearch Service."
},
{
"type": "feature",
"category": "Kendra",
"description": "Amazon Kendra now supports additional file formats and metadata for FAQs."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Types-f4456f24.json

This file was deleted.

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.754.0-->
<!--LATEST=2.755.0-->
<!--ENTRYINSERT-->

## 2.755.0
* bugfix: Types: Update types for fetching credentials from config
* feature: APIGateway: Adds support for mutual TLS authentication for public regional REST Apis
* feature: ApiGatewayV2: Adds support for mutual TLS authentication and disableAPIExecuteEndpoint for public regional HTTP Apis
* feature: Comprehend: Amazon Comprehend now supports detecting Personally Identifiable Information (PII) entities in a document.
* feature: ES: Adds support for data plane audit logging in Amazon Elasticsearch Service.
* feature: Kendra: Amazon Kendra now supports additional file formats and metadata for FAQs.

## 2.754.0
* feature: Connect: This release adds support for contact flows and routing profiles. For details, see the Release Notes in the Amazon Connect Administrator Guide.
* feature: DLM: Customers can now provide multiple schedules within a single Data Lifecycle Manager (DLM) policy. Each schedule supports tagging, Fast Snapshot Restore (FSR) and cross region copy individually.
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.754.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.755.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 51e2178

Please sign in to comment.