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.