Skip to content

v2.2.0

Choose a tag to compare

@jfgonsalves jfgonsalves released this 27 Jul 03:33
0894411

2.2.0 (2026-07-27)

Features

  • audit: add audit log repository and middleware (e2f7b01)
  • audit: add read/export endpoints and tests (6722145)
  • db: add audit_log table and retention config (v7 migration) (d776f8e)
  • db: enable WAL mode and back up -wal/-shm sidecars (4d25f0e)
  • security: add parent-PID watchdog so server self-terminates if Tauri dies (07b7e4a)

Bug Fixes

  • deps: regenerate server/uv.lock, add pip-audit, set 3-day uv cooldown (4c56daf)
  • rag: prevent path traversal in PDF upload via filename (5402e22)

Performance Improvements

  • api: run blocking DB handlers in threadpool; offload mixed-handler DB calls (6fb8191)