Add the changelog entry for bbolt modifications

This commit is contained in:
Matt Keeler 2021-12-02 16:59:13 -05:00
parent 68e629a476
commit 607b0e9527
1 changed files with 11 additions and 0 deletions

11
.changelog/11720.txt Normal file
View File

@ -0,0 +1,11 @@
```release-note:improvement
raft: Use bbolt instead of the legacy boltdb implementation
```
```release-note:improvement
raft: Emit boltdb related performance metrics
```
```release-note:improvement
raft: Added a configuration to disable boltdb freelist syncing
```