v2.2 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¶
This release adds support for Python 3.12.
v2.2.0 (2024-11-05)¶
Added¶
- #266 - Added Python 3.12 support.
Fixed¶
- #222 - Fixed server error when navigating to Policy detail view.
- #233 - Fixed name fields being optional on multiple forms.
- #233 - Fixed assigned devices and assigned dynamic groups fields not marked as optional on NATPolicy and Policy.
- #245 - Fixed server error when navigating to NATPolicy detail view.
- #245 - Fixed server error when updating device/dynamic group weights on NATPolicy.
- #272 - Fixed migrations failing when no statuses exist in the database and various other migration issues.
- #275 - Fixed capirca failures with Nautobot v2.3.3 or higher.
- #280 - Fixed Capirca policy html templates.
Housekeeping¶
- #281 - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management.