Skip to content

Releases: tus/TUSKit

3.6.0

30 Jun 11:40
Compare
Choose a tag to compare

Bugfix

  • Uploads no longer consume large amounts of memory when resuming an upload (#204)
  • Uploads no longer start over when they're paused and resumed (#204)
  • Better handling of background URLSessions provided by developers (#206 by dsandriyanov)

3.5.0

31 Mar 13:45
Compare
Choose a tag to compare

Bugfix

  • Fixed potential race conditions when concurrently starting and stopping uploads. (#201 by @fantast1k)
  • Uploads that got cancelled by force closing an app didn't get retried on app launch (Issue: #200)

3.4.3

31 Jan 10:14
Compare
Choose a tag to compare
  • Fixed an issue where the total progress was not being updated correctly when using chunked uploads.
  • Fixed an issue where total progress would not include in progress uploads.

3.4.2

06 Jan 13:18
Compare
Choose a tag to compare

3.4.2

Bugfix

  • Removed a force-unwrap that would crash if the SDK can't write files.

3.4.1

14 Oct 09:08
Compare
Choose a tag to compare

Bugfix

  • Corrected a mistake in delete file logic

3.4.0

14 Oct 09:08
Compare
Choose a tag to compare

Bugfix

  • Fixed an issue that prevented TUSKit from uploading large files (2GB+) #193

3.3.0

04 Mar 15:51
Compare
Choose a tag to compare

Enhancements

  • Updated documentation around background uploads

Bugfix

  • Fixed an issu with macOS not having a correct path when resuming uploads. Thanks, @MartinLau7
  • Fixed a metadta issue on iOS. Thanks, @MartinLau7
  • Fixed some issues with metadata not alwasy being cleaned up properly for all platforms. Thanks, @MartinLau7

3.2.1

04 Mar 15:51
Compare
Choose a tag to compare

Enhancements

  • TUSKit can now leverage Background URLSession to allow uploads to continue while an app is backgrounded. See the README.md for instructions on migrating to leverage this functionality.

3.2.0

28 Jun 05:20
Compare
Choose a tag to compare

Enhancements

  • TUSKit can now leverage Background URLSession to allow uploads to continue while an app is backgrounded. See the README.md for instructions on migrating to leverage this functionality.

3.1.5

08 Mar 10:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.4...3.1.5