You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Add customization for EC2 legacy dualstack endpoints"
6
+
},
7
+
{
8
+
"type": "bugfix",
9
+
"category": "S3/S3Control",
10
+
"description": "Check for config.useDualstackEndpoint in customizations"
11
+
},
12
+
{
13
+
"type": "feature",
14
+
"category": "AppConfig",
15
+
"description": "Add Type to support feature flag configuration profiles"
16
+
},
17
+
{
18
+
"type": "feature",
19
+
"category": "AuditManager",
20
+
"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."
21
+
},
22
+
{
23
+
"type": "feature",
24
+
"category": "Chime",
25
+
"description": "Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models."
26
+
},
27
+
{
28
+
"type": "feature",
29
+
"category": "ChimeSDKMeetings",
30
+
"description": "Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models."
31
+
},
32
+
{
33
+
"type": "feature",
34
+
"category": "CloudWatch",
35
+
"description": "CloudWatch Anomaly Detection now supports anomaly detectors that use metric math as input."
36
+
},
37
+
{
38
+
"type": "feature",
39
+
"category": "DataBrew",
40
+
"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."
41
+
},
42
+
{
43
+
"type": "feature",
44
+
"category": "ForecastService",
45
+
"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."
46
+
},
47
+
{
48
+
"type": "feature",
49
+
"category": "IVS",
50
+
"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"
51
+
},
52
+
{
53
+
"type": "feature",
54
+
"category": "Kafka",
55
+
"description": "Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility."
56
+
},
57
+
{
58
+
"type": "feature",
59
+
"category": "Lambda",
60
+
"description": "Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings."
61
+
},
62
+
{
63
+
"type": "feature",
64
+
"category": "LexModelsV2",
65
+
"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."
66
+
},
67
+
{
68
+
"type": "feature",
69
+
"category": "RedshiftData",
70
+
"description": "Rolling back Data API serverless features until dependencies are live."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,23 @@
1
1
# Changelog for AWS SDK for JavaScript
2
-
<!--LATEST=2.1031.0-->
2
+
<!--LATEST=2.1032.0-->
3
3
<!--ENTRYINSERT-->
4
4
5
+
## 2.1032.0
6
+
* bugfix: EC2: Add customization for EC2 legacy dualstack endpoints
7
+
* bugfix: S3/S3Control: Check for config.useDualstackEndpoint in customizations
8
+
* feature: AppConfig: Add Type to support feature flag configuration profiles
9
+
* 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.
10
+
* 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.
11
+
* 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.
12
+
* feature: CloudWatch: CloudWatch Anomaly Detection now supports anomaly detectors that use metric math as input.
13
+
* 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.
14
+
* 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.
15
+
* 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
16
+
* 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.
17
+
* feature: Lambda: Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings.
18
+
* 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.
19
+
* feature: RedshiftData: Rolling back Data API serverless features until dependencies are live.
20
+
5
21
## 2.1031.0
6
22
* bugfix: S3: Support FIPS for S3 Accesspoint & Object Lambda
7
23
* feature: AmplifyBackend: New APIs to support the Amplify Storage category. Add and manage file storage in your Amplify app backend.
0 commit comments