Releases: hashicorp/raft-boltdb
Releases · hashicorp/raft-boltdb
2.3.0
Upgrade go-msgpack to v2 2.1.1 #38
v2.2.2
Add a metric for the theoretical write capacity of boltdb.
v2.2.1
- Add a new metric for a theoretical write capacity based on commit times and the number of logs in a batch.
v2.2.0
• Add metrics around log sizes and batching
• Add method to periodically emit metrics regarding all the boltdb Stats.
MigrateToV2 added
Merge pull request #23 from hashicorp/transition
Add helper to go from BoltDB -> Bbolt
boltdb migration to bbolt
Added /v2/
folder which holds the migrated code that utilizes etcd/bbolt