Skip to content

Releases: FleekHQ/space-sdk

v0.0.20

19 Feb 14:28
4af18a7
Compare
Choose a tag to compare

CHANGELOG

v0.0.20

This release contains a workaround so that mailbox's are initialized during usage as well.

v0.0.19

18 Feb 14:03
Compare
Choose a tag to compare

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 to UserStorage.getRecentlySharedWith().
  • Stub implementations of User.Storage.getRecentlySharedWith() and UserStorage.getFilesSharedByMe() have been
    replaced with their actual implementation.

v0.0.18

16 Feb 17:07
5d031e6
Compare
Choose a tag to compare

CHANGELOG

v0.0.18

This is a partial release for the purposes of integration testing.

  • ShareFilesViaPublicKeys
  • acceptFileInvitation
  • getFilesSharedWithMe

v0.0.17

15 Feb 18:05
Compare
Choose a tag to compare

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

12 Feb 06:20
353f876
Compare
Choose a tag to compare

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

11 Feb 19:58
4f67c1c
Compare
Choose a tag to compare

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 the role field

v0.0.14

10 Feb 16:21
Compare
Choose a tag to compare

CHANGELOG

v0.0.14

This release contains a new Feature.

v0.0.13

05 Feb 20:31
Compare
Choose a tag to compare

CHANGELOG

v0.0.13

This release contains a fix for gundb.

  • Fixes issue with gundb connecting to non tls websocket.

v0.0.12

05 Feb 18:59
Compare
Choose a tag to compare

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

03 Feb 17:54
4dd739d
Compare
Choose a tag to compare

CHANGELOG

v0.0.11

This release contains a fix with breaking changes.

New Features

  • Added a debugMode to UserStorage 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.