Skip to content

Commit 1127ce8

Browse files
author
awstools
committed
Updates SDK to v2.973.0
1 parent bea17e9 commit 1127ce8

22 files changed

+1087
-709
lines changed

.changes/2.973.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Comprehend",
5+
"description": "Add tagging support for Comprehend async inference job."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "encryptionInTransitSupported added to DescribeInstanceTypes API"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EKS",
15+
"description": "Adds support for EKS add-ons \"preserve\" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IMDS",
20+
"description": "Support IPv6 endpoints in IMDS"
21+
}
22+
]

.changes/next-release/feature-IMDS-81dc9dd7.json

-5
This file was deleted.

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.972.0-->
2+
<!--LATEST=2.973.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.973.0
6+
* feature: Comprehend: Add tagging support for Comprehend async inference job.
7+
* feature: EC2: encryptionInTransitSupported added to DescribeInstanceTypes API
8+
* feature: EKS: Adds support for EKS add-ons "preserve" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management.
9+
* feature: IMDS: Support IPv6 endpoints in IMDS
10+
511
## 2.972.0
612
* feature: Appflow: This release adds support for SAPOData connector and extends Veeva connector for document extraction.
713
* feature: ApplicationAutoScaling: This release extends Application Auto Scaling support for replication group of Amazon ElastiCache Redis clusters. Auto Scaling monitors and automatically expands node group count and number of replicas per node group when a critical usage threshold is met or according to customer-defined schedule.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.972.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.973.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)