Skip to content

Releases: ktbyers/netmiko

Netmiko 2.3.0 Release

10 Oct 03:35
e6716be
Compare
Choose a tag to compare
  • Add Dell DNOS6 support
  • Add RAD ETX support
  • Add IP Infusion OcNOS support
  • Add Paramiko pkey, auth_timeout, and passphrase support.
  • Add support for unicode banners
  • Gracefully cleanup session on failures during session_preparation()
  • Bug fixes

Netmiko 2.2.2 Release

19 Jul 00:31
fcd7a92
Compare
Choose a tag to compare
  • Add Dell EMC Isilon Support
  • Add Citrix NetScaler Support
  • Add Dell OS10 Support
  • Add Apresia Systems AEOS Support
  • Add fast_cli mode to Netmiko to improve performance
  • Add support for a session_log

Netmiko 2.1.1 Release

22 Mar 20:10
Compare
Choose a tag to compare
  • Improved docstrings
  • Arista, Juniper, Calix B6 Telnet support
  • Add Linux Secure Copy support
  • Minor bug fixes

Netmiko 2.1.0 Release

07 Mar 19:07
e575775
Compare
Choose a tag to compare
  • Add Juniper secure copy support
  • Add Arista secure copy support
  • Add IOS-XR secure copy support
  • Add new file_transfer function
  • Minor bugfixes

Netmiko 2.0.2 Release

09 Feb 21:31
2f60d4d
Compare
Choose a tag to compare
  • Add generic save_config() method (synchronize running-config to startup-config)
  • Add Extreme telnet support
  • Add Huawei VRPV8 support
  • Minor bug fixes

Netmiko 2.0.1 Release

08 Jan 03:31
031aebf
Compare
Choose a tag to compare

Fix Windows TextFSM install issue.

Netmiko 2.0.0 Release

15 Dec 05:31
cc08641
Compare
Choose a tag to compare

Significant features/improvements

  • Add serial port connection support
  • Integrate TextFSM to send_command and send_command_timing
  • Generalize SCP support including adding NX-OS SCP support
  • Integrate timeout mechanism to be more generally usable
  • Abstract RETURN character
  • Generalize telnet support to be more modular.

New Vendors/Platforms/Transports

  • Add NetApp cDOT support
  • Add Calix B6 support
  • Add Coriant support
  • Addi FastIron/NetIron telnet support.

Various bugfixes

Netmiko 1.4.3 Release

22 Sep 19:58
Compare
Choose a tag to compare

New Platforms

  • Ubiquity EdgeOS

New Features

  • Add is_alive() connection verification

Minor bug fixes and misc

  • Expand auto detection for more platforms
  • Convert debugging print statements to log messages
  • Fix Extreme and Enterasys enable issue
  • Fixing FastIron RADIUS login issue
  • Improve newline_normalization

Netmiko 1.4.2 Release

07 Jul 22:41
Compare
Choose a tag to compare

New Platforms:

  • Alcatel-Lucent OmniSwitch AOS
  • Accedian
  • MRV Communications OptiSwitch

Fixes:

  • Fix Huawei enable mode issue
  • Fix Huawei USGv5 and HA mode issue

Netmiko 1.4.1 Release

01 Jun 23:10
Compare
Choose a tag to compare
  • Add Extreme WiNG Support
  • Expand snmp_autodetect
  • Add Paramiko keepalive support
  • Raise EOFError if SSH channel closed
  • Fixing some re.escape issues