v1.4.0: Merge pull request #550 from hashicorp/jm/1.4.0
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