Skip to content

Release Notes

Fabrizio Degni edited this page Jul 8, 2026 · 1 revision

Release Notes

v3.5.1 Audit Operations

Release 3.5.1 consolidates the 3.5 Confidence track into a more operational, auditable platform.

Highlights

  • Admin review logs and access logs.
  • Dataset QA issue actions: reviewed, ignored with reason and reopened.
  • Public evidence gates across public APIs and UI surfaces.
  • Source suspension workflow for uncertain or unavailable records.
  • Re-baseline protection for first verified source fetches.
  • Policy Signals Board.
  • Admin VPS Services monitoring.
  • Optional Playwright renderer package.
  • Optional VPS Operations Agent package.
  • Hostinger-safe DB initialization and inventory scripts.
  • Source remediation scripts.
  • Source-backed KPI extraction.
  • Public KPI matrix withholding for unassessed placeholders.
  • Scraper diagnostics per retrieval strategy.
  • Renderer SSRF and redirect validation.
  • Security and methodology documentation refresh.

Verification Status

Before public repo alignment, the project was verified with:

npm test
npm run build
npm audit --audit-level=moderate

The latest local verification passed with:

  • 87 tests passing;
  • successful Next.js production build;
  • zero moderate-or-higher npm audit findings.

Public-Repo Hygiene

The public main branch was aligned after publication attention by:

  • removing the debug environment endpoint introduced in ec2f699;
  • pushing the 3.5.1 operational code and documentation alignment;
  • generating a Hostinger package that excludes DB files, local env files, test folders and unsafe deployment artifacts.

Clone this wiki locally