Skip to content

Commit

Permalink
Updates SDK to v2.636.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 9, 2020
1 parent 6415050 commit db4cb0f
Show file tree
Hide file tree
Showing 18 changed files with 554 additions and 282 deletions.
17 changes: 17 additions & 0 deletions .changes/2.636.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "DMS",
"description": "Added new settings for Kinesis target to include detailed transaction info; to capture table DDL details; to use single-line unformatted json, which can be directly queried by AWS Athena if data is streamed into S3 through AWS Kinesis Firehose. Added CdcInsertsAndUpdates in S3 target settings to allow capture ongoing insertions and updates only."
},
{
"type": "feature",
"category": "EC2",
"description": "Amazon Virtual Private Cloud (VPC) NAT Gateway adds support for tagging on resource creation."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental MediaLive now supports the ability to configure the Preferred Channel Pipeline for channels contributing to a Multiplex."
}
]
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.635.0-->
<!--LATEST=2.636.0-->
<!--ENTRYINSERT-->

## 2.636.0
* feature: DMS: Added new settings for Kinesis target to include detailed transaction info; to capture table DDL details; to use single-line unformatted json, which can be directly queried by AWS Athena if data is streamed into S3 through AWS Kinesis Firehose. Added CdcInsertsAndUpdates in S3 target settings to allow capture ongoing insertions and updates only.
* feature: EC2: Amazon Virtual Private Cloud (VPC) NAT Gateway adds support for tagging on resource creation.
* feature: MediaLive: AWS Elemental MediaLive now supports the ability to configure the Preferred Channel Pipeline for channels contributing to a Multiplex.

## 2.635.0
* feature: AppMesh: App Mesh now supports sharing a Mesh with other AWS accounts. Customers can use AWS Resource Access Manager to share their Mesh with other accounts in their organization to connection applications within a single service mesh. See https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html for details.
* feature: EC2: This release provides customers with a self-service option to enable Local Zones.
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.635.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.636.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 db4cb0f

Please sign in to comment.