sshkit v0.3.0 Release Notes
Release Date: 2019-10-28 // about 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