Skip to content

Releases: fairDataSociety/fairOS-dfs

v0.8.2-rc2

25 Jul 14:21
Compare
Choose a tag to compare
v0.8.2-rc2 Pre-release
Pre-release

Changelog

v0.8.2-rc1

18 May 07:05
Compare
Choose a tag to compare
v0.8.2-rc1 Pre-release
Pre-release

Changelog

v0.8.1

09 May 10:59
ea0554e
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
fix: #195 (#207)

* fix: #195

* fix: remove ens provider private key

* fix: increase defaultRetrieveTimeout

v0.8.0

03 May 12:01
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
  • 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

26 Jan 04:02
ab15d5a
Compare
Choose a tag to compare

New features

  • Config !! dfs server configuration can now be saved in a file. Run dfs configReference
  • 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 in format 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 and kv/present apis added

Bugfixes

  • dfs-cli suggestions fixed

v0.7.2

20 Dec 11:40
Compare
Choose a tag to compare
defer response body close

v0.7.1

20 Dec 04:49
bf77458
Compare
Choose a tag to compare

New features

  • Websocket !! clients can now connect with websocket. Example
  • dfs-cli can now connect with remote dfs servers with --fdfsServer flag

Bugfixes

  • dfs-cli pod delete

v0.7.0

13 Dec 10:32
5d46a2a
Compare
Choose a tag to compare

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 the cookie that we get after a successful login. If we have a valid cookie stored in the browser, we can utilise the src 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

07 Oct 10:52
Compare
Choose a tag to compare

What's Changed

  • Implemented Swarm postage stamps support
  • Resolved issues with cookies and localhost dApps. by @Xerosigma in #63

New Contributors

Full refactor release

12 May 12:18
Compare
Choose a tag to compare
Full refactor release Pre-release
Pre-release

This release has

  • Refactor of filesystem
  • New API