Skip to content

v0.45.0

Compare
Choose a tag to compare
@wcchang1115 wcchang1115 released this 11 Dec 09:32
· 143 commits to main since this release

What's new in Recce v0.45.0

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

📦 Artifact Management with Cloud Commands

We're excited to introduce new cloud commands enabling uploading and downloading DBT artifacts to Recce Cloud. This powerful feature provides developers with a convenient way to reference base environments during local development.

✅ Check Approval for Minimal Changes

We've implemented an automatic approval mechanism for preset checks when no significant changes are detected. This enhancement streamlines the review process, reducing unnecessary manual interventions for minor, non-critical code modifications. We currently support schema diff and row count diff.

🛡️ Preset Check Validation

We've added preset check validation. This feature helps developers validate that their preset checks are constructed in the correct format.

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

All changes

What's Changed

  • [Draft] DRC-916 New cloud commands to upload/download dbt artifacts by @kentwelcome in #515
  • [Feature] DRC-935 Auto-approved the preset check if we know the result by @kentwelcome in #518
  • [Feature] DRC-916 Add debug option on command download-base-artifacts by @kentwelcome in #524
  • [Enhacnement] add check validator for each check and add unit tests by @popcornylu in #523
  • [Fix] DRC-935 Handle the edge case when add/remove models by @kentwelcome in #525
  • [Enhacnemtn] simplify right click menu by removing initial node selection by @popcornylu in #526
  • [Bug] Dont show the checkbox in lineage diff check by @popcornylu in #527
  • [Bug] Fix the pr_info issue for recce server --cloud by @popcornylu in #528
  • [Bug] Add extra process in get_columns for databricks by @wcchang1115 in #530
  • [Infra] Setup smoke test for dbt 1.7, 1.8 and 1.9 by @kentwelcome in #533
  • [Bug] DRC-951 dbt run defer could make the server cannot launch by @kentwelcome in #529

Full Changelog: v0.44.0...v0.45.0