Skip to content

v2.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

  • Python 3.12 Support

v2.3.0 (2024-12-02)

Added

  • #221 - Added support for Python 3.12.

Housekeeping

  • Rebaked from the cookie nautobot-app-v2.4.0.
  • #199 - Updated the documentation to be in sync with the latest default configuration.
  • #219 - Rebaked from the cookie nautobot-app-v2.3.0.
  • #221 - Rebaked from the cookie nautobot-app-v2.3.2.
  • #225 - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management.

v2.3.1 (2025-03-13)

Added in v2.3.1

  • #226 - Added q search filters to AddressFamilyFilterSet and PeeringFilterSet.

Changed in v2.3.1

  • #192 - Changed all q search methods to use SearchFilter.

Fixed in v2.3.1

  • #232 - Fixed PeerEndpoint validation to allow all interfaces (including Virtual Chassis)

Housekeeping in v2.3.1

  • Rebaked from the cookie nautobot-app-v2.4.2.
  • Rebaked from the cookie nautobot-app-v2.4.1.

v2.3.2 (2025-07-30)

Added

  • #251 - Added ASNs list to Device view.

Changed

  • #257 - Removed PeerEndpoint validation requiring RoutingInstance when local_ip is assigned to any Interface.

Fixed

  • #245 - Fixed device URL link in BGP Routing Instance detail view.

Housekeeping

  • Rebaked from the cookie nautobot-app-v2.5.0.