Skip to content

Version 3.5.1

Choose a tag to compare

@RuiNelson RuiNelson released this 04 Aug 11:26
2861c86

Bug Fixes

  • Fixed multiUpload/multiDownload sometimes throwing a masking .transferCancelled error instead of the real failure when one worker in a multi-worker transfer failed.
  • Fixed a short write during multiUpload throwing .shortRead instead of .shortWrite.

Notes

  • Documented that multiUpload creates missing parent directories for the remote path and does not remove them if the upload fails or is cancelled.
  • Documented that the multiUpload/multiDownload progress callback runs on whichever worker thread produced the chunk, not a fixed thread, and blocks that worker until it returns.