Changes
- Switch
uv
in docker development environment following NetBox container change
- Remove passing
uuid
toget_model_or_update()
and instead moving the logic to transform maps
- Fields and relationships set to
coalesce
are now able to search for empty values whenNone
is returned from transform map template
- Most errors during ingestion are now more descriptive and don't abort the whole process
- Statistics during ingestion run show total number from the very beginning and only count successful items
- Ingestion process now respects settings for models
- Failed merge will now provide more information about the error (logged to console)
Fixes
- NetBox v4.2.4 support
- NetBox #18241 removed
LogLevelChoices.LOG_DEFAULT
causingAttributeError
- NetBox #18286 removed
DurationChoices
causingImportError
- NetBox #18241 removed
- Inventory item
part_id=None
in IPF no longer fails, the value is setunknown
instead
coalesce
relationships are now respected when searching for model without syncing it
- Allowed multiple IPs on single interface