Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@einarnn einarnn released this 25 Aug 15:35

Introduced ssh-python as option instead of Paramiko.

Bumped to 0.7.0 as the manager.connnect call is NOT 100% backwards compatible today with all possible parameters that may be passed to Paramiko.

What's Changed

  • update Paramiko dependency by @einarnn in #627
  • set default workflow permissions to read-only and pin action hashes f… by @minchai23 in #630
  • Fix error in .github/workflows/check.yml by @minchai23 in #632
  • Load certificate data when a corresponding public key is found in an ssh agent by @bcollet in #628
  • Lazy-load some submodules inside ncclient.transport only when needed by @focksor in #638
  • Update tox.ini for test-requirements.txt → requirements-test.txt by @musicinmybrain in #625
  • Add alternative SSH transport using libssh by @pepa-cz in #639
  • new: remove paramiko.DSSKey by @pengufrost in #642

New Contributors

Full Changelog: v0.6.19...v0.7.0