Skip to content

v3.1 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

  • Added support for IOS-XR remote file copy, install OS, and similar related functions.

v3.1.0 (2026-07-06)

Added

  • #398 - Added native Cisco IOS-XR (eXR / 64-bit) support via the cisco_iosxr_ssh driver (IOSXRDevice), including remote_file_copy (FTP/TFTP/SCP/HTTP/HTTPS) and OS upgrades from a single golden ISO (built with Cisco's gisobuild tool) through the asynchronous install add / install activate / install commit workflow.

Fixed

  • #402 - Fixed nxos install_os failing due to using the default timeout on the long running install all command.