Skip to content

Releases: FleekHQ/space-sdk

v0.0.10

02 Feb 05:18
43b8dc3
Compare
Choose a tag to compare

CHANGELOG

v0.0.10

This release contains a fix with breaking changes.

New Features

No new features

New Fixes

  • Default hub address is now production value, and correctly overriding the config

v0.0.9

01 Feb 14:47
9e4ca37
Compare
Choose a tag to compare

CHANGELOG

v0.0.9

This release contains some new features and breaking changes to logic of existing functionality.

New Features

  • Added upload callback to UserStorage.addItems() input. The callback will be called with the total number of bytes uploaed.
  • Add Blob to AddFileItem.data types

New Fixes

No new Fixes

v0.0.8

27 Jan 14:22
Compare
Choose a tag to compare

CHANGELOG

v0.0.8

This release contains some new features and breaking changes to logic of existing functionality.

New Features

  • Add progress callback to UserStorage.openFile and UserStorage.openFileByUuid.
  • Add DirectoryEntry to UserStorage.addItems result summary and events.

New Fixes

No new Fixes

v0.0.7

26 Jan 13:30
Compare
Choose a tag to compare

CHANGELOG

v0.0.7

This release contains some fixes to logic of existing functionality.

New Features

No new features.

New Fixes

  • Hotfix: add dbid and bucket to directory entry. (#26)

v0.0.6

19 Jan 17:53
cac69c6
Compare
Choose a tag to compare

CHANGELOG

v0.0.6

This release contains some new features and fixes to logic of existing functionality.

New Features

  • Features to file Uuid Management. Now DirectoryEntry has a uuid field. Check the response from UserStorage.listDirectory.

  • New method UserStorage.openFileByUuid can be used
    to open a file exclusively by its uuid. Note: uuid would throw an error if current SpaceUser is not authorized to access the file.

  • New method UserStorage.txlSubscribe can be used to subcribe
    to textile bucket events as user interacts with their bucket.

New Fixes

  • More secure and privacy fix around users buckets. Now everyn users bucket has a different thread id.
    Making it more similar to space-daemon.

v0.0.5

13 Jan 19:08
9f86aa7
Compare
Choose a tag to compare

CHANGELOG

v0.0.5

This release contains some fixes to logic of existing functionality.

New Features

  • Manage Users Bucket Metadata with GunDB
  • Track files mimetype. UserStorage.addItems request now requires specifying the files mimeType
    and UserStorage.openFile returns the files mimeType in its response object.

New Fixes

  • Fix UserStorage.listDirectory's response to have compatible date and address fields.

v0.0.4

11 Jan 17:23
Compare
Choose a tag to compare

CHANGELOG

v0.0.4

This release contains some fixes to logic of existing functionality.

New Features

No Features

New Fixes

  • Fix UserStorage.addItems logic to publish .on('data') events for created folders.
  • Fix UserStorage.listDirectory's response to be compatible with daemon.

v0.0.3

05 Jan 15:05
Compare
Choose a tag to compare

CHANGELOG

v0.0.3

This release adds more user and identity features to the space-sdk.

New Features

  • Exposed Identity interface and raw public key field pubKey.

New Fixes

No fixes

v0.0.2

04 Jan 16:26
cfd695e
Compare
Choose a tag to compare

CHANGELOG

v0.0.2

This release adds more user and identity features to the space-sdk.

New Features

  • Users.backupKeysByPassphrase - Backup existing identity using a passphrase.
  • Users.recoverKeysByPassphrase - Recover existing identity using a passphrase.

New Fixes

  • UserStorage logic has been updated to now fetch buckets in threads similar to existing
    accounts created in the space-daemon. Existing accounts (identities) from space-daemon can
    retrieve their data via the sdk.

v0.0.1

29 Dec 13:30
Compare
Choose a tag to compare

CHANGELOG

v0.0.1

This is the first release of this library.

New Features

  • User class with meothods to createIdentity and authenticate.
  • UserStorage class with methods to createFolder, listDirectory, addItems and openFile.
  • Documentation released at: https://fleekhq.github.io/space-sdk/docs/.

New Fixes

No new Fixes in this release.