Skip to content

SafeBox 1.1.3

Compare
Choose a tag to compare
@harrytmthy harrytmthy released this 24 Aug 18:08
· 43 commits to main since this release

This patch release improves SafeBox stability by preventing overlapping disk writes between .apply() and .commit().


What's Fixed

  • Serialized writes for .apply() and .commit()
    Rapid sequences could interleave and cause AEADBadTagException or commit deadlocks. SafeBox now enforces strict write sequencing. (#60)