Skip to content

Releases: openssh-rust/openssh-mux-client

openssh-mux-client-error-v0.1.1

06 Nov 13:02
25b1728
Compare
Choose a tag to compare

Other

  • Update thiserror requirement in /crates/mux-client-error (#59)

openssh-mux-client-v0.17.6

10 Sep 13:54
4188030
Compare
Choose a tag to compare

Other

  • Port forwarding closure (#57)

openssh-mux-client-v0.17.5

23 Aug 13:21
f78a9ce
Compare
Choose a tag to compare

Other

  • Update typed-builder requirement in /crates/mux-client (#55)

openssh-mux-client-v0.17.4

15 Jul 12:44
dcccd08
Compare
Choose a tag to compare

Other

  • Update typed-builder requirement in /crates/mux-client (#52)

0.17.3

20 Oct 11:13
aa047bf
Compare
Choose a tag to compare

What's Changed

  • Update typed-builder requirement from 0.16.0 to 0.18 in /crates/mux-client by in (#43 #45)

0.17.1

28 Aug 11:53
Compare
Choose a tag to compare

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

20 Sep 08:18
Compare
Choose a tag to compare

What's Changed

  • Impl zero copy for Connection::request_{port, dynamic}_port by @NobodyXu in #9
  • Refactor: Connection::open_new_session_impl by @NobodyXu in #10

Full Changelog: 0.15.4...0.15.5

0.15.4

19 Sep 05:54
Compare
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
Compare
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