Skip to content

2.13.0

Compare
Choose a tag to compare
@patrickjuchli patrickjuchli released this 05 Jun 20:23
· 596 commits to master since this release
  • Added: Use client.rename() to rename or move a file.
  • Changed: Default timeout set to 30 seconds.
  • Changed: Timeouts are tracked exlusively by data connection during transfer.
  • Fixed: Node's socket.removeAllListeners() doesn't work, see nodejs/node#20923
  • Fixed: Node 8 is required, correct documentation and CI.