Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 923 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 923 Bytes

TransloaditKit Changelog

3.3.2

  • Increased test coverage and utilities for testing in example app

3.3.1

  • Background configuration was not set up fully correctly; this is now fixed
  • TUSKit will always use a background configuration when uploading files
  • Added a new initializer to TransloadIt that allows users to provide a URLSessionConfiguration instead of a URLSession

3.3.0

Fixes

  • Allow usage of URLSessions with background configuration to enable background uploads

3.2.0

Fixes

Added

  • It's now possible to cancel a running Assembly
  • Bumped TUSKit version
  • Allow passing of custom fields to assembly creating by passing them to createAssembly methods

3.1.0

Fixes

  • Headers were set incorrectly when creating an assembly + uploading files immediately

Added

  • Allow running an assembly by templateID through both Transloadit.createAssembly(templateId:... methods