Skip to content

Guard 3.0.81

Choose a tag to compare

@github-actions github-actions released this 05 Sep 01:48
7c4ebeb

Guard 3.0.81 is a stable release cut from 7c4ebeb.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.80.

Fixes

  • tests: Stabilize load-sensitive hook and scheduler tests (#2780)
    • Poll for the daemon unauthorized audit event instead of racing the sqlite write under shard load, and raise the hook client timeout to the retry budget used by the network helpers
    • Scale the pi hook review transport deadline and its latency bound under coverage tracing so tracer overhead cannot push the review into the deliberate fail-open path
    • Scale the packaged correctness workload admission deadline and p95/p99 SLA budgets under tracing so the workload verdicts (deny/allow/fairness) stay the assertion target

Install

Install this release:

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

Full changelog: v3.0.80...v3.0.81

Thanks @kantorcodes!