Skip to content

Releases: networktocode/nornir-pyntc

v3.1.1 - 2026-04-08

08 Apr 20:46
071edda

Choose a tag to compare

v3.1.1 - 2026-04-08

Added

  • #50 - Added support for Python 3.14.

Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0 - 2026-03-10

10 Mar 21:46
8e6bbdb

Choose a tag to compare

What's Changed

[3.1.0] 03-2026

Added

  • 37 - Remote File Copy functionality, allow for remote copy, file validations and more.

Removed

  • Dropped support for python3.8
  • Dropped support for python3.9

New Contributors

Full Changelog: v3.0.0...v3.1.0

Release 3.0.0

03 Jan 16:20
528d041

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

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

Choose a tag to compare

What's Changed

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

v1.0.0

04 Aug 15:23
06cb02a

Choose a tag to compare

v1.0.0

  • Initial release