Skip to content

Releases: ADTRAN/netconf_client

Fix copy-config with config elements

17 Feb 14:51
Compare
Choose a tag to compare
Attempt to replace Travis CI with GH Actions

Publishing is broken in Travis and I don't think there's much point in
trying to fix something in an EOL platform.

fix: logging exception for ill-formed NC messages

09 Jun 18:02
1e03f69
Compare
Choose a tag to compare

change: Logging exceptions raised by the pretty formatter are caught,
and an error message and the plain NC message are logged instead.
speed: A little bit more speed improvement (long messages).

Co-authored-by: Wolfram Burkhardt [email protected]

speed: greatly improved speed, mainly for bigger NC messages

29 May 10:26
ac918e3
Compare
Choose a tag to compare

add: mode 1.1 protocol error handling (raise NetconfProtocolError)
fix: python 2.7 socket attribute error
Co-authored-by: Wolfram Burkhardt [email protected]

Logging performance enhancement

24 Apr 13:22
b077e61
Compare
Choose a tag to compare
performance: get name of API functions only if logging is enabled (#4)

Co-authored-by: wburkhar <[email protected]>

Added logging for XML request/response

15 Apr 18:01
97438d1
Compare
Choose a tag to compare
Pretty XML logging with timestamps (#3)

Authored-by: Wolfram Burkhardt <[email protected]>

v1.5.1

18 Mar 16:34
Compare
Choose a tag to compare
Fix an issue with installing in Python 3