Skip to content

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.

Housekeeping

  • #8, #229 - Re-baked from the latest template.
  • #212 - Fixed ruff excludes to use per-file excludes instead of global excludes.
  • #218 - Rebaked using nautobot-app-v2.1.0 cookiecutter template tag.