Releases: fairDataSociety/fairOS-dfs
Releases · fairDataSociety/fairOS-dfs
v0.8.2-rc2
v0.8.2-rc1
v0.8.1
v0.8.0
- minimum go version increased to 1.17 for project and gh-action
- support for bee-gateway-proxy
- kv_export
- delete reference bag fixed of fairOS side. (commented out as bee unpin seems to have some issue ethersphere/bee#2713)
- remove vendor directory
- update dependancies (go-ethereum, bee)
- use ens registry for storing username-address mapping
- introduce secondary location for storing encrypted mnemonic
- v2 apis for authentication
- v2/user/login
- v2/user/signup
- v2/user/present
- v2/user/delete
- v2/user/migrate
v0.7.3
New features
- Config !! dfs server configuration can now be saved in a file. Run
dfs config
Reference dfs server
command has breaking changes related to flags--beeHost
and--beePort
got deprecated.--beeApi
and--beeDebugApi
were introduced. These expects full api endpoint.--httpPort
and--pprofPort
now needs ":" prefixed.--config
location of config file
/kv/entry/get-data
api added. User can query for data informat
they wish for. e.g.,/kv/entry/get-data?pod_name=p&table_name=t&key=k&format=string
. format supports two types "string" and "byte-string"pod/present
andkv/present
apis added
Bugfixes
- dfs-cli suggestions fixed
v0.7.2
v0.7.1
v0.7.0
Breaking changes
- Pod delete request now requires
password
. - kv_count now returns count in json format along with the table name.
- doc_ls now accepts query params only. Even though doc list is a get request, we used to accept params in request body. we have changed that to accept params.
- We have made
postageBlockId
flag compulsory to run dfs server. - New document request now accepts optional param
mutable
as boolean instead of string.
New features
- #114 We have added
GET
endpoint for download. We have to store thecookie
that we get after a successful login. If we have a valid cookie stored in the browser, we can utilise thesrc
attribute properly for<image>
,<video>
and<audio>
tags. - Uploading file with same name will backup old copy with timestamp
Bugfixes
- dfs-cli now accepts spaced inputs
- ton of issues related to file delete, folder delete, pod delete, wrong status code and responses
v0.6.2
What's Changed
- Implemented Swarm postage stamps support
- Resolved issues with cookies and localhost dApps. by @Xerosigma in #63
New Contributors
- @Xerosigma made their first contribution in #63
Full refactor release
This release has
- Refactor of filesystem
- New API