Skip to content

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

  • Deprecated Python 3.8
  • Added Cisco IOS-XR experimental support to Nautobot Device Onboarding.
  • Fixed job failures caused by logging implementation changes.

v4.3.2 (2025-09-29)

Housekeeping

  • Fixed logging error preventing the execution of the hidden troubleshooting job.
  • Rebaked from the cookie nautobot-app-v2.6.0.

v4.3.1 (2025-09-12)

Fixed

  • #418 - Fixed job failure due to invalid argument to sync_network_data_command_getter and empty device queryset

v4.3.0 (2025-09-10)

Added

  • #348 - Added Cisco IOS-XR experimental support to Nautobot Device Onboarding.

Deprecated

  • #414 - Deprecated Python 3.8 support as its EOL.

Fixed

  • #342 - Fixed a bug that prevented onboarding devices using their FQDN.
  • #376 - Fixed the default coming back for admin status to default to False instead of an empty list.
  • #384 - Fixed a typo in the F5 command mapper yaml.
  • #385 - Fixed bug causing excessive logging noise.
  • #386 - Added 10GEChannel to INTERFACE_TYPE_MAP_STATIC so that port-channel interfaces with this hardware type are recognized as type LAG.
  • #387 - Fixed capitalization of the keys in the command_mapper for cisco_nxos for show interface switchport.
  • #388 - Fixed a RuntimeError when running the onboarding job against a large number of devices.

Dependencies

  • #348 - Updated ntc-templates pinning to support Cisco XR parsing.
  • #407 - Changed napalm dependency to match Nautobot Core.
  • #414 - Updated the jdiff dependency to major version.

Documentation

  • #402 - Added Analytics GTM template override only to the public ReadTheDocs build.
  • Fixed some section headings in the documentation for proper TOC parsing.

Housekeeping

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