v0.5.4
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.