Skip to content

Honu v0.2.6

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 21:59
· 15 commits to main since this release
cc53387

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

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.