Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 20:46
· 2 commits to master since this release
d3c29ae

Welcome! 🚀 A new release of the Space Daemon has landed, and it’s packing two new features under the hood that are part of the core file storage/sharing experience, together with a solid set of improvements. If you didn’t know, we’re using the Space Daemon ourselves to build a distributed and user-controlled storage platform, Space, and many of these updates are key in the road to the app's Beta release.

Release notes highlights✨:

You can now take the trash out 🗑️. The file and directory deletion feature has been added as a gRPC method!

We’ve also added the feature to remove a user from a shared file 🚫, in case the need for revoking access comes up.

As for improvements, we ended the conflict betweens the Space Daemon’s IPFS node, and pre-existing running ones, making it possible for them to get along and coexist 🤝.

To that, we also added the implementation of DHT querying for files, optimizing p2p file fetching ⚡. As well as an improvement that helps optimize the offline experience, by pointing the Daemon to a forked local Textile package, removing MongoDB.

Finally, Textile version was also updated and associated changes were made for compatibility🧵

See the full changelog below...

Changelog

20167d2 Add RemoveDirOrFile grpc method (#263)
b72af25 Chore: Integration Test & Fixtures Setup (#268)
617c6dc Chore: Remove Swagger UI (#262)
51f4c46 Feature: Remove users access from a shared file (#269)
83aae06 Fix: Fuse Installation and Testing [ch19827]
fb4a99b Fix: Re-mouting fuse failure and expose mountPath on FuseDriveResponse (#261)
b8edce8 Fix: upgrade textile packages and associated fixes (#264) (#265)
b7fe8c8 Hotfix/add shared by (#279)
a187b50 Hotfix/ipfsaddr vars (#275)
21f2772 Hotfix: add sharedby to received files (#277)
5b732c1 Hotfix: add type for recover, and some cleanups (#260)
f71e499 Hotfix: use string for main var and add to makefile (#274)
e1e0ce9 Merge branch 'master' into develop
f1c46f3 Merge pull request #259 from FleekHQ/fix/ch19827/finalizing-fuse
af51300 Pass IPFS port and repo path env vars to CI (#273)
d3c29ae Release v0.1.3
e3fd931 Remove mongo: point daemon to use fork of textile (#266)
3c663de Update setup-go version in github actions
213ffa0 ipfs: use dht
1021006 secure_bucket_client: do not send to a closed chan
32b357e services_fs: tmp files only in tmp dir (#270)
2f836d0 use a temporary directory for opening files