Skip to content

0.4.0

Compare
Choose a tag to compare
@Acconut Acconut released this 20 May 22:08
· 87 commits to main since this release

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.