Skip to content

Commit

Permalink
Updates SDK to v2.878.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 1, 2021
1 parent c773b10 commit 3691e82
Show file tree
Hide file tree
Showing 36 changed files with 6,698 additions and 1,460 deletions.
47 changes: 47 additions & 0 deletions .changes/2.878.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "EC2",
"description": "VPC Flow Logs Service adds a new API, GetFlowLogsIntegrationTemplate, which generates CloudFormation templates for Athena. For more info, see https://docs.aws.amazon.com/console/vpc/flow-logs/athena"
},
{
"type": "feature",
"category": "FMS",
"description": "Added Firewall Manager policy support for AWS Route 53 Resolver DNS Firewall."
},
{
"type": "feature",
"category": "Kendra",
"description": "AWS Kendra's ServiceNow data source now supports OAuth 2.0 authentication and knowledge article filtering via a ServiceNow query."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "Lex now supports the ja-JP locale"
},
{
"type": "feature",
"category": "LexRuntime",
"description": "Amazon Lex now supports base64-encoded message and input transcript fields."
},
{
"type": "feature",
"category": "Lightsail",
"description": "- This release adds support for state detail for Amazon Lightsail container services."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "MediaConvert now supports HLS ingest, sidecar WebVTT ingest, Teletext color & style passthrough to TTML subtitles, TTML to WebVTT subtitle conversion with style, & DRC profiles in AC3 audio."
},
{
"type": "feature",
"category": "Route53Resolver",
"description": "Route 53 Resolver DNS Firewall is a firewall service that allows you to filter and regulate outbound DNS traffic for your VPCs."
},
{
"type": "feature",
"category": "WAFV2",
"description": "Added support for ScopeDownStatement for ManagedRuleGroups, Labels, LabelMatchStatement, and LoggingFilter. For more information on these features, see the AWS WAF Developer Guide."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.877.0-->
<!--LATEST=2.878.0-->
<!--ENTRYINSERT-->

## 2.878.0
* feature: EC2: VPC Flow Logs Service adds a new API, GetFlowLogsIntegrationTemplate, which generates CloudFormation templates for Athena. For more info, see https://docs.aws.amazon.com/console/vpc/flow-logs/athena
* feature: FMS: Added Firewall Manager policy support for AWS Route 53 Resolver DNS Firewall.
* feature: Kendra: AWS Kendra's ServiceNow data source now supports OAuth 2.0 authentication and knowledge article filtering via a ServiceNow query.
* feature: LexModelBuildingService: Lex now supports the ja-JP locale
* feature: LexRuntime: Amazon Lex now supports base64-encoded message and input transcript fields.
* feature: Lightsail: - This release adds support for state detail for Amazon Lightsail container services.
* feature: MediaConvert: MediaConvert now supports HLS ingest, sidecar WebVTT ingest, Teletext color & style passthrough to TTML subtitles, TTML to WebVTT subtitle conversion with style, & DRC profiles in AC3 audio.
* feature: Route53Resolver: Route 53 Resolver DNS Firewall is a firewall service that allows you to filter and regulate outbound DNS traffic for your VPCs.
* feature: WAFV2: Added support for ScopeDownStatement for ManagedRuleGroups, Labels, LabelMatchStatement, and LoggingFilter. For more information on these features, see the AWS WAF Developer Guide.

## 2.877.0
* bugfix: S3/S3Control: fix the issue that previously resolved S3 ARN incorrectly cached in S3/S3Control client
* feature: Batch: AWS Batch adds support for Amazon EFS File System
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.877.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.878.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 3691e82

Please sign in to comment.