Update procedure
* Run NetBox's `upgrade.sh`, and restart NetBox
or
* Activate your NetBox virtual env: `source /opt/netbox/venv/bin/activate`
* Update the module code: `pip install --upgrade netbox-data-flows`
* Run the migrations: `/opt/netbox/netbox/manage.py migrate netbox_data_flows`
* Restart NetBox
Changes
* Internal changes to support NetBox 4.0
* GraphQL support has been removed (untested and not functional)
Know bugs
* REST API cannot list ObjectAliasTarget directly, but can list them via ObjectAlias
**Full Changelog**: https://github.com/Alef-Burzmali/netbox-data-flows/compare/v0.8.3...v0.9.0