Releases: fairDataSociety/fairOS-dfs
Releases · fairDataSociety/fairOS-dfs
v0.9.1
Changelog
What's Changed
Breaking changes
- Account Management Changed. We Have Portable Accounts. You will no longer be able to use old accounts. We have REST apis with
v2
for user registration and login - Pods now gets stored in JSON format
- We encrypt everything (Metadata) before uploading to swarm
- All JSON tags converted to
camelCase
- http code removed from api response body
- import/export apis were removed
- vendored dependencies were removed
New features
- Swagger support. Run the server with "--swag" flag to run swagger.
- Using goreleaser to build and release
- dfs-cli command and suggestions improved
- file/directory rename apis added
overwrite
flag added in fileupload
api- bee
gateway-proxy
support - we
pin
content by-default - concurrent matadata fetching introduced with taskmanager
- file truncate/writeAt support
pod/open-async
api added for opening pod and syncing content concurrently
Full Changelog: v0.7.3...v0.9.1