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/bramvdbogaerde/go-scp from 0.0.0-20210327204631-70ee53679fc9 to 1.2.1 #129

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2023

Bumps github.com/bramvdbogaerde/go-scp from 0.0.0-20210327204631-70ee53679fc9 to 1.2.1.

Release notes

Sourced from github.com/bramvdbogaerde/go-scp's releases.

Version 1.2.1

What's Changed

New Contributors

Full Changelog: bramvdbogaerde/go-scp@v1.2.0...v1.2.1

Version 1.2.0

Changes:

[DOCS] Use CopyFromFile instead of CopyFile in the README.md which introduced memory issues, as the entire file is loaded into memory to determine its size. CopyFromFile instead determine the size of the file by reading it from the file system (using stat()) [BREAKING] All copy methods now include a "context" parameter, which can be used as generic mechanism to add a timeout, or to embed the library into larger applications which are passing contexts around already.

Version 1.1

This version contains a the following changes:

  • [Docs] Clarification of the behavior of the Client.Timeout field: the time in which the transfer should complete.(#46)
  • [BREAKING] Client.Timeout is now set to 0 by default, which disables the timeout. (#47)

Version 1.0

With the (final) addition of a procedure to also copy files from the remote, I feel that this library is ready to be tagged as a 1.0 release.

This release includes:

  • Uploading files to a remote
  • Downloading files from a remote
  • Uploading/Downloading files to an arbitrary location using the appropriate Reader/Writer compatible types
  • Monitoring progress of file uploads using a io.PassThru
  • Allowing for time-outs to happen if the file upload/download takes too long
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 24, 2023
Bumps [github.com/bramvdbogaerde/go-scp](https://github.com/bramvdbogaerde/go-scp) from 0.0.0-20210327204631-70ee53679fc9 to 1.2.1.
- [Release notes](https://github.com/bramvdbogaerde/go-scp/releases)
- [Commits](https://github.com/bramvdbogaerde/go-scp/commits/v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/bramvdbogaerde/go-scp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@tenstad tenstad force-pushed the dependabot/go_modules/github.com/bramvdbogaerde/go-scp-1.2.1 branch from 1fffa12 to f054913 Compare April 14, 2024 13:36
@tenstad
Copy link
Owner

tenstad commented Apr 14, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2024

Superseded by #165.

@dependabot dependabot bot closed this Apr 14, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/bramvdbogaerde/go-scp-1.2.1 branch April 14, 2024 14:27
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant