Releases: ktbyers/netmiko
Releases · ktbyers/netmiko
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).
Netmiko 0.3.4
- 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
- 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