Skip to content

v22.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@daviderovell0 daviderovell0 released this 04 Aug 11:04
51199a2

Release notes:

  • New synchronous backend - custom SSH utility library in C++ using libssh2 (standard library for ssh). Library is exposed to NodeJS via node-addon-api, basic C++ testing implemented. Closes #12
  • Operation and command logic refactored for synchronicity. runOperationAsync maintained
  • SCP methods for files and folders
  • input verification (no bash special characters) for all fields. core/opn/run is the only exception at the moment
  • moved direct SSH endpoints to core operator
  • updated documentation and reference

What's Changed

New Contributors

Full Changelog: v22.0-beta...v22.1-beta