Skip to content

Commit b7b44f0

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md with evaluation migration to Step Functions workflow
1 parent 013b751 commit b7b44f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ SPDX-License-Identifier: MIT-0
2121

2222
### Changed
2323

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+
2433
- **Migrated UI Build System from Create React App to Vite**
2534
- Upgraded to Vite 7 for faster build times
2635
- Updated to React 18, AWS Amplify v6, react-router-dom v6, and Cloudscape Design System

0 commit comments

Comments
 (0)