Skip to content

Commit 2569f77

Browse files
author
Bob Strahan
committed
Prepare release 0.4.3-wip5 with updated changelog and template URLs
1 parent 8af9671 commit 2569f77

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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

VERSION

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

0 commit comments

Comments
 (0)