Changelog for
python-netmiko-1.4.2-16.1.noarch.rpm :
Sat Jul 8 14:00:00 2017 mardnhAATTgmx.de
- Update to version 1.4.2
* New Platforms:
- Alcatel-Lucent OmniSwitch AOS
- Accedian
- MRV Communications OptiSwitch
* Fixes:
- Fix Huawei enable mode issue
- Fix Huawei USGv5 and HA mode issue
Fri Jun 2 14:00:00 2017 mardnhAATTgmx.de
- Update to version 1.4.1
- Add Extreme WiNG Support
- Expand snmp_autodetect
- Add Paramiko keepalive support
- Raise EOFError if SSH channel closed
- Fixing some re.escape issues
Tue May 2 14:00:00 2017 mardnhAATTgmx.de
- Update to version 1.4.0
* The following change is not backwards compatible
- Fix SSH config file support to be standard host specifier
* Enhancements/Fixes
- Add support for send_config_set with a string
- Add ASA login support
- Fix bugs with regular expression handling and re.escape
- Improve timing issues with InLine Transfer on large files.
- Integrate to readthedocs
- Add some additional platforms to autodetect
- Make the telnet code easier to reuse
* New Drivers / Improved Platform Support
- Add Check Point gaia support
- Add Dell PowerConnect Telnet support
- Improve Extreme EXOS driver
Fri Mar 24 13:00:00 2017 mardnhAATTgmx.de
- Update to version 1.3.0
* 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
- Update to version 1.2.8
* Improvements to SCP to support additional SSH arguments
* Improve code that verifies login happened correctly
* Add Ciena SAOS (experimental)
* Add Cisco Telepresence driver (experimental)
- Update to version 1.2.7
* Updating InLineTransfer support to be consistent with NAPALM
requirements.
Sat Jan 14 13:00:00 2017 mardnhAATTgmx.de
- Update to version 1.2.5
* Add syslog 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
Sun Oct 30 13:00:00 2016 mardnhAATTgmx.de
- Update to version 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
Tue Sep 13 14:00:00 2016 mardnhAATTgmx.de
- Update to version 1.0.0
This release is not backwards compatible
* 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)
Sun Jul 31 14:00:00 2016 mardnhAATTgmx.de
- Update to version 0.5.6
* Add Brocade ICX/FastIron support
* Add Brocade MLX/NetIron support
* Improve HPE Comware7 Support
* Improving reliability on some timing issues
- Update to version 0.5.1
* Minor fixes to support netmiko-tools.
- Update to version 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
- Update to version 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).
- Update to version 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
Fri Jan 22 13:00:00 2016 mardnhAATTgmx.de
- initial package