sshkit v0.3.0 Release Notes
Release Date: 2019-10-28 // over 5 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.
- ➕ Add support for initializing subsystems using
Previous changes from v0.2.0
-
https://github.com/bitcrowd/sshkit.ex/compare/v0.1.0...v0.2.0
- The
SSHKit.download/3
andSSHKit.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)
- The