Skip to content

v1.4.4

Compare
Choose a tag to compare
@Acconut Acconut released this 29 Aug 22:18
· 511 commits to main since this release

This patch improves the upload handling in many ways by enchanting the error handling and resumability:

  • Throttle onProgress events in Node.js environment
  • Don't remove fingerprints on server errors to allow resuming
  • Don't retry on errors caused by the client
  • Fix buffer initialization for base64 encoding in Node.js environment
  • Properly abort upload during POST/HEAD request
  • Allow uploads to be restarted using Upload#start()