Skip to content

0.2.0

Compare
Choose a tag to compare
@Acconut Acconut released this 24 Jan 17:01
· 146 commits to main since this release

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.