Releases: ktbyers/netmiko
Releases · ktbyers/netmiko
Netmiko 2.3.0 Release
- 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
- 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
- Improved docstrings
- Arista, Juniper, Calix B6 Telnet support
- Add Linux Secure Copy support
- Minor bug fixes
Netmiko 2.1.0 Release
- 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
- 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
Fix Windows TextFSM install issue.
Netmiko 2.0.0 Release
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
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
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
- Add Extreme WiNG Support
- Expand snmp_autodetect
- Add Paramiko keepalive support
- Raise EOFError if SSH channel closed
- Fixing some re.escape issues