You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# UNRELEASED
2
2
3
+
# 1.4.0 (March 17th, 2023)
4
+
5
+
FEATURES
6
+
* 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.
7
+
8
+
BUG FIXES
9
+
* Restoring a snapshot with the raft-wal log store caused a panic due to index gap that is created during snapshot restores.
0 commit comments