Skip to content

v0.3.0

Compare
Choose a tag to compare
@banks banks released this 17 Mar 21:29
· 11 commits to main since this release
cb648c6

Add a fix to work with the Raft library even though we require monotonically increasing indexes but the Raft library previously relied on "gaps" being left on snapshot restore.

Also fix how we handle the first log not being index 1 since it worked at WAL level but was not properly supported by the segment package.

See #24