This release fixes issues for SREs watching stability and regressions.
Published 3mo
Data Pipelines & ETL
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
data-cleaning
data-engineering
data-matching
data-quality
deduplication
entity-resolution
+14 more
fellegi-sunter
fuzzy-matching
knowledge-graph
llm
master-data-management
mcp-server
polars
pprl
python
record-linkage
rust
splink
typescript
zero-config
Summary
AI summaryUpdates Bug Fixes, Testing, and golden_rows across a mixed release.
Full changelog
Bug Fixes
- Fix OOM/segfault on wide datasets: Auto-configure now caps columns at 40, fuzzy fields at 5, and skips exact matchkeys on >10K rows to prevent O(N²) self-joins
- Fix
_GEO_PATTERNSregex:cityno longer matches inside "Capacity" — uses negative lookbehind instead of word boundaries to preservecity_desc/county_codematching - Fix golden record schema mismatch:
pl.DataFrame(golden_rows)now usesschema_overridesto prevent mixed-type inference across cluster rows - Fix
BlockingConfig.keysrequired when unnecessary:keysnow defaults to[]with model_validator enforcing per-strategy requirements - Cast to Utf8 in
run_dedupe_df: Prevents schema mismatch from mixed-type columns (e.g.birth_yearas i64 vs str) - Guard
auto_selectagainst empty keys: Prevents crash when blocking config has no keys
Testing
- Verified on UK GIAS schools register (52,288 rows, 135 columns)
- Zero-config
dedupe_df()completes in 175s with 3,854 clusters - 1,181 tests passing
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About GoldenMatch
All releases →Related context
Related tools
Earlier breaking changes
- v3.1.0 `GOLDENMATCH_FRAME=polars` now requires the `[polars]` extra; raises error without it.
- vgoldencheck-v3.0.0 `inferred_type` emits neutral dtype vocabulary (str/int/uint/float/date/datetime/bool/other) instead of raw Polars dtypes.
- vgoldencheck-v3.0.0 'inferred_type' now emits a neutral dtype vocabulary instead of raw Polars dtype strings.
- vgoldencheck-v3.0.0 `scan_file`, `scan_dataframe`, and CLI `check` now run without Polars, using Arrow-native pyarrow.Table.
- v3.0.0 Result frames now return pyarrow.Table instead of Polars DataFrame.
Beta — feedback welcome: [email protected]