Skip to content

v1.4.0: Merge pull request #550 from hashicorp/jm/1.4.0

Compare
Choose a tag to compare
@jmurret jmurret released this 17 Mar 20:28
· 29 commits to main since this release
a3acea6

What's Changed

  • Support log stores with a montonically increasing index. Implementing a log store with the MonotonicLogStore interface where IsMonotonic() returns true will allow Raft to clear all previous logs on user restores of Raft snapshots by @mpalmi, @banks, and @jmurret in #545

Full Changelog: v1.3.11...v1.4.0