Releases: FleekHQ/space-sdk
v0.0.10
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
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
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
andUserStorage.openFileByUuid
. - Add
DirectoryEntry
toUserStorage.addItems
result summary and events.
New Fixes
No new Fixes
v0.0.7
v0.0.6
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 auuid
field. Check the response fromUserStorage.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
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 filesmimeType
andUserStorage.openFile
returns the filesmimeType
in its response object.
New Fixes
- Fix
UserStorage.listDirectory
's response to have compatibledate
andaddress
fields.
v0.0.4
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
v0.0.2
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
CHANGELOG
v0.0.1
This is the first release of this library.
New Features
User
class with meothods tocreateIdentity
andauthenticate
.UserStorage
class with methods tocreateFolder
,listDirectory
,addItems
andopenFile
.- Documentation released at: https://fleekhq.github.io/space-sdk/docs/.
New Fixes
No new Fixes in this release.