v0.3.3
v0.3.3 — 2026-06-14
Code-quality and dependency maintenance release. No behavior, API, output, or schema changes; fully backward-compatible (same inputs produce identical results).
- Cyclomatic-complexity reduction — 21 test functions decomposed via helper extraction;
GetDriftFindingsrefactored from 12 repeated blocks into a finder-table loop. Gocyclo file-ratio improved from 91.3% to 98.63%. Modernization sweep: range-over-int,min/maxbuiltins,strings.FieldsSeq,b.Loop(), andmaps.Copyreplacing hand-rolled equivalents. - Dependency bump —
github.com/Detective-XH/gopdfupdated from v0.7.9 to v0.8.0 (additive and fix-only; no breaking API changes).
Verified with full -race tests, security-audit (0 failures), ax-audit Layer-1 (14/14 assertions), and govulncheck (clean).