Skip to content

Releases: transloadit/TransloaditKit

3.5.0

Choose a tag to compare

@donnywals donnywals released this 18 Aug 08:51
b15718d

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

Choose a tag to compare

@donnywals donnywals released this 04 Jul 07:45

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

3.3.4

Choose a tag to compare

@donnywals donnywals released this 23 May 11:13

3.3.4

  • Changed polling interval to 0.75s for checking assembly status

3.3.3

Choose a tag to compare

@donnywals donnywals released this 31 Jan 10:13

Fixes a problem with concurrently starting assemblies

3.3.2

Choose a tag to compare

@donnywals donnywals released this 28 Nov 09:12

Increased test coverage and utilities for testing in example app

3.3.0

Choose a tag to compare

@donnywals donnywals released this 22 Nov 09:17

Allow usage of URLSessions with background configuration to enable background uploads

3.2.0

Choose a tag to compare

@donnywals donnywals released this 28 Nov 09:26

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

Choose a tag to compare

@elvirion elvirion released this 05 Apr 05:43
31e353d
Merge pull request #29 from transloadit/rewrite/3.0.0

Rewrite, version 3.0.0

2.0.4

Choose a tag to compare

@tjeerdintveen tjeerdintveen released this 18 Nov 08:09

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

2.0.3

Choose a tag to compare

@MMasterson MMasterson released this 23 Mar 06:06
d254b98

Fixes #24