Skip to content

Commit

Permalink
Updates SDK to v2.879.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 2, 2021
1 parent fc12b66 commit 88eafd2
Show file tree
Hide file tree
Showing 16 changed files with 1,051 additions and 843 deletions.
17 changes: 17 additions & 0 deletions .changes/2.879.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "s3",
"description": "handle 'continue' event only once"
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "This release adds support for Block Device Mappings for container image builds, and adds distribution configuration support for EC2 launch templates in AMI builds."
},
{
"type": "feature",
"category": "MediaPackage",
"description": "SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-s3-a986db56.json

This file was deleted.

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

## 2.879.0
* bugfix: s3: handle 'continue' event only once
* feature: Imagebuilder: This release adds support for Block Device Mappings for container image builds, and adds distribution configuration support for EC2 launch templates in AMI builds.
* feature: MediaPackage: SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer.

## 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.
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.878.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.879.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 88eafd2

Please sign in to comment.