Skip to content

Guard 3.0.98

Choose a tag to compare

@github-actions github-actions released this 05 Sep 20:57
cf617e7

Guard 3.0.98 is a stable release cut from cf617e7.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.97.

Fixes

  • ci: Stabilize installed RSS baseline (#2795)
    • Isolate the c16 latency proof in a dedicated, prestarted 16-thread client executor so c64 benchmark infrastructure cannot distort its 1,000 ms production budget.
    • Fully start the bounded c64 load-generator pool before the RSS baseline and reuse it through c64 stress, so benchmark-side thread allocation is not counted as resident runtime growth.
    • Preserve the existing 1,000 ms c16 ceiling and 12% resident RSS growth ceiling.

Install

Install this release:

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

Full changelog: v3.0.97...v3.0.98

Thanks @kantorcodes!