v2.4 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
- Change minimum Nautobot version to 2.4.20.
- Dropped support for Python 3.9.
- Several bug fixes and improvements.
v2.4.0 (2025-12-09)
Fixed
- #332 - Fixed several places where rendering of
verbose_namewas incorrect. - #357 - Fixed permissions on edit device weight and edit dynamic group weight tabs for Policy and NATPolicy.
- #360 - Fixed an incompatibility when slugifying capirca names that start with a number by prefixing the name with an underscore.
Dependencies
- #332 - Pinned Nautobot to 2.4.20 or greater to support several of the latest Nautobot UI Component updates.
Housekeeping
- #332 - Fixed failing linting issues.
- #332 - Migrated all models to use the UI Component Framework.
- Rebaked from the cookie
nautobot-app-v2.7.0. - Rebaked from the cookie
nautobot-app-v2.7.1. - Rebaked from the cookie
nautobot-app-v2.7.2.
Contributors
New Contributors
Full Changelog: v2.3.0...v2.4.0