Skip to content

1.1.6

Compare
Choose a tag to compare
@RomanBurunkov RomanBurunkov released this 10 Sep 10:10
· 205 commits to master since this release
890794d

Updates

  • Add debug option and debug logging output for upload process.
  • Invoke cleanup in case of abortOnLimit=true to delete temporary file when limit reached(#155 ).
  • if possible, module uses fs.rename instead of copying + deleting to move uploaded files(#158).
  • Add busboy unpipe when closing connection. Thanks to @shel.
  • uploadTimeout(default is 60000 msec) option.
  • Add timeout check for data handler, which triggers cleanup of the temp files in case of no data come during time configured in option uploadTimeout.
  • Fixing vulnerability: middleware checks filename and cut off it if length more then 255 characters.