Skip to content

Commit

Permalink
Updates SDK to v2.972.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 19, 2021
1 parent f1c69ef commit ca08c83
Show file tree
Hide file tree
Showing 27 changed files with 7,565 additions and 319 deletions.
22 changes: 22 additions & 0 deletions .changes/2.972.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Appflow",
"description": "This release adds support for SAPOData connector and extends Veeva connector for document extraction."
},
{
"type": "feature",
"category": "ApplicationAutoScaling",
"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."
},
{
"type": "feature",
"category": "EC2",
"description": "The ImportImage API now supports the ability to create AMIs with AWS-managed licenses for Microsoft SQL Server for both Windows and Linux."
},
{
"type": "feature",
"category": "MemoryDB",
"description": "AWS MemoryDB SDK now supports all APIs for newly launched MemoryDB service."
}
]
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.971.0-->
<!--LATEST=2.972.0-->
<!--ENTRYINSERT-->

## 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.
* 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.
* feature: MemoryDB: AWS MemoryDB SDK now supports all APIs for newly launched MemoryDB service.

## 2.971.0
* 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.
* 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.
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.971.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.972.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 ca08c83

Please sign in to comment.