Skip to content

v0.2.1

Compare
Choose a tag to compare
@ecton ecton released this 27 Jan 19:04
· 80 commits to main since this release
687831f

Fixed

  • Removing a key in a versioned tree would cause subsequent scan() operations
    to fail if the key evaluator requested reading data from key that has no
    current data. A safeguard has been put in place to ensure that even if
    KeyEvaluation::ReadData is returned on an index that contains no position it
    will skip the operation rather than attempting to read data from the start of
    the file.

    Updating the crate should restore access to any "broken" files.