All Versions
9
Latest Version
Avg Release Cycle
353 days
Latest Release
1636 days ago

Changelog History

  • v0.10.0 Changes

    October 28, 2019
    • ⬆️ Upgrade to latest versions of all dependencies
    • Cross-published against Scala 2.12 and 2.13
    • Not published any more for Scala 2.10 and 2.11
  • v0.9.0 Changes

    March 14, 2018
    • Switch from Either to Try for all "error-enabled" types
  • v0.8.0 Changes

    March 13, 2018
    • 🛠 Fixed connection hanging after upload/download
    • ⬆️ Upgraded to sshj 0.23.0 and slf4j 1.7.25
    • Cross-published against Scala 2.10, 2.11 and 2.12
    • ➕ Added agent login (PR by @laurentco from 2014)
    • 🛠 Smaller fixes
  • v0.7.0 Changes

    October 16, 2014
    • ⬆️ Upgraded to sshj 0.10.0 and slf4j 1.7.7
    • Cross-published against Scala 2.10.4 and Scala 2.11.2
    • ⬇️ Dropped support for Scala 2.9
    • 🛠 Fixed possible RuntimeException in HostConfig (thx to HairyFotr)
    • 🛠 Fixed potential logging of user password (thx to Joseph Price)
    • ➕ Added SFTP and SCP capabilities (thx to Philip Cali)
    • ➕ Added PTY configuration for SSH sessions (thx to Dan Osipov)
  • v0.6.4 Changes

    July 23, 2013
    • ⬆️ Upgraded to sshj 0.9.0 and slf4j 1.7.5
    • Cross-published against Scala 2.9.3 and Scala 2.10.2
  • v0.6.3 Changes

    October 26, 2012
    • ⬆️ Upgraded to sshj 0.8.1 and slf4j 1.7.2
    • Cross-published against Scala 2.9.2 and Scala 2.10.0-RC1
    • ➕ Added support for fingerprint = any host config setting
  • v0.6.2 Changes

    June 20, 2012
    • ➕ Added support for configuring groups of hosts with one host file or resource
    • ➕ Added resolution of '~' in keyfile location
  • v0.6.0 Changes

    May 30, 2012
    • ⬆️ Upgraded to
      • sshj 0.8.0
      • jzlib 1.1.1
    • ➕ Added option for loading the private key file from the classpath
    • Disabled cross-path publishing
  • v0.5.0 Changes

    February 06, 2012

    🚀 first public release