File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 0.4.3-wip3
1+ 0.4.3-wip4
You can’t perform that action at this time.
0 commit comments