Skip to content

Releases: nornir-automation/nornir

v3.5.0

08 Jan 17:52
Compare
Choose a tag to compare

Here's a markdown summary for the Nornir 3.5.0 release notes:

What Changed

  • Added Python 3.13 support and removed Python 3.8 support
  • Enhanced type hints throughout the codebase
  • Replaced pkg_resources with importlib.metadata
  • Fixed license name reference to correct METADATA issue
  • Moved to Ruff for code formatting (replacing Black & isort)
  • Documentation updates:
  • Upgraded various dependencies:

Contributors

@ktbyers
@ogenstad
@dgarros
@ubaumann
@mjbear
@dbarrosop
@devon-mar
@991jo
@jifox
@nemith
@dmahler

v3.4.1

22 Sep 06:12
d8c547c
Compare
Choose a tag to compare

What's Changed

  • Fix missing typing_extensions and mypy_extensions dependencies by @ktbyers and @nemith in #867

Full Changelog: v3.4.0...v3.4.1

v3.4.0

21 Sep 06:40
325c8ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

09 Apr 09:49
4622a75
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

16 Nov 10:45
51e157d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

26 Apr 08:21
726523c
Compare
Choose a tag to compare

v3.1.0

27 Feb 14:10
44e65fa
Compare
Choose a tag to compare

v3.0.0

16 Sep 07:50
Compare
Choose a tag to compare

First nornir 3 release, see upgrading notes for details

v2.5.0

06 Sep 06:54
Compare
Choose a tag to compare

Documentation: https://nornir.readthedocs.io/en/v2.5.0

v3.0.0a4

16 May 12:06
Compare
Choose a tag to compare
v3.0.0a4 Pre-release
Pre-release
  • bring back SimpleInventory to nornir3.0.0 #543
  • Rename ParallelRunner -> ThreadedRunner #544
  • regression: pass nornir object to task #541
  • proposal for runners #536
  • Inventory improvements for nornir 3.0 #527