Skip to content

Commit 6369843

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md with assessment caching and validation fixes
1 parent cf9ddcc commit 6369843

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ SPDX-License-Identifier: MIT-0
3838
### Fixed
3939
- **Throttling Error Detection and Retry Logic for Assessment Functions** - [GitHub Issue #45](https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/issues/45)
4040
- **Assessment Function**: Enhanced throttling detection to check for throttling errors returned in `document.errors` field in addition to thrown exceptions, raising `ThrottlingException` to trigger Step Functions retry when throttling is detected
41+
- **Granular Assessment Task Caching**: Fixed caching logic to properly cache successful assessment tasks when there are ANY failed tasks (both exception-based and result-based failures), enabling efficient retry optimization by only reprocessing failed tasks while preserving successful results
4142
- **Impact**: Improved resilience for throttling scenarios, reduced redundant processing during retries, and better Step Functions retry behavior
4243

4344
- **Security Vulnerability Mitigation - Package Updates**
@@ -55,6 +56,7 @@ SPDX-License-Identifier: MIT-0
5556
- Cleaned up unused Step Function subscription infrastructure and removed duplicate code in Pattern-2 HITL function
5657
- Expanded UI Visual Editor bounding box size with padding for better visibility and user interaction
5758
- Fixed bug in list of models supporting cache points - previously claude 4 sonnet and opus had been excluded.
59+
- Validations added at the assessment step for checking valid json response. The validation fails after extraction/assessment is complete if json parsing issues are encountered.
5860

5961

6062
## [0.3.14]

0 commit comments

Comments
 (0)