Drop compatibility with NetBox 4.2.x, some associated bugfix and internal refactoring.
Compatibility
NetBox: >=4.3.0
Python: >=3.10
The test suite is run on all patch versions of the current minor version of NetBox, but only on the latest patch versions of older minors.
Update procedure
- Run NetBox's
upgrade.sh
, and restart NetBox
Check the documentation for further instructions.
What's Changed
- Document how to extend the list of ICMP types by @Alef-Burzmali in #88
- Maintenance: Transform TestData.get_* into properties by @Alef-Burzmali in #89
- Remove unneeded prefetch_related by @Alef-Burzmali in #90
- Use HTMX table inclusions to simplify views when possible by @Alef-Burzmali in #93
- Drop compatibility with NetBox 4.2.x by @Alef-Burzmali in #92
- Remove redundant Contacts tab in application details. by @Alef-Burzmali in #91
- Release v1.4.0 by @Alef-Burzmali in #94
Full Changelog: v1.3.0...v1.4.0