Skip to content

Guard 2.2.116

Choose a tag to compare

@github-actions github-actions released this 20 Aug 13:47
ce81fb6

Guard 2.2.116 is a stable release cut from ce81fb6.
2 commits • 2 merged pull requests • 1 contributor since Guard 2.2.115.

Fixes

  • store: Bind SQLite recovery to failed database identity (#2510)
    • bind fatal SQLite recovery to the database identity that produced the error
    • revalidate the current database before quarantine so concurrent recovery cannot replace healthy state
    • cover stale fatal errors and replacement races with regression tests

Documentation

  • Add CITATION.cff for GitHub cite-this-repository (#2495)

Install

Install this release:

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

Full changelog: v2.2.115...v2.2.116

Thanks @kantorcodes!