Skip to content

2.5.2

Compare
Choose a tag to compare
@xnerhu xnerhu released this 04 Mar 20:57
· 85 commits to master since this release

Breaking changes

  • Changed order of the arguments in ConcurrentClient.upload from upload(localPath, remotePath) to upload(remotePath, localPath). See #43.

Fixes

  • Fixed uploading binary files by using ConcurrentClient.upload. See #41.