Skip to content

Releases: tus/tus-java-client

0.5.1

Choose a tag to compare

@Acconut Acconut released this 12 May 06:46
54ae052

What's Changed

  • Update dependencies

Full Changelog: 0.5.0...0.5.1

0.5.0

Choose a tag to compare

@cdr-chakotay cdr-chakotay released this 25 Mar 20:54
9e502bf

What's Changed

  • Add optional proxy to tus client & uploader by @pdenooijer in #84
  • Update dependencies

New Contributors

Full Changelog: 0.4.5...0.5.0

0.4.5

Choose a tag to compare

@cdr-chakotay cdr-chakotay released this 28 Nov 13:05
1f94599

Changes:

  • This release fixes a bug in the release workflow that prevented the necessary jar from being published in the 0.4.4 release.

0.4.4

Choose a tag to compare

@Acconut Acconut released this 26 Nov 15:13
132516a

Changes:

  • Allow upload pauses without closing InputStreams (#42)

0.4.3

Choose a tag to compare

@Acconut Acconut released this 02 Feb 19:24
88fb58c

This release patch fixes a minor issue in the dependency declaration that prevent tus-java-client from being published on Maven Central.

0.4.2

Choose a tag to compare

@Acconut Acconut released this 13 Jun 10:33

This release add a feature to allow you to remove fingerprints of uploads after they were successfully finished (see #27).

0.4.1

Choose a tag to compare

@Acconut Acconut released this 29 Sep 22:00

This patch release decreases the default value for the maximum payload size in order to avoid out-of-memory exceptions on memory-constrained devices (e.g. mobile phones).

0.4.0-pre2

0.4.0-pre2 Pre-release
Pre-release

Choose a tag to compare

@Acconut Acconut released this 14 Jun 20:15
aa7b3b2
Correct copying into gh-pages directory

0.4.0-pre1

0.4.0-pre1 Pre-release
Pre-release

Choose a tag to compare

@Acconut Acconut released this 14 Jun 20:03
aa7b3b2
Correct copying into gh-pages directory

0.4.0

Choose a tag to compare

@Acconut Acconut released this 20 May 22:08

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.