May 12, 2026
v0.6.0added
Custom pattern API
POST /patterns lets you register regex-based detectors scoped to a business unit. Includes a /patterns/test endpoint for dry-runs.
Every shipped change to the PII Detection & Redaction API.
POST /patterns lets you register regex-based detectors scoped to a business unit. Includes a /patterns/test endpoint for dry-runs.
File processing now streams one extracted_page line per page followed by a single redacted line. Cuts time-to-first-byte by ~70% for multi-page PDFs.
Add a deterministic SHA-256 operator that preserves referential integrity across redacted documents.
Reject empty payloads and unsupported language codes with structured 422 responses.