What's Changed
✨ New Features
- Parquet file support (.parquet, .pq) via PyArrow
- Per-detection confidence scoring with color-coded terminal display
--fail-on-detectflag for GitHub Actions / pre-commit CI/CD gates- Recursive directory scanning (
pii-radar scan data/) - JSON output mode (
--output json) for scripting and automation
🐛 Bug Fixes
- Fixed false positives for version strings in IP detection (#1)
- Fixed UTF-16 / latin-1 encoding errors on Windows CSV files
📦 Install
pip install pii-radar==0.2.0
Full Changelog: v0.1.0...v0.2.0