Releases: remotefs-rs/remotefs-rs-ssh
Releases · remotefs-rs/remotefs-rs-ssh
remotefs-ssh 0.7.0
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:
remotefs-ssh 0.6.4
0.6.4
Released on 15/08/2025
- ssh2-config 0.6.0
remotefs-ssh 0.6.3
0.6.3
Released on 21/07/2025
- Fixed issue with SSH authentication:
- if the key is resolved and it fails to authenticate, if a password is provided, try to authenticate with the password before returning an error.
remotefs-ssh 0.6.2
0.6.2
Released on 16/05/2025
- Issue 9: fixed label regex groups and add support for parsing ls output on systems that include SELinux labels, POSIX ACLs, and extended attributes
remotefs-ssh 0.6.1
0.6.1
Released on 27/03/2025
- bump
ssh2-config
to0.5.4
remotefs-ssh 0.6.0
0.6.0
Released on 15/03/2025
- bump
ssh2-config
to0.4.0
- edition
2024
remotefs-ssh 0.5.0
0.5.0
Released on 26/102/2024
SshKeyStorage
must beSync
andSend
remotefs-ssh 0.4.1
0.4.1
Released on 07/10/2024
- Removed unused dep:
users
remotefs-ssh 0.4.0
0.4.0
Released on 30/09/2024
- remotefs
0.3.0
remotefs-ssh 0.3.1
0.3.1
Released on 09/07/2024
- Fix: parse special permissions
StT
in ls output