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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ SPDX-License-Identifier: MIT-0
7
7
8
8
## [0.4.0]
9
9
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.**
0 commit comments