Beta 10
Bug fix release
Update procedure
Use pip install --upgrade netbox-data-flows
then /opt/netbox/netbox/manage.py migrate netbox_data_flows
in your NetBox venv or run NetBox's upgrade.sh
, and restart NetBox
Compatibility
NetBox: >=3.5.0, <3.6.0
Python: 3.8
Changes
- Remove the restriction that a data flow group must have the same application as its parent, child groups and child data flows. (#20)
- Fix the detection of related data flows / object aliases on Device or Virtual Machine pages.
- Improve the performance of related data flows / object aliases, especially for devices with many interfaces.
- Fix Data Flow Group's slugs that was empty and not editable (attribute was introduced by NetBox 3.5)
Full Changelog: v0.7.0...v0.7.1