Skip to content

Commit

Permalink
Updates SDK to v2.973.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 20, 2021
1 parent bea17e9 commit 1127ce8
Show file tree
Hide file tree
Showing 22 changed files with 1,087 additions and 709 deletions.
22 changes: 22 additions & 0 deletions .changes/2.973.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Comprehend",
"description": "Add tagging support for Comprehend async inference job."
},
{
"type": "feature",
"category": "EC2",
"description": "encryptionInTransitSupported added to DescribeInstanceTypes API"
},
{
"type": "feature",
"category": "EKS",
"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."
},
{
"type": "feature",
"category": "IMDS",
"description": "Support IPv6 endpoints in IMDS"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-IMDS-81dc9dd7.json

This file was deleted.

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.972.0-->
<!--LATEST=2.973.0-->
<!--ENTRYINSERT-->

## 2.973.0
* feature: Comprehend: Add tagging support for Comprehend async inference job.
* feature: EC2: encryptionInTransitSupported added to DescribeInstanceTypes API
* 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.
* feature: IMDS: Support IPv6 endpoints in IMDS

## 2.972.0
* feature: Appflow: This release adds support for SAPOData connector and extends Veeva connector for document extraction.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.972.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.973.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 1127ce8

Please sign in to comment.