Skip to content

v0.2.0

Compare
Choose a tag to compare
@bk138 bk138 released this 09 Dec 20:03
· 3 commits to main since this release
00d3f7c

🌅 New Features

  • Moved connecting to the server behind the SSH server to be done early in ssh_tunnel_open_*(), not when the client connects. This way, we can be sure that the remote host behind the SSH server is reachable when one of the open functions returns a tunnel. This is also more in line with the API docs which state that a tunnel is dug to a remote host.
  • Added a first simple unit test. Integration into CI still to be done.

🛠 Fixes

  • Fixed ssh_tunnel_close() hanging when closing a tunnel that was never used by the client app.

Full Changelog: v0.1.0...v0.2.0