v1.6.0
What's new in Recce v1.6.0
We're excited to announce the latest version of our software, bringing you enhanced features and improvements.
Here's what's new:
🔦 Enhanced Model Dependencies and Impact Visualization
We've fixed a bug where model-to-column dependencies didn't properly support in
and not in
operations in the subquery case, ensuring more accurate dependency mapping.
Additionally, we've enhanced the visual clarity of the impact radius in Column Level Lineage mode by only highlighting models that are actually within the impact scope, making it easier to understand the true scope of your changes.
We'll continue to optimize performance, fix bugs, and improve user experience in future updates.
All changes
What's Changed
- [Bug] the model to column does not support in and not in by @popcornylu in #753
- [Enhancement] Dont highlight the model if it is not in the impact radius by @popcornylu in #755
Full Changelog: v1.5.1...v1.6.0