Skip to content

Releases: ktbyers/netmiko

Netmiko 0.4.3

12 Apr 16:06
Compare
Choose a tag to compare
  • 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).

Netmiko 0.3.4

04 Mar 17:37
Compare
Choose a tag to compare
  • Add Dell Force10 support
  • Improve scp_handler
  • Improve send_command_expect method
  • Improve SSH proxy support
  • Standardize vendor_platform_transport terminology for device_type

Netmiko 0.3.0

18 Jan 18:48
Compare
Choose a tag to compare
  • Add support for SSH keys, SSH proxy, and SSH config file
  • Use Flake8 for code valdiation
  • Add global_delay_factor argument
  • Gracefully exit SSH for Cisco IOS and cisco-like devices
  • Ignore non-UTF8 characters
  • Improve handling of CLI line wrapping (backspace characters in output)
  • Add Juniper-handler to automatically enter cli
  • Updating SCP handler to allow non 'flash:' file system
  • New vendor support:
    Alcatel SROS
    Extreme
    Enterasys
    Dell-Force10 (DNOS9)
    Generic Linux handler