Skip to content

Releases: choppsv1/netconf

Release 2.1.0

12 Feb 20:10
01a7a8d
Compare
Choose a tag to compare

Add options for edit-config operations, and fix close-session namespace bug.

Release 2.0.1

12 Feb 13:55
Compare
Choose a tag to compare
  • Update pypi-upload Makefile target.

Release 2.0.0

12 Feb 13:47
Compare
Choose a tag to compare

Add subtree filter support and clean up default namespace use (removes)

Sub-tree filter support is added by converting the sub-tree filter to an xpath expression.

API CHANGE: Additionally netconf is no longer set as the default namespace. This is technically a non-backward compatible change as some users may have assumed a non-prefixed element would be inside the namespace. This code should be updated to use a "nc:" prefix instead.

[started from code in #34 from @psikala]

Release 1.13.0

23 Mar 11:29
Compare
Choose a tag to compare
  • Add basic locking support to server code.
  • Add basic tests of locking support.

Release 1.12.0

29 Sep 10:58
Compare
Choose a tag to compare
Use sshutil method to import private key.

- supports all key types.
- fixes #26

Release 1.11.0

03 Sep 01:22
Compare
Choose a tag to compare

Update sshutil requirement to 1.4.2

Release 1.10.0

01 Aug 18:20
Compare
Choose a tag to compare

Add edit-config.

Release 1.9.2

01 May 21:34
Compare
Choose a tag to compare
Require latest sshutil

Release 1.9.1

25 Apr 11:37
Compare
Choose a tag to compare
  • Allow for empty filter in subtree case
  • Allow for default type of subtree.
  • We still don't implement subtree, need a subtree to xpath conversion function.

Release 1.9.0

24 Apr 22:31
Compare
Choose a tag to compare

Strip capabilities element text of whitespace.