Skip to content

Releases: TritonDataCenter/node-sshpk-agent

v1.4.0

28 Jul 18:19
Compare
Choose a tag to compare
  • Add support for Certificates (addCertificate, listCertificates)
  • Update to sshpk 1.9.x

v1.3.0

28 Jul 18:18
Compare
Choose a tag to compare
  • Update to sshpk 1.8.x, FSM improvements

v1.2.1

28 Jul 18:18
Compare
Choose a tag to compare
  • Better reliability (timeouts, error handling, retries) thanks to FSM refactoring
  • sshpk mixed multi-version support
  • End of node 0.8.x support

v1.0.2: Bump sshpk dep for ed25519 support

08 Oct 02:49
Compare
Choose a tag to compare
  • Upstream sshpk support for ED25519 keys

v1.0.1

01 Oct 00:03
Compare
Choose a tag to compare
  • Fix to keep the agent socket from preventing process exit if there are no outstanding requests

v1.0.0

30 Sep 23:06
Compare
Choose a tag to compare
  • Initial release
  • All client-side code operations working and have tests
  • Tests for decoding agent-side data, but no agent class yet