Skip to content

Tags: daniel-007/tus-java-client

Tags

0.3.1

Toggle 0.3.1's commit message
0.3.1

This small release only contains one patch will cause a new upload
to be automatically be created when using the `TusClient#resumeOrCreateUpload`
method and if the original upload cannot be found anymore since the tus server
sends back the `404 Not Found` status code (see tus#3).

0.3.0

Toggle 0.3.0's commit message
This minor release contains some pretty neat features mostly focusing

on a better uploading experience:

* Added `TusExecutor` for automatic retries and resumes
* Added `@NotNull` and `@Nullable` annotations for some methods
* Added `TusClient#setHeaders` for custom headers in requests
* Added filename into metadata by default
* Added `Expect: 100-continue` header for faster error handling

0.2.1

Toggle 0.2.1's commit message
* Test response header's values for not being null before accessing t…

…heir length

  to prevent NullPointerException.

0.2.0

Toggle 0.2.0's commit message
This minor release adds the TusUploader#setChunkSize() and

TusUploader#uploadChunk() methods while deprecating the original
TusUploader#uploadChunk(int) method in order to reduce memory
allocations by resuing internal buffers.

0.1.4

Toggle 0.1.4's commit message
Add dependecy for example project

0.1.3

Toggle 0.1.3's commit message
Use pomVersion for variable in Gradle

0.1.2

Toggle 0.1.2's commit message
Fix deployment to Bintray

0.1.1

Toggle 0.1.1's commit message
Use mocking server for Creation responses

0.1.0

Toggle 0.1.0's commit message
Use -F option for uploading files