Skip to content

Commit 0026cc4

Browse files
author
Manus Sandbox
committed
docs: Update to v3.39.0 - Footer versions, README, CHANGELOG, VERSION_HISTORY
1 parent 5c8ce6c commit 0026cc4

8 files changed

Lines changed: 777 additions & 488 deletions

File tree

CHANGELOG.md

Lines changed: 284 additions & 178 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,33 @@ A unified, enterprise-scale data normalization platform that automatically detec
4747
**Company Name Detection** 🏢: Intelligent identification of company columns, no splitting, title case normalization with abbreviation preservation (v3.19.2)
4848
**Results Preservation** 💾: Seamless navigation between results and monitoring dashboard without data loss (v3.19.2)
4949

50+
### What's New in v3.39.0 🚀
51+
52+
**CRM Sync Identifier Column Mapping Fix** 🔧
53+
Fixed critical bug in CRM Sync Mapper where identifier column detection was hardcoded to "Email" instead of using the user-selected identifier. This caused 0% match rates when using Phone or other identifiers. Auto-detection now correctly uses the `selectedIdentifier` state, and manual column mapping properly respects user selections. Added validation to ensure identifier columns exist in both files with clear error messages. Match rates now correctly achieve 100% when identifier columns are properly mapped.
54+
55+
**Key Improvements:**
56+
- 🎯 **Correct Identifier Detection**: Uses selected identifier (Email/Phone/etc.) instead of hardcoded "Email"
57+
-**100% Match Rates**: Proper column mapping eliminates false 0% match rates
58+
- 🔍 **Better Validation**: Clear error messages when identifier columns are missing
59+
- 🎨 **Enhanced UI**: Improved column mapping interface with visual feedback
60+
- 📊 **Match Preview**: Shows actual identifier values being compared
61+
62+
### What's New in v3.38.0 🚀
63+
64+
**Zero-Downside Match Rate Improvements** 📈
65+
Enhanced matching reliability with improved identifier normalization (email lowercasing, phone digit extraction), fuzzy matching fallback for near-matches, better duplicate handling in enriched datasets, and improved null/empty value handling. Match statistics reporting now provides more detailed insights.
66+
67+
### What's New in v3.37.0 🚀
68+
69+
**CRM Sync S3 Upload & Match Quality Scoring** 🎯
70+
Added automatic S3 upload for large files (>10MB) with sample data loading for matching preview. Implemented comprehensive match quality scoring system with per-file statistics, overall quality score (0-100), visual indicators, and recommendations for improving match quality. Enhanced match preview UI with side-by-side comparison, highlighted identifier columns, and export of unmatched rows.
71+
72+
### What's New in v3.36.0 🚀
73+
74+
**Two-Phase Enrichment Consolidation System** 🔄
75+
Added advanced duplicate handling for enriched data with two-phase consolidation: Phase 1 consolidates duplicates within each enriched file, Phase 2 merges consolidated data across multiple files. Configurable consolidation strategies per column (merge arrays, concatenate, keep first, keep last) with visual drag-and-drop interface and preview of results.
76+
5077
### What's New in v3.35.0 🚀
5178

5279
**Server-Side Batch Processing for CRM Sync Mapper** 🏗️

0 commit comments

Comments
 (0)