This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
Releases: zboxfs/zbox
Releases · zboxfs/zbox
v0.9.2
v0.9.1
v0.9.0
This is a binary incompatible minor release. In this release,
v0.8.8
This is a minor release. In this release,
- Added
Repo.copy_dir_all
method, #53 VersionReader
can retrieve version information now, #56Repo
can be destroyed usingRepo.destroy
method unconditionally, #57, #61- Fixed weak reference issue for
File
object so it cannot be read after repo is closed, #59 RepoInfo.uri
method now doesn't mask secretive information in URI, #62- Replaced TravisCI with GitHub Action
- Other minor changes and document improvement
v0.8.7
This is a minor release. In this release,
- Android binding is now released, check more details at https://github.com/zboxfs/zbox-android
- Added
force
option toRepoOpener
, #51 - Memory storage is now persistent during the process's lifetime, #50
- Empty location in URI is now invalid, #49
- LZ4 source code is now embedded in source tree
- Other minor changes and document improvement