Skip to content

Honu v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 19:06
· 30 commits to main since this release
47b233d

This release adds functionality for different engines (leveldb vs pebble vs badger) and cleans up the object management.

Changelog

47b233d Object clone (#6)
dd97110 Refactor to Engines (#5)
20d04c8 Refactored versions.go to include tombstones when creating parents (#4)

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.