Skip to content

Version 1.0.1

Compare
Choose a tag to compare
@glennmatthews glennmatthews released this 09 Mar 14:36
· 403 commits to develop since this release

Added

  • #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 after Devices 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.