Skip to content

v0.3.0

Compare
Choose a tag to compare
@ecton ecton released this 11 Oct 17:02
· 10 commits to main since this release
eb9d639

Added

  • WriteAheadLog::checkpoint_active() is a new function that checkpoints the
    currently stored data, regardless of whether the configured thresholds are
    met. This function returns after the active file has been rotated and the
    checkpointing thread has been notified of the file to checkpoint. Thanks to
    @blakesmith for implementing this in #11