Skip to content

Commit d637a02

Browse files
author
Bob Strahan
committed
Update CHANGELOG
1 parent b9d4181 commit d637a02

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ SPDX-License-Identifier: MIT-0
99
- Removed page image limit entirely across all IDP services (classification, extraction, assessment) following Amazon Bedrock API removal of image count restrictions. The system now processes all document pages without artificial truncation, with info logging to track image counts for monitoring purposes.
1010
- Resolves #147
1111

12+
### Fixed
13+
14+
- **Document Schema Builder Enum Support** - Fixed enum value handling in schema builder to properly support enumeration constraints for attribute definitions
15+
- **Agentic Extraction Parameter Passing** - Fixed temperature and top_p parameters now correctly passed to agentic extraction service, enabling proper model behavior control
16+
- **Document Schema Builder UI Labels** - Enhanced field labels and formats in document schema builder for improved clarity and user experience
17+
- **Retry Mechanism Improvements** - Enhanced retry logic for more reliable error handling and recovery across document processing workflows
18+
- **Type Safety Enhancements** - Improved type annotations and fixed undefined items handling to prevent runtime errors
19+
1220
## [0.4.5]
1321

1422
### Added

0 commit comments

Comments
 (0)