Releases: fairDataSociety/fairOS-dfs
Releases · fairDataSociety/fairOS-dfs
Bug fix release
- Fixed proper setting of address when opening a pod
- Fixed having invalid index while opening pod
Bee Compatibility Release (for Bee v0.5.0)
This release implements the API breaking change that the bee introduced in 0.5.0 release of bee.
Also this has some edge case index iteration fixes
This version will work only with bee v0.5.0 or higher
Bug Fix Release (for Beta)
- This release fixes some minor bugs
- Documentation based on OpenAPI is added
Beta Release
This release of FairOS-dfs concentrates on indexed data structures over swarm.
- Public Pods
- Swarm native Key Value store with APIs similar to
levelDB
- Swarm native Document DB similar
to mongoDB
- Immutable indexes (used to load large data in document DB)
- Separate the REPL as a new executable called
dfs-cli
Alpha Release
The release contains the basic functions of the FaorIS-dfs
- Create / Remove Users
- Create / Remove Pods (logical drives)
- Create / Remove Directories inside the pods
- Upload File from local file system to a directory in the dfs
- Download a file from dfs to local file system
- Share file amount different users of the dfs
- Add a new device to the user to login