Skip to content

Commit

Permalink
Updates SDK to v2.1032.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 18, 2021
1 parent 2ef74c7 commit e9cc0bc
Show file tree
Hide file tree
Showing 50 changed files with 8,507 additions and 1,310 deletions.
72 changes: 72 additions & 0 deletions .changes/2.1032.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[
{
"type": "bugfix",
"category": "EC2",
"description": "Add customization for EC2 legacy dualstack endpoints"
},
{
"type": "bugfix",
"category": "S3/S3Control",
"description": "Check for config.useDualstackEndpoint in customizations"
},
{
"type": "feature",
"category": "AppConfig",
"description": "Add Type to support feature flag configuration profiles"
},
{
"type": "feature",
"category": "AuditManager",
"description": "This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated."
},
{
"type": "feature",
"category": "Chime",
"description": "Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models."
},
{
"type": "feature",
"category": "ChimeSDKMeetings",
"description": "Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models."
},
{
"type": "feature",
"category": "CloudWatch",
"description": "CloudWatch Anomaly Detection now supports anomaly detectors that use metric math as input."
},
{
"type": "feature",
"category": "DataBrew",
"description": "This SDK release adds the following new features: 1) PII detection in profile jobs, 2) Data quality rules, enabling validation of data quality in profile jobs, 3) SQL query-based datasets for Amazon Redshift and Snowflake data sources, and 4) Connecting DataBrew datasets with Amazon AppFlow flows."
},
{
"type": "feature",
"category": "ForecastService",
"description": "NEW CreateExplanability API that helps you understand how attributes such as price, promotion, etc. contributes to your forecasted values; NEW CreateAutoPredictor API that trains up to 40% more accurate forecasting model, saves up to 50% of retraining time, and provides model level explainability."
},
{
"type": "feature",
"category": "IVS",
"description": "Add APIs for retrieving stream session information and support for filtering live streams by health. For more information, see https://docs.aws.amazon.com/ivs/latest/userguide/stream-health.html"
},
{
"type": "feature",
"category": "Kafka",
"description": "Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility."
},
{
"type": "feature",
"category": "Lambda",
"description": "Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings."
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "Added support for Polly Neural TTS (NTTS) voices. Customers can choose between 'standard' and 'neural' for Polly Engine configuration per locale when creating or updating an Amazon Lex bot."
},
{
"type": "feature",
"category": "RedshiftData",
"description": "Rolling back Data API serverless features until dependencies are live."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-EC2-a3dc85ca.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-S3-S3Control-30d32e7a.json

This file was deleted.

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

## 2.1032.0
* bugfix: EC2: Add customization for EC2 legacy dualstack endpoints
* bugfix: S3/S3Control: Check for config.useDualstackEndpoint in customizations
* feature: AppConfig: Add Type to support feature flag configuration profiles
* feature: AuditManager: This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated.
* feature: Chime: Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
* feature: ChimeSDKMeetings: Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
* feature: CloudWatch: CloudWatch Anomaly Detection now supports anomaly detectors that use metric math as input.
* feature: DataBrew: This SDK release adds the following new features: 1) PII detection in profile jobs, 2) Data quality rules, enabling validation of data quality in profile jobs, 3) SQL query-based datasets for Amazon Redshift and Snowflake data sources, and 4) Connecting DataBrew datasets with Amazon AppFlow flows.
* feature: ForecastService: NEW CreateExplanability API that helps you understand how attributes such as price, promotion, etc. contributes to your forecasted values; NEW CreateAutoPredictor API that trains up to 40% more accurate forecasting model, saves up to 50% of retraining time, and provides model level explainability.
* feature: IVS: Add APIs for retrieving stream session information and support for filtering live streams by health. For more information, see https://docs.aws.amazon.com/ivs/latest/userguide/stream-health.html
* feature: Kafka: Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility.
* feature: Lambda: Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings.
* feature: LexModelsV2: Added support for Polly Neural TTS (NTTS) voices. Customers can choose between 'standard' and 'neural' for Polly Engine configuration per locale when creating or updating an Amazon Lex bot.
* feature: RedshiftData: Rolling back Data API serverless features until dependencies are live.

## 2.1031.0
* bugfix: S3: Support FIPS for S3 Accesspoint & Object Lambda
* feature: AmplifyBackend: New APIs to support the Amplify Storage category. Add and manage file storage in your Amplify app backend.
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.1031.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1032.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 e9cc0bc

Please sign in to comment.