September 2022¶
September 27 - Unicon v22.9¶
Modules |
Versions |
---|---|
|
v22.9 |
|
v22.9 |
Install Instructions¶
bash$ pip install unicon.plugins
bash$ pip install unicon
Upgrade Instructions¶
bash$ pip install --upgrade unicon.plugins
bash$ pip install --upgrade unicon
Features and Bug Fixes:¶
New¶
- connection base
add option log_propagate to control whether logger for the connection propagates logs to parent
add option no_pyats_tasklog to prevent Unicon from adding pyats tasklog handler
Fix¶
- mock_device
Fixed issue with HA mode mock device when asyncssh package is not installed