v0.3.0 - 2025-09-05
New Features
Self-referential Object fields
Custom Object Types can now have fields which point to their own type, to enable recursive relationships, like the Region
object in NetBox.
Support for pluralised Custom Object names
Previously it was possible to specify the plural name for GUI display, but not for the API. This is now fixed (see docs for details)
Custom Object Type version field
Custom Object Types can now specify a version. This will be more relevant in future relases of Custom Objects
Enhancements
#39 - pynetbox
support for Custom Object Type interations
#40 - Allow self-referential Object relations
#59 - Support pluralised Custom Object Type names for both Display and API
#149 - Add version field to Custom Object Type
#151 - Add field grouping to Custom Object Type detail view
Bug Fixes
#73 - Various UI rendering issues
#101 - Creating Custom Object Type field via API creates recursive UI issue
#115 - API filtering not working
#138 - Required fields on Custom Objects not enforced
#141 - NetBox upgrade script breakages
#161 - Multi Object Field generates SystemCheckError
#177 - Object Change records do not appear on NetBox restart
#183 - Exception when pointing one Custom Object Type at another Custom Object Type