Skip to content

Releases: hashicorp/raft-boltdb

2.3.0

15 Nov 18:01
027066e
Compare
Choose a tag to compare

Upgrade go-msgpack to v2 2.1.1 #38

v2.2.2

29 Mar 19:51
15018e9
Compare
Choose a tag to compare

Add a metric for the theoretical write capacity of boltdb.

v2.2.1

25 Jan 20:01
7d34b9f
Compare
Choose a tag to compare
  • Add a new metric for a theoretical write capacity based on commit times and the number of logs in a batch.

v2.2.0

02 Dec 20:01
7d34b9f
Compare
Choose a tag to compare

• Add metrics around log sizes and batching
• Add method to periodically emit metrics regarding all the boltdb Stats.

MigrateToV2 added

22 Apr 16:55
485fa74
Compare
Choose a tag to compare
Merge pull request #23 from hashicorp/transition

Add helper to go from BoltDB -> Bbolt

boltdb migration to bbolt

12 Apr 16:09
03c10cc
Compare
Choose a tag to compare

Added /v2/ folder which holds the migrated code that utilizes etcd/bbolt