Releases: tus/tus-java-client
Releases · tus/tus-java-client
0.5.0
What's Changed
- Add optional proxy to tus client & uploader by @pdenooijer in #84
- Update dependencies
New Contributors
- @pdenooijer made their first contribution in #84
Full Changelog: 0.4.5...0.5.0
0.4.5
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
0.4.3
0.4.2
0.4.1
0.4.0-pre2
Correct copying into gh-pages directory
0.4.0-pre1
Correct copying into gh-pages directory
0.4.0
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.