sshkit v0.0.3 Release Notes

Release Date: 2017-07-13 // over 6 years ago
  • https://github.com/bitcrowd/sshkit.ex/compare/v0.0.2...v0.0.3

    ๐Ÿ†• New features:

    • โž• 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 to SSHKit.SSH.connect [#79]

    ๐Ÿ›  Fixes:

    • Properly return {:error, "No host given."} when trying to connect to a host which is nil [#70]
    • ๐Ÿ‘Œ Improved unit and integration tests [#59] [#75] [#77]