Beta 9
New features and bugfix 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
- Use new selector widgets to help filter objects in forms (#5)
- Split the direct and recursive dataflow tables in a group's detailed view (comment in #18)
- Revamp the dataflow tab in the Device, Virtual Machine, IP Address, IP Range and Prefix views and remove the redundant alias tab (#19)
- Fix counters in tables on object's detailed views (#18)
- Improve performance by reducing number of SQL queries with more targeted prefetch_related
- Some code cleaning
Full Changelog: v0.6.0...v0.7.0