Skip to content

Guard 3.0.50

Choose a tag to compare

@github-actions github-actions released this 02 Sep 23:42
181f939

Guard 3.0.50 is a stable release cut from 181f939.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.49.

Fixes

  • runtime: Contain native and recovery processes (#2691)
    • serialize native resident startup across evaluator processes and preserve exact Unix socket ownership during cleanup
    • cap initial hook-worker warmup at two processes while retaining adaptive scale-up under sustained demand
    • coalesce source and frozen hook recovery into one detached worker and make service cleanup conditional on serve-loop readiness

Install

Install this release:

uv tool install "hol-guard[cisco]==3.0.50"

Full changelog: v3.0.49...v3.0.50

Thanks @kantorcodes!