Skip to content

v0.21.0

Latest

Choose a tag to compare

@berntpopp berntpopp released this 30 Apr 15:12
c014d64

Summary

  • Adds browser-only PII guard coverage for titled and untitled person names across supported locales before Query and Full Text submissions.
  • Keeps high-confidence identifiers redacted locally before submission and avoids logging raw submitted text.
  • Uses Unicode-aware titled-name boundaries and review-confidence person-name findings as a safety aid, not guaranteed de-identification/anonymisation.

Version bumps

  • CLI/library: 0.21.0
  • API: 0.12.0
  • Frontend: 0.11.0

Verification

  • PR #252 checks passed: Frontend CI, Python 3.11/3.12/3.13, CodeQL, Bandit, dependency scans, and CI Summary.
  • Local checks run: make frontend-i18n-check, make frontend-test-ci, make frontend-build-ci, make check, make typecheck-fast, make test.