Skip to content

Netmiko 0.4.3

Compare
Choose a tag to compare
@ktbyers ktbyers released this 12 Apr 16:06
· 2131 commits to develop since this release
  • Significantly improve performance (reduce unnecessary sleep times).
  • Improve reliability of enable and config methods.
  • Increase use of send_command_expect method; reduce use of send_command method.
  • Increase reliability of find_prompt and disable_paging methods.
  • Add receive_data_generator for reading output data.
  • Fixing Juniper issue with backspace characters when line repainted.
  • Add read_until_prompt, read_until_pattern, and read_until_prompt_or_pattern methods.
  • Add _autodetect_fs method for SCP handler and NAPALM to autodetect SCP file system (Cisco IOS and ASA).