Skip to content

Commit

Permalink
Updates SDK to v2.768.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 6, 2020
1 parent 54f8555 commit 6dcafbd
Show file tree
Hide file tree
Showing 22 changed files with 1,014 additions and 412 deletions.
22 changes: 22 additions & 0 deletions .changes/2.768.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DMS",
"description": "Added new S3 endpoint settings to allow partitioning CDC data by date for S3 as target. Exposed some Extra Connection Attributes as endpoint settings for relational databases as target."
},
{
"type": "feature",
"category": "EC2",
"description": "This release supports returning additional information about local gateway virtual interfaces, and virtual interface groups."
},
{
"type": "feature",
"category": "KinesisAnalyticsV2",
"description": "Amazon Kinesis Analytics now supports StopApplication with 'force' option"
},
{
"type": "feature",
"category": "MarketplaceCatalog",
"description": "AWS Marketplace Catalog now supports FailureCode for change workflows to help differentiate client errors and server faults."
}
]
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.767.0-->
<!--LATEST=2.768.0-->
<!--ENTRYINSERT-->

## 2.768.0
* feature: DMS: Added new S3 endpoint settings to allow partitioning CDC data by date for S3 as target. Exposed some Extra Connection Attributes as endpoint settings for relational databases as target.
* feature: EC2: This release supports returning additional information about local gateway virtual interfaces, and virtual interface groups.
* feature: KinesisAnalyticsV2: Amazon Kinesis Analytics now supports StopApplication with 'force' option
* feature: MarketplaceCatalog: AWS Marketplace Catalog now supports FailureCode for change workflows to help differentiate client errors and server faults.

## 2.767.0
* feature: DynamoDB: This release adds a new ReplicaStatus REGION DISABLED for the Table description. This state indicates that the AWS Region for the replica is inaccessible because the AWS Region is disabled.
* feature: Glue: AWS Glue crawlers now support Amazon DocumentDB (with MongoDB compatibility) and MongoDB collections. You can choose to crawl the entire data set or only a small sample to reduce crawl time.
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.767.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.768.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 6dcafbd

Please sign in to comment.