Honu v0.2.6
This release improves the functionality of Honu specifically for anti-entropy replication. It describes the Gossip
RPC as a bidirectional stream, adds an Update
method to modify the database without interacting with the versioner and allows for better comparisons with version "zero". This update also allows engine specific options such as leveldb open options to be passed to Honu and changes how Honu is configured completely using a WithConfig()
syntax similar to the WithOption
syntax for accesses. This change means that there is no required configuration for Honu and a default configuration can be used to open a Honu database.
Changelog
- cc53387 Allow Engine-Specific Options in Open (#16)
- ce31ee3 Changes for Successful for Anti-Entropy Replication (#15)
- 7ab6fd1 Pickle tests (#13)
About
Honu is (currently) an experimental project that adds global versioning and
replication semantics to an embedded database such as leveldb. If you're interested
in this project, please see https://geodistributed.systems for more.