Skip to content

v0.55.0

Latest
Compare
Choose a tag to compare
@wcchang1115 wcchang1115 released this 26 Feb 08:30
· 1 commit to main since this release

What's new in Recce v0.55.0

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

🧭 Navigation Memory Enhancement

We've enhanced the experience when moving between Checklist and Lineage tabs. We now remember your last selected check item when returning to the Checklist tab. When triggering actions from check results (such as "Show mismatched values..."), the related node is automatically selected for better context switching.

🔍 Lineage Diff Preset Check Support

We've extended preset lineage check support to the Recce Run command, making it available for CI environments.

✨ Visibility and Stability Improvements

Several interface enhancements have been implemented, including clearer iconography, and selective auto-focus behavior for certain run types. We've also improved SQL query error handling when running recce checks.

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

All changes

What's Changed

  • [Feature] DRC-998 Improve the ux when user back and forth checklist tab by @kentwelcome in #616
  • [Feature] Build the column-level lineage data models by @popcornylu in #605
  • [Fix] DRC-1090 Preset lineage check should be supported by Run command by @kentwelcome in #618
  • [Fix] DRC-1092 Skip auto-focus logic when some specific run types by @kentwelcome in #620
  • [UI] DRC-1004 add ChevronDownIcon for all the menu buttons by @kentwelcome in #619
  • [Feature] Refine transformation type for cll by @wcchang1115 in #621
  • [Feature] Refine the column level lineage logic by @wcchang1115 in #622
  • [Fix] DRC-1093 Catch the exception during SQL run by @kentwelcome in #623
  • [Fix] DRC-1106 auto-de/select node logic should only effect when mode… by @kentwelcome in #624

Full Changelog: v0.54.0...v0.55.0