v1.1 Release Notes¶
This document describes all new features and changes in the release 1.1.X
. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
This release includes some of the following highlights:
- New mixin name from Nautobot version 1.5.2 that can cause issues with post_upgrade tasks (related to CustomFieldModelFilterSet). Additionally, the testing of permissions on the plugin were modified slightly for features not in use.
- Modifies the barchart dimension default behavior and removes the requirement for barchart details to be included in the
nautobot_config.py
file. - Addresses some CI issues with the latest version of Nautobot Core around tests for bulk CSV.
- Addresses a new mixin name from Nautobot version 1.5.2 that can cause issues with post_upgrade tasks (related to CustomFieldModelFilterSet). Additionally, the testing of permissions on the plugin were modified slightly for features not in use.
[v1.1.2] - 2022-12-07¶
Added¶
Changed¶
Fixed¶
[v1.1.1] - 2022-11-04¶
Note - change in plugin default config!
v1.1.1 Modifies the barchart dimension default behavior and removes the requirement for barchart details to be included in the nautobot_config.py
file.
- details can be found in PR #119
Added¶
Changed¶
- #119 remove requirement for
["barchart_bar_width", "barchart_width", "barchart_height"]
settings to be innautobot_config.py
(honoring sane defaults from #83)
Fixed¶
[v1.1.0] - 2022-12-07¶
Note: - This release increases minimum supported Nautobot version to 1.2.0.
- Support for Python 3.6 has been removed. Minimum supported Python version is 3.7.
Added¶
- #84 Add to defaults, and document, settings needed for report generation.
- #100 Adds compatibility for Nautobot 1.4. Fixes to pipeline, API serializers, filters and unit tests.