Version 0.9.1
Pre-release
Pre-release
Added
- Added property-based tests for journal and key/value store implementations using
rapid
. These new tests uncovered the bugs described below.
Fixed
- Fixed issue with
memoryjournal
Range()
implementation that would pass the wrong position to theRangeFunc
after the journal was truncated. - Fixed issue with
dynamojournal
Bounds()
implementation that could potentially report the wrong lower bound after truncating (as of 0.9.0).
Changed
dynamojournal
now cleans up (hard-deletes) records that have been marked as truncated when scanning for lower bounds.