v3.5 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¶
- Fix a regression where Jinja templating data context was missing "obj" access.
- Add the ability to inject Netmiko Keyword Arguments through to Netmiko. This allows for default overrides to be accepted from Nautobot and Golden Config.
- Fix Juniper merge_config.
v3.5.1 (2025-09-16)¶
Fixed¶
- #228 - Fix the GitHub release failures occurring in CI.
- #230 - Fixed config_command to use the Platform's network_driver to NetMiko Driver mapping rather than the Platform name.
- #232 - Fixed NotImplemented error on Juniper merge_config. Better handling of save vs commit.
v3.5.0 (2025-09-09)¶
Added¶
- #225 - Add ability to inject netmiko_kwargs to pass through to Netmiko base classes.