Skip to content

remotefs-ssh 0.7.0

Latest
Compare
Choose a tag to compare
@veeso veeso released this 01 Sep 17:33
8f9da74

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
    • Added support for libssh backend
      • Use libssh feature to enable the backend
      • Use libssh-vendored to build the backend with vendored libssh
    • Removed new; use libssh2 and libssh constructors instead.