All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.11.4 - 2024-11-27
- wait_with_output forget to close stdin (#172)
- Bump codecov/codecov-action from 4 to 5 (#169)
0.11.3 - 2024-11-06
- Update thiserror requirement from 1.0.30 to 2.0.0 (#167)
0.11.2 - 2024-09-10
- Closing an existing port forward (#165)
0.11.1 - 2024-09-08
- Add optional tracing support to Session drop impl (#164)
- Update openssh-sftp-client requirement from 0.14.0 to 0.15.0 (#159)
0.11.0 - 2024-08-10
- Remove dep tokio-pipe (#156)
- Remove deprecated functions (#156)
- Replace
From<tokio::proces::Child*>
withTryFrom<tokio::proces::Child*>
, since the converison is falliable (#156) - Remove
IntoRawFd
forChild*
since the conversion is falliable (#156)