SafeBox 1.1.3
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 causeAEADBadTagException
or commit deadlocks. SafeBox now enforces strict write sequencing. (#60)