What's Changed
v1.18 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 the
sanitize_config_jinjafunction to render each replacement as a Jinja2 template. Requires the optionaljinja2dependency (pip install netutils[optionals]).
v1.18.0 (2026-07-30)
Added
- #845 - Added
sanitize_config_jinjato render each replacement as a Jinja2 template. Requires the optionaljinja2dependency (pip install netutils[optionals]).
Dependencies
- #845 - Added
jinja2as an optional dependency.
Full Changelog: v1.17.3...v1.18.0