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 release changes the default value for the maximum request payload size to a more sensible 1GiB, which should result in better upload performance for most applications.
This small release only contains one patch will cause a new upload
to be automatically be created when using the TusClient#resumeOrCreateUpload
method and if the original upload cannot be found anymore since the tus server
sends back the 404 Not Found status code (see #3).
This minor release adds the TusUploader#setChunkSize() and TusUploader#uploadChunk() methods while deprecating the original TusUploader#uploadChunk(int) method in order to reduce memory
allocations by resuing internal buffers.