Releases: openssh-rust/openssh
Releases · openssh-rust/openssh
v0.11.4
Fixed
- wait_with_output forget to close stdin (#172)
Other
- Bump codecov/codecov-action from 4 to 5 (#169)
v0.11.3
Other
- Update thiserror requirement from 1.0.30 to 2.0.0 (#167)
v0.11.2
Other
- Closing an existing port forward (#165)
v0.11.1
Other
- Add optional tracing support to Session drop impl (#164)
- Update openssh-sftp-client requirement from 0.14.0 to 0.15.0 (#159)
v0.11.0
- Remove dep tokio-pipe (#156)
- Remove deprecated functions (#156)
- Replace
From<tokio::proces::Child*>
with TryFrom<tokio::proces::Child*>
, since the converison is falliable (#156)
- Remove
IntoRawFd
for Child*
since the conversion is falliable (#156)
v0.10.5
Other
- Fix release-plz.yml
- Add missing feature doc for
Session::new*
(#153)
- Create release-plz.yml for auto-release (#151)
The changelog for this crate is kept in the project's Rust documentation in the changelog module.