Skip to content

v1.4.0

Choose a tag to compare

@bramvdbogaerde bramvdbogaerde released this 31 Mar 14:53
· 15 commits to master since this release

This release changes the behavior of the Close method. Whereas before Close would close any ssh.Client used as the underlying transport for this library, this version only closes the ssh.Client whenever it is managed by the library. This release therefore addresses issue #79 specifically.

We think that this warrants a bump in the minor release of this library since these changes could break existing workflows were it is expected that Close() also closes user provided clients. If only NewClient() and Connect() is used no changes are required.

Full Changelog: v1.3.0...v1.4.0