Skip to content

Releases: daviderovell0/resop

v22.1-beta

04 Aug 11:04
51199a2
Compare
Choose a tag to compare
v22.1-beta Pre-release
Pre-release

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

v22.0-beta

11 Mar 16:08
Compare
Choose a tag to compare
v22.0-beta Pre-release
Pre-release

Versioning: CalVer YY.minor

resop v22.0-beta - March 2022

Changes

  • First pre-release! Currently used and under testing
  • Opensource from internal repo @CNSCtech