v3.4 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¶
- Migrate the library to newest dev standards as of 2025
- Adds Offline command getters and generic Git dispatcher functionality for pulling in files from a Nautobot Git repository.
- Move config_command to use Netutils functionality to make it dynamic, and more flexible within Nautobot and Golden Config.
v3.4.0 (2025-08-28)¶
Added¶
- #185 - Add a check for Permission denied for role that is seen on Cisco NXOS.
- #195 - Adds Offline command getters and generic Git dispatcher functionality for pulling in files from a Nautobot Git repository.
- #204 - Move config_command to use Netutils functionality to make it dynamic.
- #210 - Added
get_command_with_prompts
to theNetmikoDefault
dispatcher for sending commands and reacting to prompts.
Removed¶
- Remove the code-references file generation and script as its not helpful in this library.
Fixed¶
- #199 - Create better logging for Jinja issues.
- #201 - Fixed the development standards to use 2025 standards.
- #202 - Relaxed multiple dependencies to allow for update up until the next major version.
- Fixed incorrect links throughout docs, and add missing logo.
Documentation¶
- #209 - Updated the error code documentation for all default dispatcher error codes.
Housekeeping¶
- #188 - Update dependencies to be more explicit.
- Add missing towncrier_template and update poetry's towncrier settings.
- Few last fixes for docs, a CI.
- Go through changelog from before towncrier and add them for the next release.