Skip to content

2.1.0

Compare
Choose a tag to compare
@amyasnikov amyasnikov released this 11 Mar 16:22
· 66 commits to master since this release

New Features:

  • Netconf and JSON API device polling methods have been added
  • Serializer now has two more extraction methods: XML and TextFSM
  • Added serializer option to post-process parsed data with JQ expression
  • Serializer form becomes dynamic and renders only fields suitable for selected extraction method
  • Poller form dynamically hints the required values for public and private credentials.

See docs for serializer and poller for more info about new features.

Bug Fixes:

  • #71 - device polling fails when there are devices with no poller bound
  • #70 - enforce polling of selected devices only during RunTests script execution with sync_datasources=True