Releases: openssh-rust/openssh-mux-client
Releases · openssh-rust/openssh-mux-client
0.15.4
0.15.3
What's Changed
- Fix clippy warning in mod
connection::tests - Rm field
Request::NewSession::reserved
as it is not used anyway. - Unify import style
- Fix clippy warning in
non_zero_bytes::tests - Impl new fn
NonZeroByteVec::from_bytes_remove_nul - Modify
default_config::get_termto retNonZeroByteSlice
and removed the use ofunwrap. - Rm use of
mem::transmuteinNonZeroByteSlice::new_unchecked - Mark
NonZeroByteSlice::new_uncheckedasconst - Refactor: Rm
RawConnection - Fix
Connection::write: Check number of bytes written - Fix
Connection::send_with_fds: Check num of bytes written - Increase size of buffer for Connection
Full Changelog: https://github.com/openssh-rust/openssh-mux-client/commits/0.15.3