Skip to content

Commit e78864c

Browse files
author
awstools
committed
Updates SDK to v2.598.0
1 parent 9834f20 commit e78864c

19 files changed

+1806
-1203
lines changed

.changes/2.598.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Comprehend",
5+
"description": "Amazon Comprehend now supports Multilabel document classification"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaPackage",
15+
"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."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.597.0-->
2+
<!--LATEST=2.598.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.598.0
6+
* feature: Comprehend: Amazon Comprehend now supports Multilabel document classification
7+
* 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.
8+
* 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.
9+
510
## 2.597.0
611
* feature: ECR: Adds waiters for ImageScanComplete and LifecyclePolicyPreviewComplete
712
* feature: Lightsail: This release adds support for Certificate Authority (CA) certificate identifier to managed databases in Amazon Lightsail.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.597.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.598.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)