v1.1 Release Notes¶
This document describes all new features and changes in the release 1.1. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
- Added checks for code affected by Nautobot 3.2+ changes to cable data models.
v1.1.0 (2026-08-18)¶
Added¶
- #136 - Added
django.test.TransactionTestCaseto the incorrect base class checker. - #141 - Added checks for code affected by Nautobot 3.2+ changes to cable data models.
Changed¶
- #144 - Changed nautobot min version check to not load on startup.
Documentation¶
- #141 - Removed leftover incorrect references to
supported_nautobot_versionsconfiguration key.
Housekeeping¶
- #138 - Added Python 3.14 support.
- Rebaked from the cookie
main.