0.7.0
Released on 01/09/2025
- BREAKING: Support for multiple SSH backends:
- Added new feature to enable libssh2 backend:
- Use
libssh2
feature to enable the backend - Use
libssh2-vendored
to build the backend with vendored libssh2
- Use
- Added support for libssh backend
- Use
libssh
feature to enable the backend - Use
libssh-vendored
to build the backend with vendored libssh
- Use
- Removed
new
; uselibssh2
andlibssh
constructors instead.
- Added new feature to enable libssh2 backend: