Skip to content

gitnexus 1.3.1

[1.3.11] - 2026-03-08

Security

  • Fix FTS Cypher injection by escaping backslashes in search queries (#209) — @magyargergo

Added

  • Auto-reindex hook that runs gitnexus analyze after commits and merges, with automatic embeddings preservation (#205) — @L1nusB
  • 968 integration tests (up from ~840) covering unhappy paths across search, enrichment, CLI, pipeline, worker pool, and KuzuDB (#209) — @magyargergo
  • Coverage auto-ratcheting so thresholds bump automatically on CI (#209) — @magyargergo
  • Rich CI PR report with coverage bars, test counts, and threshold tracking (#209) — @magyargergo
  • Modular CI workflow architecture with separate unit-test, integration-test, and orchestrator jobs (#209) — @magyargergo

Fixed

  • KuzuDB native addon crashes on Linux/macOS by running integration tests in isolated vitest processes with --pool=forks (#209) — @magyargergo
  • Worker pool MODULE_NOT_FOUND crash when script path is invalid (#209) — @magyargergo

Changed

  • Added macOS to the cross-platform CI test matrix (#208) — @magyargergo