Skip to content

Commit

Permalink
Updates SDK to v2.598.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 6, 2020
1 parent 9834f20 commit e78864c
Show file tree
Hide file tree
Showing 19 changed files with 1,806 additions and 1,203 deletions.
17 changes: 17 additions & 0 deletions .changes/2.598.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Comprehend",
"description": "Amazon Comprehend now supports Multilabel document classification"
},
{
"type": "feature",
"category": "EC2",
"description": "This release supports service providers configuring a private DNS name for services other than AWS services and services available in the AWS marketplace. This feature allows consumers to access the service using an existing DNS name without making changes to their applications."
},
{
"type": "feature",
"category": "MediaPackage",
"description": "You can now restrict direct access to AWS Elemental MediaPackage by securing requests for live content using CDN authorization. With CDN authorization, content requests require a specific HTTP header and authorization code."
}
]
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.597.0-->
<!--LATEST=2.598.0-->
<!--ENTRYINSERT-->

## 2.598.0
* feature: Comprehend: Amazon Comprehend now supports Multilabel document classification
* feature: EC2: This release supports service providers configuring a private DNS name for services other than AWS services and services available in the AWS marketplace. This feature allows consumers to access the service using an existing DNS name without making changes to their applications.
* feature: MediaPackage: You can now restrict direct access to AWS Elemental MediaPackage by securing requests for live content using CDN authorization. With CDN authorization, content requests require a specific HTTP header and authorization code.

## 2.597.0
* feature: ECR: Adds waiters for ImageScanComplete and LifecyclePolicyPreviewComplete
* feature: Lightsail: This release adds support for Certificate Authority (CA) certificate identifier to managed databases in Amazon Lightsail.
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.597.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.598.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 e78864c

Please # to comment.