Skip to content

Releases: networktocode/nornir-pyntc

Release 3.0.0

03 Jan 16:20
528d041
Compare
Choose a tag to compare

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 short delay_factor was deprecated in favor of read_timeout.
    • Dropped support for python3.7

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

08 Apr 02:34
5b9725f
Compare
Choose a tag to compare

[2.0.0] 04-2023

Added

  • Add wait_for_reload kwarg in pyntc_reboot task to mirror updated pyntc methods as of 1.0.0 of pyntc.

Fixed

  • pyntc_config - Update docstrings and support both list|str inputs.

Deprecated

  • Remove pyntc_show_list tasks, as pyntc_show now accepts a list or a str argument.
  • Remove timer argument from pyntc_reboot task as it was deprecated in underlying pyntc library in 1.0.0.

v1.0.1

29 Oct 04:14
b4130b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Aug 15:23
06cb02a
Compare
Choose a tag to compare

v1.0.0

  • Initial release