Skip to content

Releases: FleekHQ/space-daemon

v0.1.3

11 Dec 20:46
d3c29ae
Compare
Choose a tag to compare

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

v0.1.6-dev

03 Dec 20:46
1021006
Compare
Choose a tag to compare

Changelog

51f4c46 Feature: Remove users access from a shared file (#269)
1021006 secure_bucket_client: do not send to a closed chan

v0.1.5-dev

03 Dec 02:46
a187b50
Compare
Choose a tag to compare

Changelog

a187b50 Hotfix/ipfsaddr vars (#275)
f71e499 Hotfix: use string for main var and add to makefile (#274)

v0.1.4-dev

02 Dec 20:44
af51300
Compare
Choose a tag to compare

Changelog

af51300 Pass IPFS port and repo path env vars to CI (#273)
213ffa0 ipfs: use dht
32b357e services_fs: tmp files only in tmp dir (#270)

v0.1.3-dev

30 Nov 14:38
2f836d0
Compare
Choose a tag to compare

Changelog

20167d2 Add RemoveDirOrFile grpc method (#263)
617c6dc Chore: Remove Swagger UI (#262)
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)
5b732c1 Hotfix: add type for recover, and some cleanups (#260)
f1c46f3 Merge pull request #259 from FleekHQ/fix/ch19827/finalizing-fuse
e3fd931 Remove mongo: point daemon to use fork of textile (#266)
2f836d0 use a temporary directory for opening files

v0.1.2

24 Nov 19:25
Compare
Choose a tag to compare

Changelog

49f4c3c Fix: upgrade textile packages and associated fixes (#264)
4e3cac0 Update setup-go version in github actions

v0.1.1-dev

19 Nov 20:45
Compare
Choose a tag to compare

Changelog

7372f20 Fix github actions set-env deprecation
9fc3b12 Fix: Ignore .DS_Store and other meta files (#256)
6a50906 SentFile: default to personal
3c663de Update setup-go version in github actions

v0.1.1

16 Nov 18:58
36be0a7
Compare
Choose a tag to compare

Changelog

7372f20 Fix github actions set-env deprecation
bddaa05 Fix search db reinstantiation and mirror bucket creation failure (#253)
9fc3b12 Fix: Ignore .DS_Store and other meta files (#256)
1e2b9c6 Merge branch 'master' of https://github.com/FleekHQ/space-poc into develop
36be0a7 Merge pull request #258 from FleekHQ/develop
ac7c728 Security: App tokens (#246)
6a50906 SentFile: default to personal
0508515 SentFile: use db.OrderByID()

v0.1.0

16 Nov 13:31
d4a1cce
Compare
Choose a tag to compare

Changelog

d4a1cce Prod release (#255)

0.1.0-dev

14 Nov 18:56
ac7c728
Compare
Choose a tag to compare

Changelog

ac7c728 Security: App tokens (#246)