Skip to content

Commit 3d18784

Browse files
committed
reorder
1 parent 6e495e8 commit 3d18784

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ SPDX-License-Identifier: MIT-0
55

66
## [Unreleased]
77

8+
### Changed
9+
10+
- **Default extraction model updated** to `us.anthropic.claude-sonnet-4-6` (was `us.anthropic.claude-sonnet-4-20250514-v1:0`) in system defaults.
11+
- **Error Analyzer system prompt improvements** — Added strategy for large batches, priority ordering, and error classification guidance.
12+
- **Error Analyzer settings** — Replaced duplicate inline cache with the shared cache from the common monitoring package.
13+
- **Shared CloudWatch Logs** — Extracted log search logic from the Error Analyzer into a reusable library in the common monitoring package.
14+
815
### Fixed
916

1017
- **Fixed** agentic extraction crash (`TypeError: unsupported format string passed to NoneType.__format__`) when table parsing stats contain `None` values for `avg_confidence` or `parse_success_rate`.
@@ -14,12 +21,11 @@ SPDX-License-Identifier: MIT-0
1421
- **Error Analyzer log truncation** — Fixed handling of long log messages to trim them rather than skip them entirely.
1522
- **Reprocess from Document Details** — Fixed config version not being passed when reprocessing a document from the Document Details page (showed "N/A" instead of the selected version).
1623

17-
### Changed
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.5.6.yaml`
26+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.5.6.yaml`
27+
- eu-central-1: `https://s3.eu-central-1.amazonaws.com/aws-ml-blog-eu-central-1/artifacts/genai-idp/idp-main_0.5.6.yaml`
1828

19-
- **Default extraction model updated** to `us.anthropic.claude-sonnet-4-6` (was `us.anthropic.claude-sonnet-4-20250514-v1:0`) in system defaults.
20-
- **Error Analyzer system prompt improvements** — Added strategy for large batches, priority ordering, and error classification guidance.
21-
- **Error Analyzer settings** — Replaced duplicate inline cache with the shared cache from the common monitoring package.
22-
- **Shared CloudWatch Logs** — Extracted log search logic from the Error Analyzer into a reusable library in the common monitoring package.
2329

2430
## [0.5.5]
2531

0 commit comments

Comments
 (0)