v3.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¶
- Now supports Python 3.12.
v3.2.0 (2024-11-04)¶
Security¶
- #160 - Updated
sqlparse
dependency to0.5.0
due to GHSA-2m57-hf25-phgg. - #163 - Updated
jinja2
dependency to3.1.4
due to CVE-2024-34064. - #167 - Updated
requests
dependency to2.32.2
due to CVE-2024-35195. - #171 - Updated
urllib3
dependency to2.2.2
due to CVE-2024-37891.
Added¶
- #162 - Added view name to
OrderedDefaultRouter
. - #177 - Added support for Python 3.12.
- #183 - Added support for filtering by Compliance Class Name with a name longer than twenty characters and to filter by multiple names at the same time.
Changed¶
- #146 - Updated app images with screenshots from Nautobot 2.X UI.
- #146 - Changed references of
site
tolocation
in docs. - #162 - Updated minimum Nautobot version to
2.1.9
. - #162 - Disabled specific
nb-use-fields-all
andnb-sub-class-name
pylint rules intables.py
.
Removed¶
- #162 - Removed
DataValidationEngineRootView
class andAPIRootView
override. - #162 - Removed
version
from docker-compose files. - #163 - Removed authentication/password command from MySQL Docker Compose.