Releases: FleekHQ/space-sdk
Releases · FleekHQ/space-sdk
v0.0.20
CHANGELOG
v0.0.20
This release contains a workaround so that mailbox's are initialized during usage as well.
v0.0.19
CHANGELOG
v0.0.19
This release contains sharing new methods on the UserStorage
class.
Features
- Implementation of
UserStorage.getNotifications
. This returns a list of notifications
for a user. Currently, invitations to access a file can be gotten from the mailbox.
Fixes
UserStorage.getFilesRecentlySharedWith()
was renamed toUserStorage.getRecentlySharedWith()
.- Stub implementations of
User.Storage.getRecentlySharedWith()
andUserStorage.getFilesSharedByMe()
have been
replaced with their actual implementation.
v0.0.18
CHANGELOG
v0.0.18
This is a partial release for the purposes of integration testing.
ShareFilesViaPublicKeys
acceptFileInvitation
getFilesSharedWithMe
v0.0.17
CHANGELOG
v0.0.17
This is a pseudo release version and should be ignored for now.
This adds mock implementations of these methods to the UserStorage class:
- getFilesSharedWithMe
- getFilesSharedByMe
- getFilesRecentlySharedWith
v0.0.16
CHANGELOG
v0.0.16
This release contains a bug fix:
addMembersToPathItems
was not checking for empty input array so it was throwing for empty input
v0.0.15
CHANGELOG
v0.0.15
This release contains a bug fix and is not backwards compatible due to upgrades to the metadata schema.
- The members field is actually populated now in
DirectoryEntry
items and also includes therole
field
v0.0.14
CHANGELOG
v0.0.14
This release contains a new Feature.
- Toggle settings a File Public. https://fleekhq.github.io/space-sdk/docs/sdk.userstorage.setfilepublicaccess
v0.0.13
CHANGELOG
v0.0.13
This release contains a fix for gundb.
- Fixes issue with gundb connecting to non tls websocket.
v0.0.12
CHANGELOG
v0.0.12
This release contains a fix with breaking changes.
New Features
- Set a default gundb relay peer for the underlying gundb metadastore.
New Fixes
- More fixes to ensure users file and bucket information are fully loaded before results are returned.
- Fixes to an issue with open files underlying buffer being corrupted.
v0.0.11
CHANGELOG
v0.0.11
This release contains a fix with breaking changes.
New Features
- Added a
debugMode
toUserStorage
class.new UserStorage(user, { debugMode: true });
.
This will activate logging of internal operations for further debugging by the user.
New Fixes
- Fixes to ensure users file and bucket information are fully loaded before results are returned.