Skip to content

Commit 66a2bac

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md with breaking changes warning for v0.4.0 JSON Schema migration
1 parent 41cb964 commit 66a2bac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ SPDX-License-Identifier: MIT-0
77

88
## [0.4.0]
99

10+
> **⚠️ IMPORTANT NOTICE - SIGNITICANT CONFIGURATION CHANGES**
11+
>
12+
> This release introduces **significant changes to the accelerator configuration** for defining document classes and attributes. The configuration format has been migrated to JSON Schema standards, which provides enhanced flexibility and validation capabilities.
13+
>
14+
> While automatic migration is provided for backward compatibility, **customers MUST fully test this update in a non-production environment** before upgrading production systems. We strongly recommend:
15+
>
16+
> 1. Deploy the update to a test/development environment first
17+
> 2. Verify all document processing workflows function as expected
18+
> 3. Test with representative samples of your production documents
19+
> 4. Review the migration guide at [docs/json-schema-migration.md](./docs/json-schema-migration.md)
20+
> 5. Only proceed with production upgrade after thorough validation
21+
>
22+
> **Do not upgrade production systems without completing validation testing.**
23+
1024
### Added
1125

1226
- **Agent Companion Chat Experience**

0 commit comments

Comments
 (0)