Skip to content

Netmiko 1.0.0

Choose a tag to compare

@ktbyers ktbyers released this 13 Sep 18:48
· 2293 commits to develop since this release

This release is not backwards compatible

Please regression test your code

  • send_command() method is now identical to send_command_expect()
  • send_command_timing() method has been added for situations that require delay based solution
  • Abstracted read/write operations to enable support for telnet

Other changes

  • Add support for Telnet (Cisco IOS telnet driver)
  • Rationalize delay_factor and global_delay_factor
  • Add support for SCP get operation
  • Add support for Cisco S300 series
  • Fix issue with show output being modified due to terminal width
  • Add Cisco WLC config methods
  • Expand upon unit tests (SCP and Linux unit tests added)