Releases: ADTRAN/netconf_client
Releases · ADTRAN/netconf_client
Fix copy-config with config elements
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
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
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
performance: get name of API functions only if logging is enabled (#4) Co-authored-by: wburkhar <[email protected]>
Added logging for XML request/response
Pretty XML logging with timestamps (#3) Authored-by: Wolfram Burkhardt <[email protected]>