v1.3 Release Notes¶
This document describes all new features and changes in the release 1.3. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
v1.3.0 (2021-05-11)¶
Added¶
#40- Added separateimport_netbox_objectchange_jsoncommand that can be used to importObjectChange(change logging) records, which are intentionally not included in the existingimport_netbox_jsoncommand.#43-ImageAttachmentrecords are now imported correctly, as are thefront_imageandrear_imagefields onDevicerecords.
Fixed¶
#42- Clarify in the README which NetBox versions are currently supported.#43- Work around nautobot/nautobot#393, an issue encountered when importingVirtualChassisrecords for which themasterDeviceoccupies avc_positionother than1.#43- Development and CI testing now defaults to Nautobot 1.0.0 instead of 1.0.0b3#43- Fix test approach to ensure that tests execute against the test database rather than the development database.
Changed¶
#44- Revised Docker development environment to usenautobot-devimage as base, removed Python packaging dependency onnautobotcore package.