Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ssh2-sftp-client to the latest version 🚀 #482

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jan 16, 2020

The dependency ssh2-sftp-client was updated from 4.3.1 to 5.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: theophilusx
License: Apache-2.0

Release Notes for Version 5.0.0

New version which includes

  • new uploadDir() method
  • new downloadDir() method
  • enhanced error handling and reporting
  • removed deprecated auxList() method
Commits

The new version differs by 36 commits.

  • 05aab3e Update README as prep for release 5.0.0
  • 6039223 Change some listeners to use once instead of on
  • d69571b Added send-empty-file2.js to examples
  • 5a17f7f Added README for exmaple directory
  • cb1875d Change stream listeners for put/get to use once() instead of on()
  • 6966112 Added example bulk-get.js script
  • d858bc8 Updated documentation
  • 376b577 Update mocha to v 7.0.0
  • 95bab8f Exclude *~ backup files via .gitignore
  • 12e7cbe Add example of using downloadDir()
  • b9bc6f4 Added example of using uploadDir
  • a7e57cc Add upload/download events to uploadDir/downloadDir
  • 6c3e049 Updated docs
  • 1e282a1 Create error objects and then throw to improve stacktrace
  • 6980f91 Added test script to simulate error and close events

There are 36 commits in total.

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 69.444% when pulling 3c910e5 on greenkeeper/ssh2-sftp-client-5.0.0 into 7cede80 on master.

@codecov
Copy link

codecov bot commented Jan 16, 2020

Codecov Report

Merging #482 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #482   +/-   ##
=======================================
  Coverage   65.97%   65.97%           
=======================================
  Files           1        1           
  Lines          97       97           
  Branches        6        6           
=======================================
  Hits           64       64           
  Misses         33       33

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7cede80...3c910e5. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Jan 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2020

Update to this version instead 🚀

Release Notes for Relax error checking

Error checking was too stringent and use of list() in exists was a problem if user did not have read and execute access for parent directory. Using stat() instead of list() should fix that issue.

Commits

The new version differs by 5 commits.

  • 0097ff2 Update current version in docs
  • d5c246b re-generate README.md
  • bbf379b Update docs for v5.0.1 release. Bump package version.
  • dd3caa0 Relax error checking and change exists() to use stat()
  • 7725f2d Bumped package version for release 5.0.0

See the full diff

@arlac77 arlac77 merged commit bf6ef17 into master Jan 23, 2020
@arlac77 arlac77 deleted the greenkeeper/ssh2-sftp-client-5.0.0 branch January 23, 2020 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants