Skip to content

Releases: tus/TUSKit

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

3.1.4

12 Sep 20:41
Compare
Choose a tag to compare

Fixed

  • Fix compile error Xcode 14

3.1.3

09 Aug 18:51
Compare
Choose a tag to compare

Fixed

  • Added supportedExtensions to client (fixes #134)

3.1.2

14 May 09:46
Compare
Choose a tag to compare

Fixed

  • Adding custom headers to requests.

3.1.1

17 Mar 13:45
Compare
Choose a tag to compare

3.1.1

Fixed

  • Compile error in TUSBackground