Skip to content

v1.1 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

Highlights

  • Job Chaining. Multiple Jobs can now be linked together and launched as a single workflow. The Job Result page shows live per-step progress, and a chain can optionally roll back all database changes if any step fails.
  • Insights dashboard fixes. Charts now resize with the window, dark mode legend contrast was corrected, cards no longer clip multi-line titles, and the Config Compliance report page is noticeably faster.
  • Tool improvements. The HTTP Request tool gained an allow_redirects option, the SSH tool now surfaces errors properly, and every Network Tools job modal refreshes the page on close once its job has completed.
  • Optional app support is installable via extras. nautobot-golden-config and nautobot-device-lifecycle-mgmt can now be installed with nautobot-tools[golden-config], nautobot-tools[device-lifecycle-mgmt], or nautobot-tools[all].

Compatibility

  • Nautobot 3.2.0 is now the minimum supported version.

v1.1.0 (2026-07-27)

Added

  • Added allow_redirects flag for HTTP Request tool.
  • Added the ability to chain multiple Jobs together into a single workflow, with live per-step progress shown on the Job Result page and an option to roll back all database changes if any step fails.

Changed

  • Enabled page refresh on close for all Network Tools job modals when the job has completed.

Fixed

  • Fixed error handling in SSH tool.
  • Fixed Devices by Location chart not resizing with window resizes.
  • Fixed Devices by Location chart legend contrast in dark mode.
  • Fixed Insights big number cards clipping multi-line titles in the card header.
  • Fixed dashboard cards shifting to the center of a row when the row was not completely filled.
  • Fixed DLM Insights dashboard cards showing a broken redirect button when the DLM version is below the minimum supported.
  • Fixed issue with query efficiency on Config Compliance report page.