Skip to content

Guard 3.0.127

Choose a tag to compare

@github-actions github-actions released this 07 Sep 21:58
b347070

Guard 3.0.127 is a stable release cut from b347070.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.126.

Fixes

  • guard: Reset overrides captured by lazily imported hook modules (#2842)
    • The scoped CLI facade override window snapshotted only compatibility commands_hook_* modules that were already loaded; a compatibility module imported for the first time inside the window bound the override values at…
    • Reset those captured bindings when the window exits, so overrides can no longer leak across independent CLI invocations
    • Add a regression test covering a compatibility module imported inside the override window

Install

Install this release:

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

Full changelog: v3.0.126...v3.0.127

Thanks @kantorcodes!