v2.2 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¶
v2.2.1 (2025-09-09)¶
Changed¶
- #104 - Changed max length of CharFields to
nautobot.apps.constants.CHARFIELD_MAX_LENGTH.
Documentation¶
- #104 - Removed
docs/requirements.txtand updated readthedocs config to install dependencies from Poetry. - #104 - Added
pymdownx.detailsmarkdown extension to mkdocs config.
Housekeeping¶
- #101 - Implement DJLint for Django Template Linting.
- #104 - Updated CI to use ubuntu-latest image.
- #104 - Changed CI SLACK_WEBHOOK_URL secret to OSS_PYPI_SLACK_WEBHOOK_URL.
v2.2.0 (2025-08-26)¶
Changed¶
- #95 - Updated Poetry version in CI and pyproject.toml build-system.requires to 2.1.3.
- #98 - Updated pymarkdownlnt to version 0.9.30 and changed the pymarkdown configuration in pyproject.toml.
Dependencies¶
- #93 - Dropped support for Python 3.8 and Nautobot <2.4.11.
- #95 - Pinned Django debug toolbar to ~5.2.0.
Documentation¶
- #87 - Added Analytics GTM template override only to RTD docs build.