Skip to content

Commit

Permalink
Merge pull request #550 from hashicorp/jm/1.4.0
Browse files Browse the repository at this point in the history
Adding changelog for 1.4.0
  • Loading branch information
jmurret committed Mar 17, 2023
2 parents d3128ae + f015f18 commit a3acea6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# UNRELEASED

# 1.4.0 (March 17th, 2023)

FEATURES
* 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.

BUG FIXES
* Restoring a snapshot with the raft-wal log store caused a panic due to index gap that is created during snapshot restores.

# 1.3.0 (April 22nd, 2021)

IMPROVEMENTS
Expand Down

0 comments on commit a3acea6

Please sign in to comment.