Skip to content

Commit f3a49fd

Browse files
author
Bob Strahan
committed
chore: bump version to 0.4.0-rc5 and update changelog
1 parent fdfaec5 commit f3a49fd

File tree

2 files changed

+45
-11
lines changed

2 files changed

+45
-11
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

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+
823
### Fixed
924

1025
- **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
1429
- **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
1530
- **User Impact**: All valid documents now display correctly even when orphaned list entries exist; debugging information available in browser console for identifying problematic entries
1631

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-
2532
- **JSON Schema Format for Class Definitions** - [docs/json-schema-migration.md](./docs/json-schema-migration.md)
2633
- Document class definitions now use industry-standard JSON Schema Draft 2020-12 format for improved flexibility and tooling integration
2734
- **Standards-Based Validation**: Leverage standard JSON Schema validators and tooling ecosystem for better configuration validation
@@ -32,6 +39,33 @@ SPDX-License-Identifier: MIT-0
3239
- **Backward Compatible**: Legacy format remains supported through automatic migration - no manual configuration updates required
3340
- **Comprehensive Documentation**: New migration guide with format comparison, field mapping table, and best practices
3441

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+
3569
### Changed
3670

3771
- **Migrated Evaluation from EventBridge Trigger to Step Functions Workflow**
@@ -44,9 +78,9 @@ SPDX-License-Identifier: MIT-0
4478

4579

4680
- **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
4882
- 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
5084
- Implemented strategic code splitting for improved performance
5185
- Environment variables now use `VITE_` prefix instead of `REACT_APP_` for local development
5286

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0-rc3
1+
0.4.0-rc5

0 commit comments

Comments
 (0)