Releases: networktocode/nornir-pyntc
Releases · networktocode/nornir-pyntc
Release 3.0.0
What's Changed
- Release 3.0 by @pszulczewski in #35
- Updated
pyntc
dependency to 2.0.0, which contains updates related to changes in netmiko 4.0. In shortdelay_factor
was deprecated in favor ofread_timeout
. - Dropped support for python3.7
- Updated
New Contributors
- @pszulczewski made their first contribution in #35
Full Changelog: v2.0.0...v3.0.0
v2.0.0
[2.0.0] 04-2023
Added
- Add
wait_for_reload
kwarg inpyntc_reboot
task to mirror updated pyntc methods as of1.0.0
of pyntc.
Fixed
pyntc_config
- Update docstrings and support both list|str inputs.
Deprecated
- Remove
pyntc_show_list
tasks, aspyntc_show
now accepts a list or a str argument. - Remove
timer
argument frompyntc_reboot
task as it was deprecated in underlyingpyntc
library in1.0.0
.