Skip to content

Releases: SpectrumBroad/xible-nodepack-ssh2

v0.9.0

20 Oct 15:39

Choose a tag to compare

Added

  • The ssh2.client.exec node now allows commands to be passed through the commands input.

  • Meaningful errors are now reported for the ssh2.client.exec node, instead of just an exit code.

  • A "started" output for the ssh2.client.exec node is now in place to transfer state. This is required for example in the use of stream nodes.

v0.8.0

01 Nov 08:26

Choose a tag to compare

Changed

  • THe input fields which are required in the editor now have that flag set which keeps them visible in XIBLE versions 0.9.0 and above if the node is not focused.

v0.7.0

08 Sep 16:18

Choose a tag to compare

Added

  • The ssh2.client.exec node allows commands to run under sudo or another user, by introducing a new "sudo user" field. This makes it easier to write sudo su - user -c 'command' commands.

Fixed

  • ssh2.client.sftp.copy could cause an unexpected 'failure' message when copying many files in multiple directories. This has been fixed by making the copying of files a synchronize task per client.

v0.6.0

08 Sep 16:08

Choose a tag to compare

Added

  • Typedefs

Changed

  • Dependencies are shrinkwrapped on publish.

v0.5.0

28 Apr 15:41

Choose a tag to compare

Added

Changed

  • eslint/airbnb is now the default code style.
  • ssh2.client automatically reconnects when required after a disconnect.

Fixed

  • ssh2.client.disconnect now waits for all connections to actually end before triggering 'done'.

v0.4.0

27 Apr 20:45

Choose a tag to compare

version bump