File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,22 @@ SPDX-License-Identifier: MIT-0
99
1010## [ 0.4.3]
1111
12-
1312### Fixed
1413
15- - 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
1914- Fix #134 - Doc class dropdown shows no options when editing sections
2015- Fix #133 - Cast topK to int to defend against transient ValidationException exceptions
2116- Fix #132 - TRACKING_TABLE environment variable needed in EvaluationFunction
2217- Fix #131 - HITL functions broken post docker migration
2318- Fix #130 - Enable EU models for Agent Configuration and KB Configuration
19+ - Add ServiceUnavailableException to retryable exceptions in statemachine to better defend against processing failure due to quota overload
20+ - Evaluation Configuration Robustness
21+ - Improved JSON Schema error messages with actionable diagnostics when configuration issues occur
22+ - Added automatic type coercion for numeric constraints (e.g., ` maxItems: "7" ` → ` maxItems: 7 ` ) to handle common YAML parsing quirks gracefully
23+
24+ ### Templates
25+ - us-west-2: ` https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.4.3.yaml `
26+ - us-east-1: ` https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.4.3.yaml `
27+ - eu-central-1: ` https://s3.eu-central-1.amazonaws.com/aws-ml-blog-eu-central-1/artifacts/genai-idp/idp-main_0.4.3.yaml `
2428
2529## [ 0.4.2]
2630
Original file line number Diff line number Diff line change 1- 0.4.3-wip4
1+ 0.4.3-wip5
You can’t perform that action at this time.
0 commit comments