Skip to content

Releases: ncclient/ncclient

ncclient-v0.6.15

17 Oct 21:38
f0f4d95
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.13...v0.6.15

ncclient-v0.6.13

10 Apr 20:27
e4dad6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.12...v0.6.13

Release v0.6.12

29 May 16:34
Compare
Choose a tag to compare
  • Fix for unintentional breakage of JunOS ExecuteRPC

Release v0.6.11

29 May 15:17
32b3565
Compare
Choose a tag to compare
  • Support for custom client capabilities
  • Restructuring/refactoring of example scripts
  • Minor bugfixes
  • Minor unit test refactoring

Release v0.6.10

03 Mar 00:47
185d921
Compare
Choose a tag to compare
  • NETCONF call-home (RFC8071) support
  • YANG 1.1 action support
  • Nokia SR OS device handler support
  • Removal of old ALU base-r13 API documentation
  • Increased test coverage
  • Variety of bugfixes and minor enhancements from a variety of contributors since 0.6.9 (see commit history)

Release v0.6.9

29 May 15:19
Compare
Choose a tag to compare

Fast release to address accidental breaking API change.

Year End Bugfixes

21 Dec 19:40
Compare
Choose a tag to compare

Variety of bugfixes from a variety of contributors.

v0.6.6

28 May 10:24
Compare
Choose a tag to compare

Changes:

  • Read ssh timeout from config file if not specified in method call
  • Tox support
  • Huge XML tree parser support
  • Adding optional bind address to connect

Various Updates

07 Apr 17:50
Compare
Choose a tag to compare
  • Pin selectors2 to Python versions <= 3.4
  • Fix config examples to actually use the nc namespace
  • fix: correctly set port for paramiko when using ssh_config file
  • test: add test to check ProxyCommand uses correct port
  • Update commits for py3
  • Enhance Alcatel-Lucent -support
  • Juniper RPC: allow specifying format in CompareConfiguration
  • Parsing of NETCONF 1.1 frames no longer decodes each chunk of bytes...
  • Fix filter in create_subscription
  • Validate 'with-defaults' mode based on supported modes advertised in capability URI

v0.6.3

26 Sep 18:27
d647a9e
Compare
Choose a tag to compare
  • Fix homepage link registered with PyPi
  • SSH Host key checking
  • Updated junos.py to resolve RestrictedUser error
  • Close the channel when closing SSH session
  • invoke self.parse() to ensure errors, if any, have been detected before check in ok()