Skip to content

Commit ca08c83

Browse files
author
awstools
committed
Updates SDK to v2.972.0
1 parent f1c69ef commit ca08c83

27 files changed

+7565
-319
lines changed

.changes/2.972.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Appflow",
5+
"description": "This release adds support for SAPOData connector and extends Veeva connector for document extraction."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ApplicationAutoScaling",
10+
"description": "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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "The ImportImage API now supports the ability to create AMIs with AWS-managed licenses for Microsoft SQL Server for both Windows and Linux."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MemoryDB",
20+
"description": "AWS MemoryDB SDK now supports all APIs for newly launched MemoryDB service."
21+
}
22+
]

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.971.0-->
2+
<!--LATEST=2.972.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.972.0
6+
* feature: Appflow: This release adds support for SAPOData connector and extends Veeva connector for document extraction.
7+
* 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.
8+
* feature: EC2: The ImportImage API now supports the ability to create AMIs with AWS-managed licenses for Microsoft SQL Server for both Windows and Linux.
9+
* feature: MemoryDB: AWS MemoryDB SDK now supports all APIs for newly launched MemoryDB service.
10+
511
## 2.971.0
612
* feature: CodeBuild: CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.
713
* feature: SageMaker: Amazon SageMaker now supports Asynchronous Inference endpoints. Adds PlatformIdentifier field that allows Notebook Instance creation with different platform selections. Increases the maximum number of containers in multi-container endpoints to 15. Adds more instance types to InstanceType field.

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.971.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.972.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)