Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Releases: storj-archived/java-libstorj

0.8.3

20 Apr 09:21
7e5661a
Compare
Choose a tag to compare

0.8.2

17 Apr 10:26
a832270
Compare
Choose a tag to compare
  • 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

22 Mar 19:56
Compare
Choose a tag to compare
  • Fixed deadlock if Storj.importKeys() is the first method called after constructing the Storj object.

0.8

06 Mar 20:31
Compare
Choose a tag to compare
0.8
  • API for batch operations

0.7.3

02 Mar 09:32
Compare
Choose a tag to compare
  • Dedicated thread is used for running the event loop to avoid deadlocks

0.7.2

27 Feb 12:21
c4fe402
Compare
Choose a tag to compare
  • Improve verifyKeys() for accounts created on app.storj.io
  • Constant for HTTP 403 Forbidden error code

0.7.1

22 Feb 13:30
Compare
Choose a tag to compare
  • 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

09 Feb 17:07
Compare
Choose a tag to compare
  • Error codes for farmer errors

0.7

08 Feb 21:12
Compare
Choose a tag to compare
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

01 Feb 16:39
Compare
Choose a tag to compare
  • Fixed "Memory mapped file error" regression