Releases: FleekHQ/space-sdk
Releases · FleekHQ/space-sdk
v0.0.30
v0.0.29
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
CHANGELOG
v0.0.28
Fixes
- Fetch Members of ShareFiles now.
v0.0.27
CHANGELOG
v0.0.27
Fixes
- Add
dbId
toMakeFilePublicRequest
and update the logic to allow making shared files public.
v0.0.26
CHANGELOG
v0.0.26
Fixes
- Resharing of already shared files via public key.
v0.0.25
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
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
CHANGELOG
v0.0.23
Releases a new feature:
Features
- Implements
setNotificationsLastSeenAt
so that it gets returned withgetNotifications
and can be used to diff new messages.
v0.0.22
CHANGELOG
v0.0.22
Releases a bug fix:
Fixes
- Fixes
shareViaPublicKey
so that empty public keys do not cause a throw
v0.0.21
CHANGELOG
v0.0.21
Release some new features and fixes around storage
Features
- Exposes a
UserStorage.handleFileInvitation()
method and remove the previousUserStorage.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.