v0.47.0
What's new in Recce v0.47.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 - Preview Change
This beta feature allows you to edit your model code directly within Recce and instantly visualize the impact of your changes via diff comparison. This powerful feature enables a better understanding of how code modifications affect your data, making development more efficient. Tell us more about your thoughts.
🔔 Improved State Management Alerts
When you've added checks without an associated state file, Recce will now notify you before closing by triggering a browser-generated confirmation dialog. It ensures you are aware of unsaved checks and prevents accidental data loss.
🔄 Python Version Update
We've updated our Python version requirements by removing support for Python 3.8. This change helps maintain the security of our codebase and ensures we leverage newer Python features.
We'll continue to optimize performance, fix bugs, and improve user experience in future updates.
All changes
What's Changed
- [Unittest] Add test_summary to test summary.py by @kentwelcome in #547
- [Feature] Add close prompt if it is in stateless mode by @popcornylu in #549
- [Bug] Text in checklist description is not easy to read by @popcornylu in #551
- [Chore] Add smoke test for cloud mode by @wcchang1115 in #545
- [Feature] Support diff query running on current environment by @wcchang1115 in #552
- [Feature] DRC-971 Implement preview change experiment page by @kentwelcome in #550
- Feature/drc 972 show feedback pop up dialog or modal by @kentwelcome in #554
- [Fix] DRC-978 Reset the current code when Modal is opened by @kentwelcome in #555
- [Feature] Add telemetry for preview change by @wcchang1115 in #553
- [Fix] DRC-977 Change the order of historgram dataset by @kentwelcome in #556
- Replace ZoneInfo with datetime.timezone by @even-wei in #558
- Remove Python 3.8 support by @even-wei in #559
Full Changelog: v0.46.0...v0.47.0