Skip to content

6.0.0

Choose a tag to compare

@patrickjuchlipatrickjuchli released this 29 Apr 14:34
· 18 commits to master since this release
Immutable release. Only release title and notes can be modified.
  • Breaking change: This library does not allow separate transfer hosts by default anymore. This provides security by default against FTP bounce attacks. This FTP feature is used very rarely, there is a good chance you don't actually have to change anything in your code. You can allow separate transfer hosts by using allowSeparateTransferHost: true when instantiating a Client. (Thanks, @Jvr2022)