v3.2 Release Notes¶
This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
- Updates nornir-nautobot to a version that includes get_facts.
v3.2.4 (2026-08-19)¶
Changed¶
- #278 - Added default
nornir_settingsto the App configuration, soPLUGINS_CONFIGno longer requires anautobot_plugin_nornirentry. Anornir_settingsdictionary is now merged over the defaults, so it only needs the keys you want to change.
Fixed¶
- #278 - Fixed idle database connection cleanup never running for deployments that supplied no
nornir_settings. The previous fallback omitted the runner plugin, so the threaded check inclose_threaded_db_connectionswas always false.
v3.2.3 (2026-08-14)¶
Dependencies¶
- #274 - Changed the minimum version of nornir-nautobot to 4.4.0.
Housekeeping¶
- Rebaked from the cookie
nautobot-app-v3.1.4.
v3.2.2 (2026-07-17)¶
Fixed¶
- #267 - Fixed YAML indentation in the Device Type Config Context example in the inventory documentation.
Dependencies¶
- #269 - Changed the minimum required
nornir-nautobotversion to 4.3.0.
v3.2.1 (2026-04-29)¶
Added¶
- Added
@functools.wraps(func)to theclose_threaded_db_connectionsdecorator to preserve the metadata of the wrapped function.
Fixed¶
- #245 - Fixed
close_threaded_db_connectionsdecorator silently discarding the return value of the wrapped function.
v3.2.0 (2026-04-13)¶
Dependencies¶
- #262 - Update nornir-nautobot to 4.2.0 as floor.