You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.