3.2

Enhancements

3.1.7

Enhancements

func uploadFailed(id: UUID, error: Error, context: [String : String]?, client: TUSClient) {
    Task { @MainActor in
        uploads[id] = .failed(error: error)
        
        if case TUSClientError.couldNotUploadFile(underlyingError: let underlyingError) = error,
           case TUSAPIError.failedRequest(let response) = underlyingError {
            print("upload failed with response \(response)")
        }
    }
}

3.1.6

Enhancements

3.1.5

Fixed

3.1.4

Fixed

3.1.3

Fixed

3.1.2

Fixed

3.1.1

Fixed

3.1.0

Added

3.0.0