Releases: ktbyers/netmiko
Releases · ktbyers/netmiko
Netmiko 1.3.0 Release
New Platforms
- Add support for Cisco Telepresence Endpoints
- Add support for Mellanox
- Add Dell PowerConnect support
- Add terminal_server device type
- Add Pluribus support
Other improvements
- Add redispatch capability
- Add SSH autodetect feature
- Bugfixes and improvements
- Add SSH lock capability for added concurrency support
Netmiko 1.2.8 Release
- Improvements to SCP to support additional SSH arguments
- Improve code that verifies login happened correctly
- Add Ciena SAOS (experimental)
- Add Cisco Telepresence driver (experimental)
Netmiko 1.2.7
- Updating InLineTransfer support to be consistent with NAPALM requirements.
Netmiko 1.2.5
Netmiko Release 1.2.5
- Add logging support
- Context Manager
- Create InLineTransfer mechanism using on-box TCL
- Update tooling to pylama and tox
- Reliability improvements
- Add preliminary SNMP auto detect device type
- Adding Eltex, Ubiquiti Edge Vendors
Netmiko 1.1.0
- Add allow_agent support
- VYOS improvements
- Telnet improvements
- Fix Arista check_config_mode issue
- Fix ASA changeto bug
- Fix send_config_set output display bug
- PAN-OS timing improvements
Netmiko 1.0.0
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)
Netmiko 0.5.6
- Add Brocade ICX/FastIron support
- Add Brocade MLX/NetIron support
- Improve HPE Comware7 Support
- Improving reliability on some timing issues
Netmiko 0.5.1
- Minor fixes to support netmiko-tools.
Netmiko 0.5.0
- Add Palo Alto support
- Add Quanta support
- Linux driver improvements
- Cisco WLC improvement
- Add utilities Module to support netmiko-tools
- Improve reliability
Netmiko 0.4.3
- 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).