• v0.8.1 6018d82f5b

    zelnet v0.8.1 Stable

    gitea_admin released this 2026-06-29 16:19:02 +00:00 | 81 commits to main since this release

    Changed

    • Internal: the host-server connect helpers (signOn/fileConnect/dbConnect) are now
      non-optional — they exit non-zero on failure instead of returning null, removing 17 unreachable
      orelse return branches left by the v0.8.0 consolidation (they implied a misleading
      silent-success-on-null path).

    Tests

    • Regression guard for the CI compile gate: runCommand returns false on a non-zero CL RC (a
      failed CRTBNDRPG/etc.) and true on RC 0 — the behaviour zelnet cmd "…" || fail relies on,
      previously unexercised.
    • isVerb coverage: the seven host verbs route to the host dispatcher; term / bare-host / --flags
      fall through to the terminal — the v0.8.0 router's foundation now has tests.
    Downloads