Skip to content

Releases: ba0f3/libssh2.nim

0.1.9

19 Mar 11:20
Compare
Choose a tag to compare

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

30 Apr 03:56
Compare
Choose a tag to compare

Full Changelog: 0.1.7...0.1.8

0.1.7

23 Feb 03:08
Compare
Choose a tag to compare

What's Changed

  • added fields for SftpAttributes and SftpStatVFS by @inverimus in #14

New Contributors

Full Changelog: 0.1.6...0.1.7

0.1.6: Merge pull request #13 from pswilde/master

24 Apr 14:08
7c8e569
Compare
Choose a tag to compare
revert breaking change in session_last_error proc

0.1.5

07 Apr 04:29
Compare
Choose a tag to compare
Merge @Techno-Fox's version in #5 to make it compiles on Windows, clo…