v3.3 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¶
- Removed support for Nautobot <2.4.
- Removed support for Python 3.8.
v3.3.0 (2025-10-10)¶
Fixed¶
- #181 - Replaced all occurrences of PluginCustomValidator with CustomValidator.
- #191 - Updated class inheritance on Bulk Edit Forms to resolve issue loading the Bulk Edit Views.
- #210 - Fixed a race condition when discovering/importing data compliance rules from a Git repository.
Dependencies¶
- Removed support for Nautobot <2.4.
- Removed support for Python 3.8.
Housekeeping¶
- #215 - Fixed incorrectly named UIViewSet for DataCompliance.
- Rebaked from the cookie
nautobot-app-v2.4.1
. - Rebaked from the cookie
nautobot-app-v2.4.2
. - Rebaked from the cookie
nautobot-app-v2.5.0
. - Rebaked from the cookie
nautobot-app-v2.5.1
. - Rebaked from the cookie
nautobot-app-v2.6.0
.