- Increased test coverage and utilities for testing in example app
- 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
- Allow usage of URLSessions with background configuration to enable background uploads
- 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
- Headers were set incorrectly when creating an assembly + uploading files immediately
- Allow running an assembly by templateID through both
Transloadit.createAssembly(templateId:...
methods