Skip to content

Releases: transloadit/TransloaditKit

3.5.0

18 Aug 08:51
b15718d

Choose a tag to compare

3.5.0

  • Allow clients to inject only an api key and provide a signature generator closure to calculate signatures for signing requests instead of injecting a key and secret. (#42)

3.4.0

04 Jul 07:45

Choose a tag to compare

Removes an old background upload method that had been deprecated in TUSKit

3.3.4

23 May 11:13

Choose a tag to compare

3.3.4

  • Changed polling interval to 0.75s for checking assembly status

3.3.3

31 Jan 10:13

Choose a tag to compare

Fixes a problem with concurrently starting assemblies

3.3.2

28 Nov 09:12

Choose a tag to compare

Increased test coverage and utilities for testing in example app

3.3.0

22 Nov 09:17

Choose a tag to compare

Allow usage of URLSessions with background configuration to enable background uploads

3.2.0

28 Nov 09:26

Choose a tag to compare

What's Changed

  • Add Transloadit documentation by @elvirion in #33
  • Rename heading: Installation -> Install by @nqst in #34
  • Don't use deprecated TUSClient initializer by @bourquep in #37
  • Allow custom params for assemblies by @donnywals in #38

New Contributors

Full Changelog: 3.0.0...3.2.0

3.0.0

05 Apr 05:43
31e353d

Choose a tag to compare

Merge pull request #29 from transloadit/rewrite/3.0.0

Rewrite, version 3.0.0

2.0.4

18 Nov 08:09

Choose a tag to compare

Fixes a problem where the expires parameter sometimes uses a 12-hour clock (which the server won't accept)

2.0.3

23 Mar 06:06
d254b98

Choose a tag to compare

Fixes #24