Skip to content

v0.7.4

Choose a tag to compare

@sgasser sgasser released this 02 Jul 21:12
· 28 commits to main since this release
f288f95

Highlights

  • Fixes detector timeouts on long OpenWebUI-style chat histories by scanning PII spans sequentially instead of flooding the detector with concurrent /analyze requests.
  • Adds regression coverage to ensure detector span scans do not overlap.

Upgrade Notes

  • No configuration changes are required.
  • This release addresses the multi-span queue-timeout case reported in #134. A single very large message that individually exceeds the detector timeout may still require future chunking or timeout configuration.

Images

  • ghcr.io/sgasser/pasteguard:0.7.4
  • ghcr.io/sgasser/pasteguard:latest
  • Platforms: linux/amd64, linux/arm64