You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+44-10Lines changed: 44 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@ SPDX-License-Identifier: MIT-0
5
5
6
6
## [Unreleased]
7
7
8
+
## [0.4.0]
9
+
10
+
### Added
11
+
12
+
-**Agent Companion Chat Experience**
13
+
- Added comprehensive interactive AI assistant interface providing real-time conversational support for the IDP Accelerator
14
+
-**Session-Based Architecture**: Transformed from job-based (single request/response) to session-based (multi-turn conversations) with unified agentic chat experience
15
+
-**Persistent Chat Memory**: DynamoDB-backed conversation history with automatic loading of last 20 turns, turn-based message grouping, and intelligent context management with sliding window optimization
16
+
-**Real-Time Streaming**: AppSync GraphQL subscriptions enable incremental response streaming with proper async task cleanup and thinking tag removal for clean display
17
+
-**Code Intelligence Agent**: New specialized agent for code-related assistance with DeepWiki MCP server integration, security guardrails to prevent sensitive data exposure, and user-controlled opt-in toggle (default: enabled)
18
+
-**Sub-Agent Streaming**: Real-time lifecycle events (start, stream, end, error) with async generator tools, structured data detection for tables/charts, and tool usage tracking
19
+
-**Rich Chat Interface**: Modern UI with CloudScape Design System featuring real-time message streaming, multi-agent support (Analytics, Code Intelligence, Error Analyzer, General), Markdown rendering with syntax highlighting, structured data visualization (charts via Chart.js, sortable tables), expandable tool usage sections, sample prompts, and auto-scroll behavior
20
+
-**Enhanced User Experience**: Welcome animation, sample query suggestions, clear chat functionality, responsive mobile-friendly design, accessibility support with ARIA labels, loading states and visual feedback, error alerts with dismissible notifications
21
+
-**Privacy & Security**: Explicit user consent for Code Intelligence third-party services, session isolation with unique session IDs, error boundary protection, input validation
22
+
8
23
### Fixed
9
24
10
25
-**UI Robustness for Orphaned List Entries** - [#102](https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/issues/102)
@@ -14,14 +29,6 @@ SPDX-License-Identifier: MIT-0
14
29
-**Enhanced Debugging**: Added detailed console logging with full PK/SK information for both list entries and expected document entries to facilitate cleanup of orphaned records
15
30
-**User Impact**: All valid documents now display correctly even when orphaned list entries exist; debugging information available in browser console for identifying problematic entries
16
31
17
-
## [0.3.21]
18
-
19
-
### Added
20
-
21
-
-**Claude Sonnet 4.5 Haiku Model Support**
22
-
- Added support for Claude Haiku 4.5
23
-
- Available for configuration across all document processing steps
24
-
25
32
-**JSON Schema Format for Class Definitions** - [docs/json-schema-migration.md](./docs/json-schema-migration.md)
26
33
- Document class definitions now use industry-standard JSON Schema Draft 2020-12 format for improved flexibility and tooling integration
27
34
-**Standards-Based Validation**: Leverage standard JSON Schema validators and tooling ecosystem for better configuration validation
@@ -32,6 +39,33 @@ SPDX-License-Identifier: MIT-0
32
39
-**Backward Compatible**: Legacy format remains supported through automatic migration - no manual configuration updates required
33
40
-**Comprehensive Documentation**: New migration guide with format comparison, field mapping table, and best practices
34
41
42
+
43
+
44
+
## [0.3.21]
45
+
46
+
### Added
47
+
48
+
-**Claude Sonnet 4.5 Haiku Model Support**
49
+
- Added support for Claude Haiku 4.5
50
+
- Available for configuration across all document processing steps
51
+
52
+
-**X-Ray Integration for Error Analyzer Agent**
53
+
- Integrated AWS X-Ray tracing tools to enhance diagnostic capabilities of the error analyzer agent
54
+
- X-Ray context enables better distinction between infrastructure issues and application logic failures
55
+
- Added trace ID persistence in DynamoDB alongside document status for complete traceability
56
+
- Enhanced CloudWatch error log filtering for more targeted error analysis
57
+
- Simplified CloudWatch results structure for improved readability and analysis
58
+
- Updated error analyzer recommendations to leverage X-Ray insights for more accurate root cause identification
59
+
60
+
-**EU Region Support with Automatic Model Mapping**
61
+
- Added support for deploying the solution in EU regions (eu-central-1, eu-west-1, etc.)
62
+
- Automatic model endpoint mapping between US and EU regions for seamless deployment
63
+
- Comprehensive model mapping table covering Amazon Nova and Anthropic Claude models
64
+
- Intelligent fallback mappings when direct EU equivalents are unavailable
65
+
- Quick Launch button for eu-central-1 region in README and deployment documentation
66
+
- IDP CLI now supports eu-central-1 deployment with automatic template URL selection
67
+
- Complete technical documentation in `docs/eu-region-model-support.md` with best practices and troubleshooting
68
+
35
69
### Changed
36
70
37
71
-**Migrated Evaluation from EventBridge Trigger to Step Functions Workflow**
@@ -44,9 +78,9 @@ SPDX-License-Identifier: MIT-0
44
78
45
79
46
80
-**Migrated UI Build System from Create React App to Vite**
47
-
- Upgraded to Vite 7 for faster build times and improved developer experience
81
+
- Upgraded to Vite 7 for faster build times
48
82
- Updated to React 18, AWS Amplify v6, react-router-dom v6, and Cloudscape Design System
49
-
- Reduced dependencies and node_modules size for faster installs
83
+
- Reduced dependencies and node_modules size
50
84
- Implemented strategic code splitting for improved performance
51
85
- Environment variables now use `VITE_` prefix instead of `REACT_APP_` for local development
0 commit comments