Changelog¶
3.0.0¶
- #107 Changed the dispatcher method function signature - Breaking change
- #107 Restructured file layout to accommodate new dispatcher - Breaking change
- #107 Removed NornirLogger - Breaking Change
- #107 Updated to Nautobot loggin standard based on Python standard library logger
- #107 Migrated filters to Nautobot 2.0 standards, e.g. location
- #107 Added error codes e.g. E1001, to better facilitate troubleshooting
- #107 Added ability to control what
tcp_port
number to use in thecheck_connectivity
method - #107 Updated to latest NTC development standards and updated dependencies
v2.6.1¶
v2.6.0¶
v2.5.0¶
v2.4.0¶
- #61 Be more clear on error messages by @itdependsnetworks
- #66 Add basic typing to the methods in logger by @KalleDK
- #75 Documentation refactor by @susanhooks
- #77 added ICX/Fastiron Nornir Driver by @pato23arg
- #78 Fix RTD docs build by @cmsirbu
- #83 Adds provision_config method by @joewesch
- #76 Mikrotik RouterOS CLI Support by @pato23arg
- #79 Mikrotik RouterOS API support by @pato23arg
- #85 Ruckus Smartzone WLC and Access Point Driver by @pato23arg
New Contributors¶
- @KalleDK made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/66
- @susanhooks made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/75
- @pato23arg made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/77
- @cmsirbu made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/78
- @joewesch made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/83
v2.3.0¶
- #67 fix pylint, tests, and drop py36 support #67
v2.2.0¶
v2.1.2¶
- #40 Fix nornir inventory defaults
v2.1.1¶
- #31 Migrate from Travis-CI to GitHub Actions for CI
- #32 Fix data population when generating configurations from the dispatcher
v2.1.0¶
- #26 Updates in poetry packaging for pre 1.0.0 dependencies in Nornir to allow all new up to 1.0.0 releases
v2.0.3¶
- #24 Change import mechanism / changes deprecated function
v2.0.1¶
- #20 Fixes inventory failure when platform is not defined for a device
v2.0.0¶
- #18 Migrates functions to new NTC netutils library, which is removing methods previously available:
- compliance
- make_folder
- hostname_resolves
- test_tcp_port
- is_ip
v0.1.0 - 2020-12-27¶
Initial release