You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3 - Data exports from NetBox v2.10.5 are now permitted for importing.
Changed
Improved logging of messages when various errors are encountered and handled.
Added more attributes to Device _identifiers list to further ensure uniqueness of individual Device records.
Fixed
#2 - ObjectNotFound is now caught when handling GenericForeignKey fields
#4 - Django ValidationError is now caught when creating/updating Nautobot data
#5 - Pydantic ValidationError is now caught when constructing internal data models
Devices with no specified name can now be imported successfully.
Device component templates are now imported afterDevices so as to avoid encountering errors when components are unexpectedly created from the templates.
VRFs with no specified rd can now be imported successfully.
#8 - Fixed errors in Service and PowerOutletTemplate model definitions that prevented them from being imported.