sshkit v0.3.0 Release Notes

Release Date: 2019-10-28 // over 4 years ago
  • https://github.com/bitcrowd/sshkit.ex/compare/v0.2.0...v0.3.0

    ๐Ÿ‘ This version adds SSH subsystem support.

    Shout-out to @bartj3 ๐Ÿ™Œ

    ๐Ÿ†• New features:

    • โž• Add support for initializing subsystems using SSH.Channel.subsystem
      • Subsystems allow applications or functions to use SSH as a protocol. Examples of this are SFTP and NETCONF over SSH.

Previous changes from v0.2.0

  • https://github.com/bitcrowd/sshkit.ex/compare/v0.1.0...v0.2.0

    • The SSHKit.download/3 and SSHKit.upload/3 functions are now fully context-aware [#121]
    • They will respect the user, env, pathโ€ฆ values set in the context

    ๐Ÿ›  Fixes:

    • ๐Ÿ‘Œ Improve documentation about our release process
    • ๐Ÿ›  Fix an Elixir 1.8 deprecation warning (#147)