Releases: openssh-rust/openssh-mux-client
Releases · openssh-rust/openssh-mux-client
openssh-mux-client-error-v0.1.1
Other
- Update thiserror requirement in /crates/mux-client-error (#59)
openssh-mux-client-v0.17.6
Other
- Port forwarding closure (#57)
openssh-mux-client-v0.17.5
Other
- Update typed-builder requirement in /crates/mux-client (#55)
openssh-mux-client-v0.17.4
Other
- Update typed-builder requirement in /crates/mux-client (#52)
0.17.3
0.17.1
What's Changed
- Update typed-builder requirement from 0.15.0 to 0.16.0 in /crates/mux-client by @dependabot in #39
Full Changelog: 0.15.5...0.17.1
0.15.5
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_term
to retNonZeroByteSlice
and removed the use ofunwrap
. - Rm use of
mem::transmute
inNonZeroByteSlice::new_unchecked
- Mark
NonZeroByteSlice::new_unchecked
asconst
- 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