This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Releases: storj-archived/java-libstorj
Releases · storj-archived/java-libstorj
0.8.3
- Fixed regression with determining MIME type on Android 6.0 and lower storj-archived/storj-mobile#15
- Fixed deadlock due of using the same event loop in multiple threads storj-archived/storj-mobile#19
0.8.2
- 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 storj-archived/android-libstorj#24 - Thread pool size of libuv is increased to 64 (from default 4), so the event loop is more responsive when transferring large files
0.8.1
- Fixed deadlock if
Storj.importKeys()
is the first method called after constructing theStorj
object.
0.8
- API for batch operations
0.7.3
- Dedicated thread is used for running the event loop to avoid deadlocks
0.7.2
- Improve verifyKeys() for accounts created on app.storj.io
- Constant for HTTP 403 Forbidden error code
0.7.1
- Error codes for farmer errors
- C++ nature added to project to enable debugging of JNI source code in Eclipse
- Ensure
state
pointer is initialized - Simple sample app added to the test package
0.6.2
- Error codes for farmer errors
0.7
- API for canceling file transfer
- New error codes for cURL and file system errors
- Storj environment is reused between calls to avoid
Failed to initialize Storj environment
errors.
0.6.1
- Fixed "Memory mapped file error" regression