Skip to content

Releases: FleekHQ/space-sdk

v0.0.30

11 Mar 16:13
73444f4
Compare
Choose a tag to compare

CHANGELOG

v0.0.30

This release contains the move functionality so that multiple files could be moved using the Space SDK

Features

  • Move command

v0.0.29

01 Mar 10:36
Compare
Choose a tag to compare

CHANGELOG

v0.0.29

This is release contains an internal breaking change to how files are being stored.

Fixes

  • Internal fixes to how files are being encrypted.

v0.0.28

27 Feb 20:49
Compare
Choose a tag to compare

CHANGELOG

v0.0.28

Fixes

  • Fetch Members of ShareFiles now.

v0.0.27

26 Feb 23:17
Compare
Choose a tag to compare

CHANGELOG

v0.0.27

Fixes

  • Add dbId to MakeFilePublicRequest and update the logic to allow making shared files public.

v0.0.26

26 Feb 21:22
Compare
Choose a tag to compare

CHANGELOG

v0.0.26

Fixes

  • Resharing of already shared files via public key.

v0.0.25

26 Feb 17:34
d73aaa7
Compare
Choose a tag to compare

CHANGELOG

v0.0.25

Fixes

  • Gives sharing permissions to sharees so they can also share or make public
  • Saves UUID for files so that they are consistent across owner and sharees

v0.0.24

26 Feb 12:08
Compare
Choose a tag to compare

CHANGELOG

v0.0.24

Features

  • Implements UserStorage.syncFromTempKey() use to sync storage notification for non existent users.

Fixes

  • Convert pub key for members of list directory to hex value instead of base32 encoded values.

v0.0.23

25 Feb 14:35
69c53fe
Compare
Choose a tag to compare

CHANGELOG

v0.0.23

Releases a new feature:

Features

  • Implements setNotificationsLastSeenAt so that it gets returned with getNotifications and can be used to diff new messages.

v0.0.22

24 Feb 05:22
84151cb
Compare
Choose a tag to compare

CHANGELOG

v0.0.22

Releases a bug fix:

Fixes

  • Fixes shareViaPublicKey so that empty public keys do not cause a throw

v0.0.21

22 Feb 12:46
Compare
Choose a tag to compare

CHANGELOG

v0.0.21

Release some new features and fixes around storage

Features

  • Exposes a UserStorage.handleFileInvitation() method and remove the previous UserStorage.acceptInvitation() method.
  • Implements UserStorage.notificationSubscribe() that returns an emitter to subscribe to live notification for the
    current user.
  • Adds a stub implementation of UserStorage.syncFromTempKey() to initialize the users storage notification from the
    temp key

Fixes

  • Fixes UserStorage.