v4.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¶
- Added support for Jinja template rendering with
substitute_linesin theget_configtask. - Updated multiple dependencies to support newer versions.
v4.4.0 (2026-08-13)¶
Added¶
- #298 - Added support for Jinja template rendering with
substitute_linesin theget_configtask.
Dependencies¶
- #295 - Added support for newer versions of
httpx. - #297 - Updated dependency
jsonschemato>=4.0.0,<5. - #298 - Updated the minimum version of
netutilsto 1.18.0. - #307 - Updated dependency
ttpto^0.10.0.
Documentation¶
- #299 - Fixed missing headings in the documentation.
Housekeeping¶
- #297 - Pinned
ruffdevelopment dependency to^0.15.0as v0.16 has breaking changes. - Rebaked from the cookie
main.