v2.2 Release Notes¶
This document describes all new features and changes in the release 2.2
. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
This release adds support for Python 3.12 and Django 4.
v2.2.1 (2025-01-29)¶
Changed¶
- #261 - Updated template extensions to align with standard Nautobot UI views.
Fixed¶
- #255 - Add status to bulk update for CVE. Fix CVE status filter.
- #392 - Add Tags to the appropriate APIs.
Housekeeping¶
- #261 - Added management command
generate_app_test_data
to generate sample data for development environments. - #375 - Main to Develop post 2.2.0 release.
- #385 - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management.
- #410 - Fixed mysql tests and reenabled mysql tests in CI.
v2.2.0 (2024-09-07)¶
Added¶
- #367 - Added support for Python 3.12.
Fixed¶
- #343 - Fix logic populating the "Inventory Part ID" drop-down in the create/edit form for the Hardware Notice.