v0.24.0
What's new in Recce v0.24.0
We're excited to announce the latest version of our software, bringing you enhanced features and improvements.
Here's what's new:
🎉 Preset Check with Node Selector
We've integrated dbt selector functionality into our preset checks, offering a more sophisticated way to apply checks to your nodes.
This feature currently supports row count difference and schema difference checks.
see document
🔭 Enhanced Web UI with Adjustable Panels:
This update allows you to resize and adjust panel layouts, giving you more control over your workspace and helping you focus on the information that matters most to you.
🔐 Enhanced Privacy with Encrypted Recce State Files:
We've significantly boosted security by implementing encryption for Recce state in the cloud. These files are now encrypted and decrypted using a key known only to you. Please note the importance of safeguarding this key, as we cannot recover it if lost.
see document
🐛 Bug Fixes and Stability Improvements
Several issues have been addressed throughout the application.
We'll continue to optimize performance, fix bugs, and improve user experience in future updates.
All changes
What's Changed
- [Feature] Support more select operations by @popcornylu in #357
- [Feature] Add the select api endpoint by @popcornylu in #359
- [Feature] use splitter in the UI by @popcornylu in #363
- [Feature] Add splitter by @popcornylu in #362
- [Feature] Support node selector in row count checks by @wcchang1115 in #360
- [Feature] Implement password protect cloud state file by @kentwelcome in #358
- [Feature] Support node selector in schema check by @popcornylu in #365
- [Feature] Provide the default preset checks by @wcchang1115 in #366
- [Chore] Update the recce server meta.description by @popcornylu in #361
- [Chore] Set the size of the index column of the schema view by @popcornylu in #364
- [Chore] Update the CLI command description by @popcornylu in #369
- [Chore] Change check status wording by @wcchang1115 in #370
- [Bug] Show no match when row count diff selection no match by @wcchang1115 in #367
- [Bug] DRC-535 Add dbt related options in
summary
command by @kentwelcome in #373
Full Changelog: v0.23.0...v0.24.0