Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Releases: zboxfs/zbox

v0.2.1

20 Jan 23:48
Compare
Choose a tag to compare

This is a bug fixing release, fixed several issues in document.

v0.2.0

20 Jan 22:35
Compare
Choose a tag to compare

Note: This release is NOT repo binary compatible with v0.1.4.

In this release:

  • Change content split to be on chunk boundary
  • Segment can shrink now, this can dramatically reduce disk space waste
  • Add merkle tree as content hashing algorithm, improve 60% file storage write performance
  • Add performance test tool

v0.1.4

20 Dec 07:10
Compare
Choose a tag to compare
  • Add Windows support
  • Improve and add data persistence for fuzz tools
  • Fix several critical bugs in fnode and file storage
  • Some other code improvements

Change project title line

07 Dec 10:53
Compare
Choose a tag to compare

This release is mainly for changing misleading term zero-knowledge. There also some other fixes and improvements.

  • Fix issue in the sample code in README
  • Add create_new() function to RepoOpener.

Initial release of Zbox

05 Dec 23:49
Compare
Choose a tag to compare

This is the initial release of Zbox.