Skip to content

Version 0.2.4

Compare
Choose a tag to compare
@dimitribouniol dimitribouniol released this 14 Apr 10:21
· 27 commits to main since this release

Overview

This update fixes a race between read-only transactions and read-write transactions that could corrupt the current state of the datastore, losing saved data in the process. This was usually caught via assertions, but now reads and writes should be safer to perform side by side in complex transactions.

What's Changed

Full Changelog: 0.2.3...0.2.4