All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes:
Added
for new features.Changed
for changes in existing functionality.Removed
for now removed features.
- Removed encryption module (containing unimplemented skykey functions).
- Added Skynet Api Key support (
skynet_api_key
).
- Fixed
get_metadata
.
This release adds Windows support.
- Windows is now fully supported
- A bug with directory uploads on Windows has been fixed
upload
andupload_request
API- Support for chunked uploading
- This SDK has been updated to match Browser JS and require a client. You will first need to create a client and then make all API calls from this client.
- Connection options can now be passed to the client, in addition to individual API calls, to be applied to all API calls.
- The
defaultPortalUrl
string has been renamed todefaultSkynetPortalUrl
anddefaultPortalUrl
is now a function.
metadata
function- Upload and download
_request
functions - Common Options object
- API authentication
- Some upload bugs were fixed.
- Possibility to use chunks
- Drop UUID
- Upload and download functionality.