Skip to content

Commit 6c13259

Browse files
author
Bob Strahan
committed
Update version to 0.4.3-wip4 and document evaluation configuration improvements
1 parent fe3d137 commit 6c13259

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ SPDX-License-Identifier: MIT-0
99

1010
## [0.4.3]
1111

12+
1213
### Fixed
1314

1415
- Add ServiceUnavailableException to retryable exceptions in statemachine to better defend against processing failure due to quota overload
16+
- Evaluation Configuration Robustness
17+
- Improved JSON Schema error messages with actionable diagnostics when configuration issues occur
18+
- Added automatic type coercion for numeric constraints (e.g., `maxItems: "7"``maxItems: 7`) to handle common YAML parsing quirks gracefully
1519
- Fix #133 - Cast topK to int to defend against transient ValidationException exceptions
1620
- Fix #132 - TRACKING_TABLE environment variable needed in EvaluationFunction
1721
- Fix #131 - HITL functions broken post docker migration

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.3-wip3
1+
0.4.3-wip4

0 commit comments

Comments
 (0)