Skip to content

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_lines in the get_config task.
  • Updated multiple dependencies to support newer versions.

v4.4.0 (2026-08-13)

Added

  • #298 - Added support for Jinja template rendering with substitute_lines in the get_config task.

Dependencies

  • #295 - Added support for newer versions of httpx.
  • #297 - Updated dependency jsonschema to >=4.0.0,<5.
  • #298 - Updated the minimum version of netutils to 1.18.0.
  • #307 - Updated dependency ttp to ^0.10.0.

Documentation

  • #299 - Fixed missing headings in the documentation.

Housekeeping

  • #297 - Pinned ruff development dependency to ^0.15.0 as v0.16 has breaking changes.
  • Rebaked from the cookie main.