Releases: lni/dragonboat
Releases · lni/dragonboat
v2.1.4
- Use RocksDB's regular delete for compacting raft logs. The range delete feature in RocksDB is still buggy.
- github.com/lni/dragonboat no longer imports the internal/cpp package by default.
v2.1.3
- Fixed RecoverFromSnapshot to invoke RestoreRemotes before updating the last applied value.
v2.1.2
Fixed the leveldb based LogDB to correctly clear its write batch.
v2.1.1
- Fixed NodeHost to make sure it is fully initialized when Master server is used.
v2.1.0
- Added LevelDB based Raft log storage support.
- Minor fixes.
v2.0.1
- Minor fixes for documents and comments.
- Updated attribution info for 3rd party code.