Skip to content

Tags: david0718/tus-java-client

Tags

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cdr-chakotay florian
Changed Version number in order to publish the 0.5.0 Release to Maven…

… Central

0.4.5

Toggle 0.4.5's commit message

Verified

This commit was signed with the committer’s verified signature.
cdr-chakotay florian
Update release workflow and prepare 0.4.5

0.4.4

Toggle 0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README for version 0.4.4

0.4.3

Toggle 0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to 0.4.3

0.4.2

Toggle 0.4.2's commit message
Bump to 0.4.2

0.4.1

Toggle 0.4.1's commit message
Bump to 0.4.1

0.4.0-pre2

Toggle 0.4.0-pre2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct copying into gh-pages directory

0.4.0-pre1

Toggle 0.4.0-pre1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct copying into gh-pages directory

0.4.0

Toggle 0.4.0's commit message
This minor release adds the new `TusClient#beginOrResumeUploadFromURL…

…` method which

allows you to begin an upload from a given upload URL without using the Creation
extension to create an upload first. This is necessary when you are interacting
with upload server which do not support the Creation extension, such as the Vimeo API.
Please see the documentation for more details.

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade dependencies and update used JDKs (tus#16)

* Remove unsupported JDK versions

* Update Gradle to version 4.4

* Disable ECDSA algorithm

* Run before install

* Fix deprication error for left shift operator

The error in question was:
> The Task.leftShift(Closure) method has been deprecated and is scheduled to be
> removed in Gradle 5.0. Please use Task.doLast(Action) instead.

* Remove Java 6 tests but compile with support for Java 6

Gradle has problem downloading dependencies:
https://travis-ci.org/tus/tus-java-client/jobs/318341024#L505

* Update mockserver-netty

* Use sudo for changing Java security file

* Add comment