v2.1 Release Notes¶
This document describes all new features and changes in the release 2.1
. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
This release includes various housekeeping updates and adds support for Nautobot v2.3.0.
v2.1.0 (2024-08-07)¶
Added¶
- #213 - Added
invoke generate-app-config-schema
command to generate a JSON schema for the App config. - #213 - Added
invoke validate-app-config
command to validate the App config against the schema. - #213 - Added App config JSON schema.
- #258 - Added migration to support Django 4.
Fixed¶
- #258 - Fixed IPRangeSerializer requiring vrf field.