Highlights
- Replaces Microsoft Presidio with an in-repo open-source detector service.
- Adds multilingual GLiNER NER plus deterministic regex/checksum detection for email, phone, IBAN, credit card, IP, and EU VAT IDs.
- Makes detection language-agnostic and removes per-language Docker images.
- Keeps proxy and detector together in one GHCR image.
- Detects secrets before PII in
/api/mask, avoiding partial masking of connection strings.
Upgrade Notes
- Rename
presidio_urltodetector_url. - The
languageslist is now only a hint; detection is language-agnostic. - Per-language
:enand:euimages are no longer published from this release onward.
Images
ghcr.io/sgasser/pasteguard:0.5.0ghcr.io/sgasser/pasteguard:latest- Platforms:
linux/amd64,linux/arm64