Releases: ba0f3/libssh2.nim
Releases · ba0f3/libssh2.nim
0.1.9
Full Changelog: 0.1.8...0.1.9
update libssh2 binding to version 1.11.1
- Add new crypto engine types and security key functionality
- Add new error codes and host key types
- Add session timeout and crypto engine methods
- Update type names to match upstream conventions
- Deprecate session_callback_set in favor of session_callback_set2
- Add documentation for new security key functions
0.1.8
Full Changelog: 0.1.7...0.1.8
0.1.7
What's Changed
- added fields for SftpAttributes and SftpStatVFS by @inverimus in #14
New Contributors
- @inverimus made their first contribution in #14
Full Changelog: 0.1.6...0.1.7
0.1.6: Merge pull request #13 from pswilde/master
revert breaking change in session_last_error proc