v1.0 Release Notes¶
This document describes all new features and changes in the release 1.0. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
v1.0.1 (2021-03-09)¶
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
_identifierslist to further ensure uniqueness of individual Device records.
Fixed¶
#2-ObjectNotFoundis now caught when handlingGenericForeignKeyfields#4- DjangoValidationErroris now caught when creating/updating Nautobot data#5- PydanticValidationErroris now caught when constructing internal data modelsDevices with no specifiednamecan 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 specifiedrdcan now be imported successfully.#8- Fixed errors inServiceandPowerOutletTemplatemodel definitions that prevented them from being imported.
v1.0.0 (2021-02-24)¶
Initial public release