Skip to content

Commit

Permalink
Updates SDK to v2.776.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 21, 2020
1 parent 14e9bf0 commit ffe3f0f
Show file tree
Hide file tree
Showing 26 changed files with 3,158 additions and 1,327 deletions.
27 changes: 27 additions & 0 deletions .changes/2.776.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudFront",
"description": "CloudFront adds support for managing the public keys for signed URLs and signed cookies directly in CloudFront (it no longer requires the AWS root account)."
},
{
"type": "feature",
"category": "EC2",
"description": "instance-storage-info nvmeSupport added to DescribeInstanceTypes API"
},
{
"type": "feature",
"category": "GlobalAccelerator",
"description": "This release adds support for specifying port overrides on AWS Global Accelerator endpoint groups."
},
{
"type": "feature",
"category": "Glue",
"description": "AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source."
},
{
"type": "feature",
"category": "Kendra",
"description": "This release adds custom data sources: a new data source type that gives you full control of the documents added, modified or deleted during a data source sync while providing run history metrics."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.775.0-->
<!--LATEST=2.776.0-->
<!--ENTRYINSERT-->

## 2.776.0
* feature: CloudFront: CloudFront adds support for managing the public keys for signed URLs and signed cookies directly in CloudFront (it no longer requires the AWS root account).
* feature: EC2: instance-storage-info nvmeSupport added to DescribeInstanceTypes API
* feature: GlobalAccelerator: This release adds support for specifying port overrides on AWS Global Accelerator endpoint groups.
* feature: Glue: AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source.
* feature: Kendra: This release adds custom data sources: a new data source type that gives you full control of the documents added, modified or deleted during a data source sync while providing run history metrics.

## 2.775.0
* bugfix: Credentials: Do not require credentials file when loading from config.
* feature: Batch: Adding evaluateOnExit to job retry strategies.
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.775.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.776.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 ffe3f0f

Please sign in to comment.