Presented in reverse chronological order.
https://github.com/bitcrowd/sshkit.ex/compare/v0.0.3...HEAD
- Put deprecations here
- Put potentially breaking changes here
- Put new features here
- Put fixes here
https://github.com/bitcrowd/sshkit.ex/compare/v0.0.2...v0.0.3
- Added support for uploading/downloading files via the
SSHKIT
main DSL [#32] - Added support for options that are shared between hosts [#61]
- Improved documentation [#67]
- Added support for passing an anonymous function to
SSH.connect
[#72] - Add support for passing a
dry_run
flag toSSHKit.SSH.connect
[#79]
- Properly return
{:error, "No host given."}
when trying to connect to a host which isnil
[#70] - Improved unit and integration tests [#59] [#75] [#77]
https://github.com/bitcrowd/sshkit.ex/compare/v0.0.1...v0.0.2
- Renamed response from remotely executed commands from 'normal' to 'stdout' [#34]
- Renamed
SSHKit.pwd
toSSHKit.path
[#33] Thanks @brienw for the idea
- Support basic SCP up-/downloads
- Added documentation https://hexdocs.pm/sshkit/SSHKit.html
- Accept binaries (not only charlists) for configuration. Thanks @svoynow
- Fixed a bug that prevented
SSHKit.env
from working [#35]
https://github.com/bitcrowd/sshkit.ex/releases/tag/v0.0.1
Basic support of / wrapping around erlang :ssh.