Skip to content

Commit

Permalink
Updates SDK to v2.876.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 30, 2021
1 parent a8bf40f commit e5c12fa
Show file tree
Hide file tree
Showing 38 changed files with 6,005 additions and 2,104 deletions.
47 changes: 47 additions & 0 deletions .changes/2.876.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "CloudWatch",
"description": "SDK update for new Metric Streams feature"
},
{
"type": "feature",
"category": "ConfigService",
"description": "Adding new APIs to support ConformancePack Compliance CI in Aggregators"
},
{
"type": "feature",
"category": "DataBrew",
"description": "This SDK release adds two new dataset features: 1) support for specifying a database connection as a dataset input 2) support for dynamic datasets that accept configurable parameters in S3 path."
},
{
"type": "feature",
"category": "EC2",
"description": "ReplaceRootVolume feature enables customers to replace the EBS root volume of a running instance to a previously known state. Add support to grant account-level access to the EC2 serial console"
},
{
"type": "feature",
"category": "EC2InstanceConnect",
"description": "Adding support to push SSH keys to the EC2 serial console in order to allow an SSH connection to your Amazon EC2 instance's serial port."
},
{
"type": "feature",
"category": "FraudDetector",
"description": "This release adds support for Batch Predictions in Amazon Fraud Detector."
},
{
"type": "feature",
"category": "Pinpoint",
"description": "Added support for journey pause/resume, journey updatable import segment and journey quiet time wait."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Autopilot now supports 1) feature importance reports for AutoML jobs and 2) PartialFailures for AutoML jobs"
},
{
"type": "feature",
"category": "s3",
"description": "update writeGetObjectResponse to validate with and hit s3-object-lambda endpoint"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-s3-83a95a0e.json

This file was deleted.

13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.875.0-->
<!--LATEST=2.876.0-->
<!--ENTRYINSERT-->

## 2.876.0
* feature: CloudWatch: SDK update for new Metric Streams feature
* feature: ConfigService: Adding new APIs to support ConformancePack Compliance CI in Aggregators
* feature: DataBrew: This SDK release adds two new dataset features: 1) support for specifying a database connection as a dataset input 2) support for dynamic datasets that accept configurable parameters in S3 path.
* feature: EC2: ReplaceRootVolume feature enables customers to replace the EBS root volume of a running instance to a previously known state. Add support to grant account-level access to the EC2 serial console
* feature: EC2InstanceConnect: Adding support to push SSH keys to the EC2 serial console in order to allow an SSH connection to your Amazon EC2 instance's serial port.
* feature: FraudDetector: This release adds support for Batch Predictions in Amazon Fraud Detector.
* feature: Pinpoint: Added support for journey pause/resume, journey updatable import segment and journey quiet time wait.
* feature: SageMaker: Amazon SageMaker Autopilot now supports 1) feature importance reports for AutoML jobs and 2) PartialFailures for AutoML jobs
* feature: s3: update writeGetObjectResponse to validate with and hit s3-object-lambda endpoint

## 2.875.0
* feature: DocDB: This release adds support for Event Subscriptions to DocumentDB.
* feature: Glue: Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
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.875.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.876.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 e5c12fa

Please sign in to comment.