Skip to content

Releases: openssh-rust/openssh-mux-client

0.15.4

19 Sep 05:54

Choose a tag to compare

What's Changed

  • Impl zero-copy serialization for Connection::open_new_session by @NobodyXu in #7

Full Changelog: 0.15.3...0.15.4

0.15.3

19 Sep 02:39

Choose a tag to compare

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 ret NonZeroByteSlice
    and removed the use of unwrap.
  • Rm use of mem::transmute in NonZeroByteSlice::new_unchecked
  • Mark NonZeroByteSlice::new_unchecked as const
  • 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