Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps express-fileupload from 1.0.0 to 1.1.6.

Release notes

Sourced from express-fileupload's releases.

1.1.6

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.

v1.1.5

Updates

  • Add uri decoding for file names see uriDecodeFileNames option in docs.
  • createParentPath now creates folder recursevly, thanks to @closingin
  • Add fileSize to Buffer.concat that should increase performance for in memory uploads.

v1.1.4

Updates

  • Custom limit handler function. See limitHandler option in docs.
  • Add description about empty file data when option useTempFiles used.

v1.1.3-alpha.2

Updates

  • Some refactoring.
  • Increased tests coverage.

Bug Fixes

  • Fix issue #129: possible conflicts in temporary files names.

v1.1.3-alpha.1

Bug Fixes

Fix mv does not work accross filesystems #125

v1.1.2-alpha.1

Updates

  • Added size for uploaded file and full md5 support(for in memory and temporary files).

v1.1.1-alpha.3

Bug Fixes

v1.1.1-alpha.2

Bug Fixes

  • Fix multiple files upload in the same time with tempfile handler - #116 (thanks @RomanBurunkov)

v1.1.1-alpha.1

Updates

Commits
Maintainer changes

This version was pushed to npm by romon2002, a new releaser for express-fileupload since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 21, 2020
@dependabot-preview dependabot-preview bot merged commit ee16715 into master Jul 21, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/express-fileupload-1.1.6 branch July 21, 2020 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants