15
0

Accepting request 973257 from home:mnhauke:network:automation

- Update to vedrsion 4.1.0
  Performance Improvements
  * Improve performance in Junos config_mode() and
    check_config_mode() methods.
  * Improve performance on disconnect() method.
  * Improve slow NX-OS disconnect()
  * Improve slow Junos disconnect()
  Bug Fixes and other Improvements
  * Update VyOS save_config()
  * Fix read_timeout being excessively long in case where
    check_config() fails
  * Fix Huawei regular expression issue
  * Fix Huawei login issue
  * Improve Juniper enter_cli_mode()
  * Fix issue with Nokia SROS MD-CLI having square bracket data
    being removed
  * Fix issue with 'write memory' on ubiquity edge switches
  * Fix extreme exos read-only account issue
  * Add Cisco WLC _send_command_w_yes() method
  * Fix Cisco IOS, IOS-XE, and IOS-XR abbreviating prompt in
    config mode
  * Fix Aruba controller paging issue
  * Fix fortigate autodetect
  * Fixing HP Procurve session_preparation issue on repeated
    connection
  Python Version Support
  * Remove PY3.6 Support
  * Add PY3.10 Support

OBS-URL: https://build.opensuse.org/request/show/973257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=37
This commit is contained in:
2022-04-27 20:39:45 +00:00
committed by Git OBS Bridge
parent 82b7c8969c
commit 0632cacb86
4 changed files with 36 additions and 4 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Apr 27 19:45:50 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to vedrsion 4.1.0
Performance Improvements
* Improve performance in Junos config_mode() and
check_config_mode() methods.
* Improve performance on disconnect() method.
* Improve slow NX-OS disconnect()
* Improve slow Junos disconnect()
Bug Fixes and other Improvements
* Update VyOS save_config()
* Fix read_timeout being excessively long in case where
check_config() fails
* Fix Huawei regular expression issue
* Fix Huawei login issue
* Improve Juniper enter_cli_mode()
* Fix issue with Nokia SROS MD-CLI having square bracket data
being removed
* Fix issue with 'write memory' on ubiquity edge switches
* Fix extreme exos read-only account issue
* Add Cisco WLC _send_command_w_yes() method
* Fix Cisco IOS, IOS-XE, and IOS-XR abbreviating prompt in
config mode
* Fix Aruba controller paging issue
* Fix fortigate autodetect
* Fixing HP Procurve session_preparation issue on repeated
connection
Python Version Support
* Remove PY3.6 Support
* Add PY3.10 Support
-------------------------------------------------------------------
Wed Mar 30 09:27:17 UTC 2022 - Martin Hauke <mardnh@gmx.de>