This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryUpdates Strategy: exact_then_fuzzy, auto-detected, and production across a mixed release.
Full changelog
Autonomous ER Agent
GoldenMatch is now a discoverable AI agent. Other AI systems find it, invoke it, and get intelligent entity resolution with zero configuration.
What's New
Agent Intelligence -- Pass raw data, get deduplicated records with full reasoning:
from goldenmatch import AgentSession
session = AgentSession()
result = session.deduplicate("customers.csv")
# Strategy: exact_then_fuzzy (auto-detected)
# Clusters: 42, Match rate: 8.4%
# Review queue: 4 borderline pairs held for approval
A2A Protocol -- Discoverable by any A2A-compatible agent framework:
goldenmatch agent-serve --port 8200
# GET http://localhost:8200/.well-known/agent.json
Confidence-Gated Review Queue -- Auto-merge high confidence, hold borderline for review:
-
0.95: auto-merged
- 0.75-0.95: review queue
- < 0.75: auto-rejected
Storage: memory (default), SQLite (persistent), Postgres (production)
10 New MCP Tools for Claude Desktop / Cursor / Windsurf
Demo: python examples/agent_demo.py
Install
pip install goldenmatch==1.2.0
pip install goldenmatch[agent] # for A2A server
Full Changelog
https://github.com/benzsevern/goldenmatch/blob/main/CHANGELOG.md
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]