Skip to content

Commit a3acea6

Browse files
authored
Merge pull request #550 from hashicorp/jm/1.4.0
Adding changelog for 1.4.0
2 parents d3128ae + f015f18 commit a3acea6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# UNRELEASED
22

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.
10+
311
# 1.3.0 (April 22nd, 2021)
412

513
IMPROVEMENTS

0 commit comments

Comments
 (0)