This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
0.7.1
- Fixed deadlock if
Storj.importKeys()
is the first method called after constructing theStorj
object #25 - Fixed memory double free crash on upload file error
- Config directory will be created if does not exist
- Fixed unhandled exception when calling
File.getMimeType()
for file with special characters in file name #24 - Thread pool size of libuv is increased to 64 (from default 4), so the event loop is more responsive when transferring large files