v1.0.0
🚀 Recce 1.0 with Recce Cloud beta
We’re excited to announce the launch of Recce 1.0 alongside the Recce Cloud beta to bring clarity, speed, and collaboration to the data validation workflow.
Recce 1.0 introduces Breaking Change Analysis and Column-Level Lineage, helping you detect real changes and avoid false downstream impact, so you can focus on what truly matters. With Recce Cloud beta, you can now share the full validation context, including lineage, queries, and checklists, with anyone, making stakeholder collaboration effortless.

Recce 1.0
- Breaking Change Analysis: Quickly detect breaking, partial, and non-breaking changes across SQL models using static analysis.
- Column-Level Lineage (CLL): Understand exactly which columns are impacted by your changes—no more guessing or reading deeply nested SQL.
- Top-K Diff: Compare metric-level changes (e.g. CLV) and quickly identify which customers, segments, or orders are most affected.
- Checklist for Review: Bundle queries, results, and findings in a shareable, reviewable checklist.
Recce Cloud (beta)
- No local setup required: Review PRs, run validations, and share investigations—all from the browser.
- Team Collaboration: Easily share lineage, queries, results, and checklists with stakeholders. No screenshots or spreadsheets needed.
- Versioned Validation: Compare pre- and post-PR metrics in one click, trace downstream impact, and verify correctness before merging.
👉 Learn more in our announcing blog post.
All changes
- [Bug] The changed columns should not show in the CLL mode by @popcornylu in #696
- [Fix] Failed to access api_token due to auth_options is None by @kentwelcome in #695
- [Feature] Refine UI language by @wcchang1115 in #694
- [Enhancement] Add changed columns even in breaking change models by @popcornylu in #697
- [Bug] Behavior wrong while open CLL in the breaking change nodes by @popcornylu in #698
- [Feature] Remove recce share restriction by @wcchang1115 in #699
- chore: Fix Unnecessary async/await usages by @gcko in #693
- [Bug] Fix unbounded variable error by @popcornylu in #701
- [Update] DRC-1240 Update all the link URLs to new docs site by @kentwelcome in #700
- [Chore] Add telemetry property for cll by @popcornylu in #704
- Chroe/Add share_state Amplitude events by @even-wei in #706
Full Changelog: v0.61.0...v1.0.0