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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,15 @@ SPDX-License-Identifier: MIT-0
21
21
22
22
### Changed
23
23
24
+
-**Migrated Evaluation from EventBridge Trigger to Step Functions Workflow**
25
+
- Moved evaluation processing from external EventBridge-triggered Lambda to integrated Step Functions workflow step
26
+
-**Race Condition Eliminated**: Evaluation now runs inside state machine before WorkflowTracker marks documents COMPLETE, preventing premature completion status when evaluation is still running
27
+
-**Config-Driven Control**: Evaluation now controlled by `evaluation.enabled` configuration setting instead of CloudFormation stack parameter, enabling runtime control without stack redeployment
28
+
-**Enhanced Status Tracking**: Added EVALUATING status to document processing pipeline for better visibility of evaluation progress
29
+
-**UI Improvements**: Added support for displaying EVALUATING status in processing flow viewer and "NOT ENABLED" badge when evaluation is disabled in configuration
30
+
-**Consistent Pattern**: Aligns evaluation with summarization and assessment patterns for unified feature control approach
31
+
32
+
24
33
-**Migrated UI Build System from Create React App to Vite**
25
34
- Upgraded to Vite 7 for faster build times
26
35
- Updated to React 18, AWS Amplify v6, react-router-dom v6, and Cloudscape Design System
0 commit comments