Skip to content

v0.46.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 19:52
· 14 commits to main since this release

Changes

  • wasm-support: add wasm support (#351) #351 (irvingouj @ Devolutions)
  • 97dc08b: Support Pageant as agent (#326) #326
  • 26aae26: added named pipe support for AgentClient and AgentClient::dynamic()
  • 8b88465: added AgentClient::into_inner
  • 67a6ba8: Implement streamlocal-forward for remote => local UDS forwarding (#312) (kanpov) #312
  • b9759d4: client channel handling changes - server_channel_open_direct_tcpip, server_channel_open_agent_forward and server_channel_open_session now receive a Channel instead of a ChannelId. Also added should_accept_unknown_server_channel and server_channel_open_unknown callbacks.
  • d6ee97a: new rich NoCommonAlgo error
  • cb8d9e9: fixed #338 - make KeyPair::generate_ed25519 infallible
  • 9444608: Add a way to open an agent forwarding channel (#344) (Thomas Rampelberg) #344
  • ee59e07: Add ed25519 to ALL_KEY_TYPES (#360) (Toni Peter) #360
  • 3f7271b: fixed #358 - relax strict kex checks to match OpenSSH
  • 72aa097: Update deps (#363) (Lucas Kent) #363

Fixes