Skip to content

v0.50.0

Compare
Choose a tag to compare
@wcchang1115 wcchang1115 released this 16 Jan 03:24
· 53 commits to main since this release

What's new in Recce v0.50.0

We're excited to announce the latest version of our software, bringing you enhanced features and improvements.
Here's what's new:

🧪 Experimental Feature - Preset Check Recommendation

Recce now recommends running row count diff checks when preset checks are defined, helping users with basic impact assessment. We've refined visual indicators with new row count diff tags on Graph Nodes, making it easier to identify nodes requiring attention. Additionally, Recce also recommends re-running out-of-date row count diff preset checks whenever the dbt manifest is updated, ensuring your checks stay current with your latest model changes.

截圖 2025-01-16 上午10 55 57

We'll continue to optimize performance, fix bugs, and improve user experience in future updates.

All changes

What's Changed

  • [Chore] Improve primary key selection in query page by @even-wei in #572
  • [Feature] Disable static file cache when access recce homepage by @wcchang1115 in #573
  • [Bugfix] Fix data order of histogram diff result by @even-wei in #577
  • [Fix] DRC-1031 Under single env mode, detect manifest changed issue by @kentwelcome in #578
  • [Feature] Recommend to run row count diff preset check by @wcchang1115 in #579
  • [Feature] Rerun recommendation after rebuild by @wcchang1115 in #580
  • [Bump] Security patch of Next from 14.2.20 to 14.2.23 by @kentwelcome in #581
  • [Feature] Telemetry for preset check recommendation by @wcchang1115 in #583
  • [Chore] Replace Menu with IconButton in Value Diff Result View by @even-wei in #582

Full Changelog: v0.49.0...v0.50.0