Skip to content

Releases: tus/TUSKit

3.7.1

27 Feb 16:07
1679382

Choose a tag to compare

TUSClientError.couldNotGetFileStatus now includes an underlying error

3.7.0

05 Dec 13:01

Choose a tag to compare

3.7.0

  • Removed cocoapods support

Bugfix

  • Canceling a task by id no longer continues retrying the task automatically (#214)

Feature

  • Return response from server when creation of resource failed (#212)
  • Clients can now pass in a custom header generator (#216), (#211)
  • TUSClientDelegate.fileError now includes upload identifier (#215)

3.6.0

30 Jun 11:40

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

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

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

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

Choose a tag to compare

Bugfix

  • Corrected a mistake in delete file logic

3.4.0

14 Oct 09:08

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

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

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.