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

Bump github.com/pkg/sftp from 1.12.0 to 1.13.0 #6062

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps github.com/pkg/sftp from 1.12.0 to 1.13.0.

Release notes

Sourced from github.com/pkg/sftp's releases.

v1.13.0

New features and bugfixes.

Request Server:

  • GH-377 Add OpenFileWriter interface to allow a file to be opened for both reading and writing.
  • GH-379 Add Lstat support.
  • GH-392 Return io.EOF only if there is no error.
  • GH-393 Fix handle leaks in error cases.
  • GH-406 Add StatVFS support.
  • Add PosixRename support.

Client:

  • GH-385 Add Client.Extensiosn method to list supported server extensions.
  • GH-386 Add support for [email protected].
  • GH-397 Refactoring and performance improvements, implement WriterAt interface.
  • GH-401 Use os.ErrPermission to map sshFxPermissionDenied.
  • GH-408 Add an option to disable concurrent reads. This fix support for read once servers.
  • GH-410 Expose RealPath method.

Misc:

  • GH-380 Fix build on Plan 9.
  • GH-382 Server: use os.IsNotExist to map sshFxNoSuchFile.
  • GH-384 Refactor memFile.
  • GH-387 Tests: clean up temporary files.
  • GH-389 Fix crash with zero bytes packets.
  • GH-402 CI: switch from Travis to GitHub Actions.
  • CI: tests against Go versions { 1.15, 1.16 }, instead of { 1.14, 1.15 }
Commits
  • 5b7da38 Merge pull request #410 from pkg/export-realpath
  • 714bd5d +godoc
  • b83052b Export RealPath for potential client use
  • f50ad19 Merge pull request #408 from drakkan/345
  • c539fdb improve readAtSequential as for review
  • e1e59da add readAtSequential: used if concurrent reads are disabled ...
  • 5f2c008 add an option to disable concurrent reads
  • a889618 remove some redundant types
  • 696db1c CI: add Go 1.16 and remove 1.14
  • b8102da Merge pull request #397 from pkg/more-optimization
  • Additional commits viewable in compare view

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.


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)

@robot-mymove
Copy link

Warnings
⚠️ Please add the JIRA issue key to the PR title (e.g. MB-123)

Generated by 🚫 dangerJS against 789aa03

@reggieriser reggieriser merged commit fbbc452 into master Mar 8, 2021
@reggieriser reggieriser deleted the dependabot/go_modules/github.com/pkg/sftp-1.13.0 branch March 8, 2021 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants