Releases: JuliaWeb/LibSSH.jl
Releases · JuliaWeb/LibSSH.jl
v0.7.1
What's Changed
- Add tests for x86 by @JamesWrigley in #29
- SFTP
mkpath()
and other things by @JamesWrigley in #30
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Changes for DistributedNext.jl by @JamesWrigley in #28
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Always check lib.sftp_dir_eof() in readdir() by @JamesWrigley in #20
- Allow creating a Session from a user-supplied socket/file descriptor by @JamesWrigley in #21
- Minor fixes by @JamesWrigley in #22
- Add some warnings about environment variables when running commands by @JamesWrigley in #23
- Add support for passing strings to Base.run() by @JamesWrigley in #24
- Various fixes by @JamesWrigley in #25
- Bump version by @JamesWrigley in #26
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Environment variable support by @JamesWrigley in #12
- Channel closing safety by @JamesWrigley in #13
- SFTP support in the
DemoServer
by @JamesWrigley in #14 - Fix some concurrency bugs by @JamesWrigley in #15
- Add initial SFTP client support by @JamesWrigley in #16
- Refactor wait(::Session) so that the polling happens asynchronously by @JamesWrigley in #17
- Add support for Base.readdir() by @JamesWrigley in #18
- Moar SFTP moar better by @JamesWrigley in #19
Full Changelog: v0.5.0...v0.6.0
v0.5.0
See the changelog.
What's Changed
- Add support for forwarding directly to a TCPSocket by @JamesWrigley in #10
- Update code for libssh 0.11.0 and bump version by @JamesWrigley in #11
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
See the changelog.
What's Changed
- General updates and bug fixes by @JamesWrigley in #6
- Authentication helpers by @JamesWrigley in #7
- Forwarder and authentication fixes by @JamesWrigley in #8
v0.2.1
See the changelog.
What's Changed
- Add initial client support for GSSAPI authentication by @JamesWrigley in #3
- Rename channel_send_eof() to closewrite() by @JamesWrigley in #4
- Fix exception in get_error, and release a new version by @JamesWrigley in #5
v0.2.0
v0.1.0
The initial release! 🎉 ✨
See the documentation for more information: https://juliaweb.github.io/LibSSH.jl