Skip to content

v0.5.4

Choose a tag to compare

@ectonecton released this 29 May 21:25
· 26 commits to main since this release
ef07b06

Fixed

  • log::State::current_transaction_id() now behaves as documented. Previously,
    it was returning the last transaction ID that the log file had allocated, but
    the transaction ID returned may not have been committed. Now the ID returned
    is guaranteed to be the last ID written to the log.