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¶
- Change minimum Nautobot version to 2.4.20.
- Dropped support for Python 3.9.
v3.3.1 (2026-08-14)¶
Dependencies¶
- #448 - Updated
diffsyncoptional dependency to^2.0.0and updated thegrafanaintegration accordingly.
Housekeeping¶
- #432 - Housekeeping for deprecated dependency: pkg_resources and prybar.
- Rebaked from the cookie
nautobot-app-v2.7.3.
v3.3.0 (2025-12-05)¶
Added¶
- #384 - Added Bulk Update functionality for the AccessGrant, CommandToken and ChatOpsAccountLink models.
Fixed¶
- #412 - Fixed bulk operations on Grafana views.
Dependencies¶
- #403 - Updated schema-enforcer and termcolor dependencies.
Housekeeping¶
- #384 - Refactored AccessGrant model, ChatOpsAccountLink, CommandLog, CommandToken related UI views to use
NautobotUIViewSetandUI component framework. - #394 - Refactored GrafanaDashboard related UI views to use
NautobotUIViewSetandUI 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.